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.2

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 an X-Netclaw-Component header 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 clientInfo now also reports the correct version instead of the stale 0.1.0 placeholder. (#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)