Skip to content

v3.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 05:58
0d6f5df

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.1.3.vsix

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

Python package version in pyproject.toml: 3.1.3

What's Changed

  • fix: enforce single worker process and bounded polling by @fwerkor in #105
  • fix(worker): avoid Cloudflare 403 during runtime updates by @fwerkor in #110
  • fix: report shell startup failures correctly by @fwerkor in #112
  • fix(jobs): prevent job store lock stalls from freezing remote workers by @fwerkor in #109
  • fix(shell): keep tmux sessions alive for nologin services by @fwerkor in #111
  • chore: prepare v3.1.3 by @fwerkor in #113

Full Changelog: v3.1.2...v3.1.3