Netclaw 0.20.2
0.20.2 2026-05-22
Netclaw v0.20.2 — Outbound HTTP identity headers and MCP approval grant lookup fix
Features
- Outbound HTTP identity headers — every outbound HTTP request now carries a
User-Agent: Netclaw/{version}header and anX-Netclaw-Componentheader identifying the subsystem making the call (mcp,webhook,skill-sync,provider-oauth, etc.), making Netclaw traffic identifiable to remote services and MCP server operators.MCP clientInfonow also reports the correct version instead of the stale0.1.0placeholder. (#1145)
Bug Fixes
- MCP approval grant lookup by canonical tool name — approval grants recorded under the canonical tool name (e.g.,
notion/notion-create-pages) were not found when the lookup used the Anthropic-safe sanitized alias (e.g.,notion__notion-create-pages), causing repeated approval prompts even after the user had approved the session. The lookup now uses the canonical name consistently, resolving the infinite re-approval loop. (#1147)