mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
fix: clarify read-only preset
This commit is contained in:
@@ -25,7 +25,7 @@ pub fn builtin_approval_presets() -> Vec<ApprovalPreset> {
|
||||
id: "read-only",
|
||||
label: "Read Only",
|
||||
description: "Codex can read files and answer questions. Codex requires approval to make edits, run commands, or access network",
|
||||
approval: AskForApproval::OnRequest,
|
||||
approval: AskForApproval::Never,
|
||||
sandbox: SandboxPolicy::ReadOnly,
|
||||
},
|
||||
ApprovalPreset {
|
||||
|
||||
Reference in New Issue
Block a user