feat(tui) /permissions custom option

This commit is contained in:
Dylan Hurd
2026-02-11 21:54:28 -08:00
parent 8d97b5c246
commit 0ab58c871c
8 changed files with 183 additions and 65 deletions

View File

@@ -31,7 +31,7 @@ pub fn builtin_approval_presets() -> Vec<ApprovalPreset> {
ApprovalPreset {
id: "auto",
label: "Default",
description: "Codex can read and edit files in the current workspace, and run commands. Approval is required to access the internet or edit other files. (Identical to Agent mode)",
description: "Codex can read and edit files in the current workspace, and run commands. Approval is required to access the internet or edit other files.",
approval: AskForApproval::OnRequest,
sandbox: SandboxPolicy::new_workspace_write_policy(),
},