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

Netclaw 0.7.5

0.7.5 2026-03-21

Netclaw v0.7.5 — Slack image delivery fix and init wizard grounding rules

Security

  • Fixed Slack images being silently dropped when MagicByteValidator type initialization failed — a transient assembly load error during startup could permanently poison the static inspector, causing all image validation to fail for the process lifetime. The scanner failure is now isolated so valid images flow through with a logged warning instead of being discarded. New installs and restarts are no longer affected by one-time startup contention. (#345)

Identity

  • Added behavioral grounding rules to the AGENTS.md template generated by netclaw init — new installations now start with rules that prevent the agent from stating unverified facts, claiming actions it did not perform, or silently substituting a different answer when the primary task fails. Previously these rules existed only in production deployments that were manually updated. (#324, #344)