v3.1.2
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.2.vsix
Python package artifacts, executable archives, and the VS Code extension are attached below.
Python package version in pyproject.toml: 3.1.2
What's Changed
- fix: contain Audit image previews by @fwerkor in #100
- feat: diagnose stale calls to deprecated tools by @fwerkor in #102
- Fix Dashboard alerts and terminal scrollbar by @fwerkor in #101
- chore: prepare v3.1.2 by @fwerkor in #103
Full Changelog: v3.1.1...v3.1.2