Is there any AI/LLM tool that looks at the whole code base (repo) such that I can ask it questions?
In the specific case I have, both the framework and programming languages used are well known but not ones I'm already familiar with.
I don't mind if the tool takes some time to ingest the repo or train itself or whatever (can easily wait an hour or so if that's a consideration). In this case, privacy isn't important.
Any suggestions?
While "grok the whole codebase" demos are out there, I don't think anyone is there yet in practice. The next contender is likely to be Copilot Workspace, currently in invite beta.
https://github.com/continuedev/continue
I prefer it to other programs (Cursor, Copilot, etc) because it supports BYOK (Bring your own key) and is pretty granular in terms of letting you assign an embedding provider, assistant model, autocompletion model, etc.