v0.2.2
Added
- Repo-scoped search for indexes that span several repositories. Each symbol and chunk is tagged with its enclosing git repository (the nearest ancestor holding
.git; deepest wins for nested repos and submodules). Every search result carries itsrepo, and a search can be scoped withsearch --repo <name>(CLI) orfilters={"repo": "<name>"}(MCP).statslists the repositories in the index with their file counts.
Notes
- Run
index --fullonce to backfill repo tags on an index built before 0.2.2; the tag is location-derived, so unchanged files are not otherwise re-touched.
Designed by Harsha Rahul