feat(policy): allow bash and file modification tools without prompting
Add permissions.allow to managed-settings.json for Bash(*), Edit(*), and Write(*). Claude Code will not prompt for confirmation on shell commands or file writes inside the container.
This commit is contained in:
parent
3adc97d901
commit
6410f22f1d
1 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
{
|
{
|
||||||
"availableModels": ["sonnet", "opus", "haiku"]
|
"availableModels": ["sonnet", "opus", "haiku"],
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(*)",
|
||||||
|
"Edit(*)",
|
||||||
|
"Write(*)"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue