Release · 2026-08-20T09:55:50+02:00 · By Threadnote

Threadnote 4.2.7

Threadnote 4.2.7 keeps code graph search available immediately in newly created linked worktrees, even when their HEAD has diverged from the repository's last ready snapshot.

What's new

Threadnote 4.2.7 keeps code graph search available immediately in newly created linked worktrees, even when their HEAD has diverged from the repository's last ready snapshot.

Immediate graph evidence in new worktrees

  • query, node, neighbors, and explain can borrow the newest compatible clean ready snapshot from another worktree in the same repository instead of returning an indexing response while a fresh build is pending.
  • Borrowed results are explicitly stale, remain protected by the normal snapshot lease, and never become the new worktree's active snapshot.

Current-only operations stay exact

  • path, impact, analyze_code_graph, workset queries, and explicit current reads still require their governed current or published snapshot.
  • CLI graph query --freshness allow-stale now follows the same bounded fallback contract as ordinary MCP graph inspection.

Existing standalone installations upgrade with:

threadnote update