mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
Decouple request permissions feature and tool (#14426)
This commit is contained in:
@@ -1344,7 +1344,7 @@
|
||||
},
|
||||
"request_permissions": {
|
||||
"default": false,
|
||||
"description": "Reject approval prompts related to built-in permission requests.",
|
||||
"description": "Reject `request_permissions` tool requests.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"rules": {
|
||||
@@ -1352,7 +1352,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"sandbox_approval": {
|
||||
"description": "Reject approval prompts related to sandbox escalation.",
|
||||
"description": "Reject shell command approval requests, including inline `with_additional_permissions` and `require_escalated` requests.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"skill_approval": {
|
||||
|
||||
Reference in New Issue
Block a user