Fix exec config: use valid options (security: full, ask: off)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ef4234d07
commit
4d9c61da10
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"elevated": { "enabled": true },
|
"elevated": { "enabled": true },
|
||||||
"exec": { "security": "allow", "ask": "never" }
|
"exec": { "security": "full", "ask": "off" }
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"providers": {
|
"providers": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue