feat(codex-local): add fast mode support

This commit is contained in:
Dotta 2026-04-11 07:36:42 -05:00
parent 03a2cf5c8a
commit 2d8f97feb0
12 changed files with 246 additions and 56 deletions

View file

@ -10,6 +10,7 @@ export const defaultCreateValues: CreateConfigValues = {
chrome: false,
dangerouslySkipPermissions: true,
search: false,
fastMode: false,
dangerouslyBypassSandbox: false,
command: "",
args: "",