Release · 2026-08-05T21:26:44+02:00 · By Threadnote

Threadnote 4.0.7

Threadnote 4.0.7 makes process ownership clearer during graph work and keeps ordinary recall and graph reads from being skewed by untrusted or secondary evidence.

What's new

Threadnote 4.0.7 makes process ownership clearer during graph work and keeps ordinary recall and graph reads from being skewed by untrusted or secondary evidence.

  • See who owns a graph build. threadnote processes keeps each process identity (mcp, cli, …) and qualifies it with nested activity when present, for example cli (graph-builder) for a shell-started threadnote graph index and mcp (graph-builder) when an MCP server is driving nested index work.
  • Keep ordinary graph reads responsive. Inspect and graph query refresh a ready structural snapshot without waiting for vector embedding to finish; semantic search soft-fails until vectors are ready, while explicit graph index still builds them.
  • Prefer durable memory over untrusted seeded resources. Recall preserves real semantic scores through hybrid merge and demotes untrusted repository-derived evidence after relevance is established, so seeded resources no longer crowd out durable memories they do not own.
  • Prefer implementation symbols for bare tool-name searches. Code-graph search ranks src implementations above test fixtures and documentation headings unless the query itself names tests or docs.