Allow Roo to search previous task content? #4742
shadow3aaa
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.
-
Currently, if a new task is started, Roo will have no knowledge of previous modifications. Reading and analyzing the source code from scratch each time leads to repetitive actions and makes it difficult to handle tasks that require continuity. On the other hand, completing everything within a single task results in overly long context, which negatively affects performance.
What if we treat the task history as a document and make it searchable for Roo? That way, we can avoid these issues without having to insert the entire history into the context directly.
Beta Was this translation helpful? Give feedback.
All reactions