Context overflow protection #6102
ahenkes1
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.
-
It would be nice to have context overflow protection to prevent the IDE from crashing or the workflow from getting stuck.
Sometimes the model tries to (accidentally) read a very long file, e.g., an extensive log. This can easily result in >3M tokens. In order to recover from this and stop Roo from trying to condense the context (which might not be possible) and protect from exploding costs, the following feature would be helpful:
Detect too large context.
This is already there in the auto-condense feature.
Automatically set a recovery point in order to be able to roll back JUST before the problematic function call.
This shouldn't be too big of a change, as the functionallity for all of this is there. I am curious about your opinion!
Beta Was this translation helpful? Give feedback.
All reactions