Skip to content

Commit a056acc

Browse files
committed
fix: chat mode defaultApprovalPolicy to untrusted
1 parent 0f92403 commit a056acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/codex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const SANDBOX_MODES: Record<
161161
label: "Read Only",
162162
shortLabel: "Chat or plan",
163163
description: "View files only, requires approval for edits/commands",
164-
defaultApprovalPolicy: "on-request",
164+
defaultApprovalPolicy: "untrusted",
165165
},
166166
"workspace-write": {
167167
label: "Workspace Write",

0 commit comments

Comments
 (0)