Commit graph

2 commits

Author SHA1 Message Date
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
docker-claude
3adc97d901 feat(policy): restrict available models to sonnet, opus, haiku
Add /etc/claude-code/managed-settings.json with availableModels set to
the three Anthropic model families. The file is root-owned inside the
container so the node user cannot modify it. Managed settings cannot be
bypassed via --model flag, /model command, or ANTHROPIC_MODEL env var.
2026-04-14 22:55:02 +02:00