Merge pull request #388 from ohld/fix/default-skip-permissions
fix: default dangerouslySkipPermissions to true
This commit is contained in:
commit
908e01655a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export const defaultCreateValues: CreateConfigValues = {
|
|||
model: "",
|
||||
thinkingEffort: "",
|
||||
chrome: false,
|
||||
dangerouslySkipPermissions: false,
|
||||
dangerouslySkipPermissions: true,
|
||||
search: false,
|
||||
dangerouslyBypassSandbox: false,
|
||||
command: "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue