prototype sdkv2 on app-server

This commit is contained in:
sdcoffey
2026-03-08 21:13:07 -07:00
parent 15ba6609c9
commit 814f0623a5
53 changed files with 2055 additions and 187 deletions

View File

@@ -33,6 +33,31 @@
],
"type": "string"
},
{
"additionalProperties": false,
"description": "User has approved this command, but wants the agent to execute a replacement command instead of the originally proposed one.",
"properties": {
"approved_with_command_override": {
"properties": {
"command": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"command"
],
"type": "object"
}
},
"required": [
"approved_with_command_override"
],
"title": "ApprovedWithCommandOverrideReviewDecision",
"type": "object"
},
{
"additionalProperties": false,
"description": "User has approved this command and wants to apply the proposed execpolicy amendment so future matching commands are permitted.",