mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
prototype sdkv2 on app-server
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user