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

Netclaw 0.7.3

0.7.3 2026-03-20

Netclaw v0.7.3 — Skill feed sync fix

Skills

  • Fixed skill feed sync returning 404s for all resources — the manifest generator leaked CI runner absolute paths (e.g., /home/runner/_work/...) into resource file URLs, causing every skill sync to fail. Skills were only available from the built-in seed copy and never updated from the feed. Path normalization now uses pwd before prefix stripping, and versioned subdirectories are excluded from the resource list. (#336)