Skip to content

v3.0.9

Choose a tag to compare

@github-actions github-actions released this 21 Jul 05:01
c1fc47e

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 mcp

Then open http://127.0.0.1:8765/ui, or launch the embedded native TUI through:

./local-shell-mcp tui

VS Code extension download:

local-shell-mcp-vscode-3.0.9.vsix

Python package artifacts, executable archives, and the VS Code extension are attached below.

Python package version in pyproject.toml: 3.0.9

What's Changed

  • fix(tui): contain audit record rows by @fwerkor in #82
  • fix(ui): repair remote invite dialog and local copy by @fwerkor in #83
  • ci: preserve in-progress workflow runs by @fwerkor in #84
  • fix(skills): ignore .git in related_files by @fwerkor in #85
  • feat(ui): add lightweight syntax highlighting by @fwerkor in #87
  • feat: support apply_patch envelopes by @fwerkor in #86
  • chore: release v3.0.9 by @fwerkor in #88

Full Changelog: v3.0.8...v3.0.9