v3.0.7
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.7.vsix
Python package artifacts, executable archives, and the VS Code extension are attached below.
Python package version in pyproject.toml: 3.0.7
What's Changed
- fix(ui): prevent Dashboard alert text overlap by @fwerkor in #62
- fix(tui): show loading before initial data arrives by @fwerkor in #61
- fix(ui): resize persistent terminals with TUI viewport by @fwerkor in #59
- fix: stream remote file transfers over raw HTTP by @fwerkor in #65
- fix(tui): contain Todos list rows by @fwerkor in #67
- style(webui): make TUI background subtly transparent by @fwerkor in #68
- chore: merge repaired outstanding PRs by @fwerkor in #73
- fix(packaging): ship OpenTUI runtime in Python wheels by @LeonardNJU in #74
- chore: release v3.0.7 by @fwerkor in #75
Full Changelog: v3.0.6...v3.0.7