Pulled from GitHub Releases

Changelog

Every release of netclaw-dev/netclaw. Pick a version from the sidebar — this page rebuilds whenever a new release is published.

v0.20.1

Netclaw 0.20.1

0.20.1 2026-05-21

Netclaw v0.20.1 — Bug fixes for Anthropic MCP tool names, stale approval buttons, and sub-agent working directories

Bug Fixes

  • MCP Anthropic tool-name alias — MCP tools with / in their names now use an Anthropic-safe alias, fixing BadRequest errors on every LLM call when using Anthropic models with MCP tools. (#1134)
  • Stale approval button forwarding — Slack, Discord, and Mattermost approval buttons now correctly forward stale approval clicks back to the session instead of becoming dead/unresponsive after a turn completes. (#1139)
  • Sub-agent working directory propagation — parent's resolved cwd is now propagated to spawned sub-agents, fixing shell approvals showing "(no working directory)" and broken folder-scoped grant matching. (#1130)