mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
feat(codex-local): add fast mode support
This commit is contained in:
parent
03a2cf5c8a
commit
2d8f97feb0
12 changed files with 246 additions and 56 deletions
|
|
@ -10,6 +10,7 @@ export const defaultCreateValues: CreateConfigValues = {
|
|||
chrome: false,
|
||||
dangerouslySkipPermissions: true,
|
||||
search: false,
|
||||
fastMode: false,
|
||||
dangerouslyBypassSandbox: false,
|
||||
command: "",
|
||||
args: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue