Proposal for resume_task
Feature to Enhance Subtask Iteration in Roo Code
#2533
ElemTran
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
I suppose at this point we're moving very close to the model of Google's Agent2Agent Protocol where an agent is defined as an independent LLM context. And you've made a good point, an orchestrating task may need a dialogue with its subtasks, while remaining unaware of the subtasks entire context. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Dear Roo Code Team,
Thank you for developing such a powerful AI-assisted development tool. Based on practical usage observations, I would like to propose an improvement to the current subtask workflow to further enhance efficiency.
Current Mechanism and Limitations
Subtask Isolation:
new_task
completes and returns results, its context becomes unavailable for recall, even when the main task requires further iteration.Redundant Consumption:
new_task
again), resulting in duplicate context transmission and additional token consumption.Lack of Flexibility:
Proposal: Adding
resume_task
FunctionalityWe suggest implementing
resume_task
while maintainingnew_task
, to achieve:Historical Subtask Reuse:
Incremental Instructions:
Token Optimization:
Revised Usage Scenario
Expected Benefits
new_task
remains available for independent new tasks, withresume_task
as an optimization option.We understand this feature may require designing permission rules for subtask restoration or UI interactions. We're happy to discuss implementation details or alternative solutions further. Thank you for your consideration!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions