Release · 2026-08-04T12:37:10+02:00 · By Threadnote
Threadnote 4.0.3
Threadnote 4.0.3 brings MCP graph inspection in line with the responsive post-pull behavior introduced for the CLI.
What's new
Threadnote 4.0.3 brings MCP graph inspection in line with the responsive post-pull behavior introduced for the CLI.
- Inspect immediately after clean pulls. MCP
query,node,neighbors, andexplainoperations can use the ready graph snapshot while the new clean commit is indexed in the background instead of returning an indexing state. - Preserve strict freshness where it matters. Dirty-worktree overlays still refresh before inspection, and
pathandimpactcontinue to wait for a graph of the current commit. - Keep the policy consistent. CLI and MCP now share one clean-commit snapshot predicate, with regression coverage that holds background refresh behind a lock and proves MCP returns the ready stale graph without waiting.