feat: make it work with large codebases
Resolved 💬 4 comments Opened Apr 17, 2025 by buger Closed Aug 7, 2025
Would you be interested in PR with integrating it with Probe? https://probeai.dev/
Instead of doing this loop of grep, read portion of file, repeat, you can just treat your codebase as big database and query it, without pre-indexing required, and it will return proper AST.
Where it would take 20 steps of current classical agentinc code search, it can be just 1 query with probe to fetch all needed context.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗