Repository map (Aider, continue) allows LLM automatically understand high-level structure of a codebase to be able to query some detailed info about it if needed
RAGs are also allows to optimize LLM work. Tool indexes the whole codebase with embedding LLM, then on user request it appends the most similar files to the context
As far as I can see there are no these features right now. Do you have plans to support them?