Skip to content

@prosdevlab/dev-agent@0.12.2

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Apr 09:29
· 1 commit to main since this release

Patch Changes

  • 96eef41: Add reverse callee index to dev_refs — callers now work. Previously "No callers found" for every function because caller detection relied on semantic search (returned similar concepts, not call sites). Now uses a persisted reverse index with 4,000+ caller entries, compound keys for O(1) lookup, and class-level aggregation.