v3.1.4
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.1.4.vsix
Python package artifacts, executable archives, and the VS Code extension are attached below.
Python package version in pyproject.toml: 3.1.4
What's Changed
- fix: expose Homebrew tools to macOS worker service by @fwerkor in #116
- docs: mention session-oriented community fork by @fwerkor in #117
- Add keyboard navigation for scrollable TUI panes by @rijuyuezhu in #118
- chore: prepare v3.1.4 by @fwerkor in #120
New Contributors
- @rijuyuezhu made their first contribution in #118
Full Changelog: v3.1.3...v3.1.4