v3.0.8
Docker images are published to Docker Hub and GHCR under the release tag, the unprefixed semantic-version tag, and optionally .
Docker platforms are built in parallel and published as a multi-arch manifest:
linux/amd64
linux/arm64
All-in-one executable downloads are attached for:
linux-x86_64
linux-aarch64
macos-x86_64
macos-aarch64
windows-x86_64
Start without Docker:
./local-shell-mcp --mode mcpThen open http://127.0.0.1:8765/ui, or launch the embedded native TUI through:
./local-shell-mcp tuiVS Code extension download:
local-shell-mcp-vscode-3.0.8.vsix
Python package artifacts, executable archives, and the VS Code extension are attached below.
Python package version in pyproject.toml: 3.0.8
What's Changed
- fix(remote): keep heartbeat active while submitting results by @fwerkor in #77
- fix(webui): make TUI transparency visible by @fwerkor in #79
- chore: release v3.0.8 by @fwerkor in #80
- fix: report public shell timeout limits by @fwerkor in #81
Full Changelog: v3.0.7...v3.0.8