Skip to content

v0.2.0

Choose a tag to compare

@harsharahul harsharahul released this 24 Jun 07:49
fddf4b8

Added

  • Comprehension tools that return code, not just locations:
    • code_read (CLI read): a symbol's full source span, untruncated, resolved by doc_key, qualname, or name.
    • code_context (CLI context): 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 (CLI flow): the ordered call sequence inside a function, each call with its resolved target location.
  • --local flag on the note subcommands.
  • 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 flow and context reflect 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