v0.2.0
Added
- Comprehension tools that return code, not just locations:
code_read(CLIread): a symbol's full source span, untruncated, resolved by doc_key, qualname, or name.code_context(CLIcontext): the full bodies of a symbol and what it calls, in call order, packed to a token budget, so an agent can follow a flow end to end in a single call.code_flow(CLIflow): the ordered call sequence inside a function, each call with its resolved target location.
--localflag on thenotesubcommands.- A clear warning when no embedder is configured and Ollama is unreachable, so it is obvious that search has fallen back to the weaker lexical hashing embedder.
Changed
- Call edges now preserve source order, so
flowandcontextreflect the real execution sequence. - Re-indexing removes stale symbols in a single batched delete (intent-db's
delete_many) instead of rebuilding the matrix once per key. - Requires
intent-vector-db>=0.2.3.
Designed by Harsha Rahul