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 processeskeeps each process identity (mcp,cli, …) and qualifies it with nested activity when present, for examplecli (graph-builder)for a shell-startedthreadnote graph indexandmcp (graph-builder)when an MCP server is driving nested index work. - Keep ordinary graph reads responsive. Inspect and
graph queryrefresh a ready structural snapshot without waiting for vector embedding to finish; semantic search soft-fails until vectors are ready, while explicitgraph indexstill 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
srcimplementations above test fixtures and documentation headings unless the query itself names tests or docs.