Merge pull request #388 from ohld/fix/default-skip-permissions

fix: default dangerouslySkipPermissions to true
This commit is contained in:
Dotta 2026-03-11 21:07:03 -05:00 committed by GitHub
commit 908e01655a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ export const defaultCreateValues: CreateConfigValues = {
model: "",
thinkingEffort: "",
chrome: false,
dangerouslySkipPermissions: false,
dangerouslySkipPermissions: true,
search: false,
dangerouslyBypassSandbox: false,
command: "",