Merge pull request #388 from ohld/fix/default-skip-permissions
fix: default dangerouslySkipPermissions to true
This commit is contained in:
@@ -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: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user