Sbc subtasks approve button #1491
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the option to manually or automatically approve sub-task/boomerang task to finish and continue to the next task (or to pause and wait for user to review the task, its results and then suggest next steps or additional changes/fixes and only after the user reviewed the last iteration and approved the task - Roo will continue to the next task by returning control to the parent task
Code_A4X8w9uJLS.mp4
Context
Implementation
Screenshots
How to Test
Get in Touch
Important
Adds manual and automatic approval options for sub-tasks, updating state management and UI components to support task completion approvals.
Cline.ts.askFinishSubTaskApproval()inCline.tsto prompt user approval for task completion.finishSubTask()logic inCline.tsto handle user approval.alwaysAllowFinishTasktoExtensionStateinExtensionMessage.tsandglobalState.ts.ExtensionStateContext.tsxto managealwaysAllowFinishTaskstate.AutoApproveMenu.tsxandAutoApproveSettings.tsxto include "Continue to next task" option.ChatRow.tsxandChatView.tsxto handle new task approval messages.ChatRow.tsxfor task completion approval.This description was created by
for 27624a2. It will automatically update as commits are pushed.