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: "",
|
model: "",
|
||||||
thinkingEffort: "",
|
thinkingEffort: "",
|
||||||
chrome: false,
|
chrome: false,
|
||||||
dangerouslySkipPermissions: false,
|
dangerouslySkipPermissions: true,
|
||||||
search: false,
|
search: false,
|
||||||
dangerouslyBypassSandbox: false,
|
dangerouslyBypassSandbox: false,
|
||||||
command: "",
|
command: "",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue