Netclaw 0.16.1
0.16.1 2026-04-28
Netclaw v0.16.1 — Private skill feed sync, MCP permissions navigation fix, and dependency update
Features
- Added private skill server feed sync via
Netclaw.SkillClient— operators can now configure private skill-server instances underSkillFeeds.Feedsinnetclaw.yaml; a newServerFeedSkillSyncServicesyncs skills from those feeds at startup using the Cloudflare Agent Skills RFC discovery protocol, with per-feed error isolation, SHA-256 verification, and content security scanning. Skills follow three-tier precedence (native > server-feed > external) so server-feed skills can extend but never override built-in capabilities. A new "Skill Feeds" step in thenetclaw initwizard supports live probe validation and error recovery. Closes #532. (#785)
Bug Fixes
- Fixed MCP permissions page navigation — Up/Down now navigates all configurable rows (Audience, Server Enabled, Server Default, Tools) using a unified grid cursor, and Left/Right performs context-sensitive cycling per row. The footer is simplified to the six most common shortcuts; legacy shortcuts still work. The
*unsaved*indicator now clears reliably after saving. Closes #786. (#788)
Dependencies
- Bumped
Cronosfrom 0.8.4 to 0.12.0 — includes support for schedule jitter via theHcharacter, nullable reference type annotations, strong-named assembly signing, removal of the year 2499 limitation, and several bug fixes across the 0.9–0.12 release series. (#572)