docker-claude/claude/managed-settings.json
docker-claude 6410f22f1d 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.
2026-04-14 22:57:29 +02:00

10 lines
149 B
JSON

{
"availableModels": ["sonnet", "opus", "haiku"],
"permissions": {
"allow": [
"Bash(*)",
"Edit(*)",
"Write(*)"
]
}
}