mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
feat(core) request_permissions always allow
This commit is contained in:
@@ -65,6 +65,13 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "User has approved this permissions request for the current session and wants the granted subset persisted for future sessions.",
|
||||
"enum": [
|
||||
"approved_for_always"
|
||||
],
|
||||
"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