v0.26.0-beta.3
Pre-releaseNetclaw 0.26.0-beta.3
0.26.0-beta.3 (2026-08-11)
Features
- Agents declare shell working scope up front — Agents are now guided to declare their working directory once before multi-command work in a named project, pass the directory to the shell tool instead of inline
cd, and retry rejected paths instead of working around them — fewer redundant approval prompts and more reliable scoped approvals (#1870)
Bug Fixes
- Shell approval scopes fixed for dotted paths — Dotted and hidden paths (e.g.
.netclaw/) and git refs now produce correct approval scopes, with normalized-verb matching andgit ls-treerecognized as safe (#1868) - MCP: dead OAuth registrations discarded again under SDK 2.1 — The MCP SDK 2.1 discovery probe no longer swallows token-endpoint
invalid_clientrejections during interactive OAuth; rejected client registrations are discarded instead of wedging (#1865)