v3.1.0
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.0.vsix
Python package artifacts, executable archives, and the VS Code extension are attached below.
Python package version in pyproject.toml: 3.1.0
What's Changed
- Render view_image results in TUI audit by @fwerkor in #89
- fix(ui): keep dashboard alert rows aligned by @fwerkor in #90
- Fix UTF-8 boundary binary detection by @fwerkor in #91
- fix: make apply_patch context handling reliable by @fwerkor in #93
- fix(webui): expose wallpaper through TUI by @fwerkor in #92
- feat(ui): add native WebUI with optional OpenTUI by @LeonardNJU in #94
- chore: prepare v3.1.0 by @fwerkor in #95
- fix: run remote transfers as resumable jobs by @fwerkor in #96
Full Changelog: v3.0.9...v3.1.0