Release · 2026-08-06T09:37:32+02:00 · By Threadnote

Threadnote 4.0.8

Threadnote 4.0.8 makes code-graph search answer immediately on a fresh clean worktree when a ready snapshot already exists for the same commit, instead of briefly returning an indexing wait.

What's new

Threadnote 4.0.8 makes code-graph search answer immediately on a fresh clean worktree when a ready snapshot already exists for the same commit, instead of briefly returning an indexing wait.

  • Attach a shared ready graph on first touch. When you open a new clean linked worktree and call inspect_code_graph or threadnote graph query / graph analyze, Threadnote promotes the existing HEAD-matching ready snapshot onto that worktree before starting a refresh. Ordinary reads stop paying a first-touch materialize wait when the shared checkout graph is already built.
  • Reuse content-equivalent clean commits when the exact snapshot id misses. Clean inventory that would otherwise rematerialize can promote a ready snapshot with the same graph content instead of rebuilding facts.
  • Keep watcher refresh off the embedding path. Background MCP watcher refresh refreshes structure without owning vector embedding; explicit threadnote graph index still builds vectors.