docker-claude/claude/managed-settings.json
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

3 lines
53 B
JSON

{
"availableModels": ["sonnet", "opus", "haiku"]
}