mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:20:44 +00:00
fix(codex): unchain app-server defaults (#70082)
This commit is contained in:
@@ -66,12 +66,12 @@
|
||||
"approvalPolicy": {
|
||||
"type": "string",
|
||||
"enum": ["never", "on-request", "on-failure", "untrusted"],
|
||||
"default": "on-request"
|
||||
"default": "never"
|
||||
},
|
||||
"sandbox": {
|
||||
"type": "string",
|
||||
"enum": ["read-only", "workspace-write", "danger-full-access"],
|
||||
"default": "workspace-write"
|
||||
"default": "danger-full-access"
|
||||
},
|
||||
"approvalsReviewer": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user