Add SUPERVISED_AUTO_APPROVE autonomy mode - #278
Open
coolcom200 wants to merge 2 commits into
Open
Conversation
QUALITY-304 Build a dedicated tool for agent to ask questions
Develop a tool for the agent to allow the agent to ask clarifying questions during planning phase to allow it to have a better plan based on the answers it receives from the user. |
coolcom200
force-pushed
the
leon/quality-304-primary-agent-autonomy-persistence
branch
from
April 1, 2026 18:54
7335864 to
941205f
Compare
coolcom200
marked this pull request as ready for review
April 1, 2026 18:58
szgupta
approved these changes
Apr 1, 2026
coolcom200
force-pushed
the
leon/quality-304-primary-agent-autonomy-persistence
branch
from
April 7, 2026 23:45
dea1623 to
5b4366a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add a
SUPERVISED_AUTO_APPROVEvalue to the multi-agentAutonomyLevelenum inapis/multi_agent/v1/request.protoand regenerate the checked-in Go bindings.Justification
This is needed so clients and services can distinguish between fully supervised requests and supervised requests where action approvals are auto-approved for the current exchange.
Sensitive Fields
Make sure to mark any string fields that contain sensitive information as
sensitive.sensitive.Warp conversation: https://staging.warp.dev/conversation/909d8d6a-f87c-461e-9827-f3248993ffe6
Co-Authored-By: Oz oz-agent@warp.dev