Stop wasting API calls: keep the whole project in context #8062
jwadow
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
Right now, Roo Code constantly re-reads files to "understand" the project or file.
That means:
In practice, users are literally paying (or burning quotas) for unnecessary round-trips.
The proposal
Introduce an optional "project-in-context" mode:
Benefits
Why it matters
This is not just a personal annoyance - it’s a structural inefficiency.
As long as Roo Code keeps "forgetting" the project and re-reading files, everyone pays extra for worse results.
We have models with massive context windows today. Let’s use them properly.
Suggestion
Keep the current approach as the default, but allow an opt-in persistent context mode for users who want it.
That way, no one loses, and those who want efficiency + accuracy can get it.
Beta Was this translation helpful? Give feedback.
All reactions