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.2.0.vsix
Python package artifacts, executable archives, and the VS Code extension are attached below.
Python package version in pyproject.toml: 3.2.0
What's Changed
- chore: configure Dependabot updates by @fwerkor in #123
- fix(oauth): rate limit admin PIN failures by @fwerkor in #124
- test(shell): stabilize process timeout on macOS by @fwerkor in #144
- Add Windows remote worker autostart by @fwerkor in #145
- chore: remove Dependabot configuration by @fwerkor in #147
- feat(ui): bring Native WebUI to TUI parity by @fwerkor in #146
- chore: prepare v3.2.0 by @fwerkor in #148
Full Changelog: v3.1.5...v3.2.0