mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Add exec approval app-server support
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -65,6 +65,13 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "User has approved this request and wants the filesystem permissions to be persisted into the active named permissions profile.",
|
||||
"enum": [
|
||||
"approved_persist_to_profile"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"description": "User chose to persist a network policy rule (allow/deny) for future requests to the same host.",
|
||||
|
||||
Reference in New Issue
Block a user