mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
Add exec approval app-server support
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "User approved the command and wants to persist the filesystem access in the active named permissions profile.",
|
||||
"enum": [
|
||||
"acceptAndPersist"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"description": "User approved the command, and wants to apply the proposed execpolicy amendment so future matching commands can run without prompting.",
|
||||
|
||||
Reference in New Issue
Block a user