v0.25.0-alpha.onnx.6
Pre-releaseNetclaw 0.25.0-alpha.onnx.6
0.25.0-alpha.onnx.6 (2026-07-14)
Experimental ONNX local-embeddings build. Syncs
feature/memory-embeddingswithdevthrough 0.25.0-beta.4. No changes to memory/embeddings behavior in this release — this is a mainline sync only. Everything still ridesMemory.Embeddings.Enabled, off by default; install only by exact pin (NETCLAW_VERSION=0.25.0-alpha.onnx.6).
Features
- Preserve Git working context across sessions and subagents — a bounded, audience-aware Git working-context snapshot stays current in the system prompt, and coding subagents inherit recent-file/project context so parent sessions merge back only confirmed successful child edits (#1630)
Bug Fixes
- Curation dedup no longer overwrites existing memories — a Create-decision anchor collision now appends below a dated separator instead of silently replacing the document; verbatim duplicates are skipped. (#1637)
- STDIO MCP server arguments no longer rewritten — the daemon now preserves configured STDIO MCP server arguments, and uses one daemon-owned client per configured MCP server (#1636)
Improvements
- Logical skill access and authoritative inventory refresh — skill loading now resolves through logical
skill_load/skill_read_resourceaccess with native > managed-feed > external precedence (#1634)