You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For selectable options, use sentences starting in lowercase and not
ending with periods. To be honest I don't love this style, but better to
be consistent for now.
- Tweak some other strings.
- Put in more compelling suggestions on launch. Excited to put `/mcp` in
there next.
description:"Codex can read files and answer questions. Codex requires approval to make edits, run commands, or access network.",
27
+
description:"Codex can read files and answer questions. Codex requires approval to make edits, run commands, or access network",
28
28
approval:AskForApproval::OnRequest,
29
29
sandbox:SandboxPolicy::ReadOnly,
30
30
},
31
31
ApprovalPreset{
32
32
id:"auto",
33
33
label:"Auto",
34
-
description:"Codex can read files, make edits, and run commands in the workspace. Codex requires approval to work outside the workspace or access network.",
34
+
description:"Codex can read files, make edits, and run commands in the workspace. Codex requires approval to work outside the workspace or access network",
0 commit comments