18 lines
330 B
YAML
18 lines
330 B
YAML
# Prod environment overlay
|
|
# Merges with config.yaml — these keys override the base
|
|
model:
|
|
default: claude-opus-4-6
|
|
provider: anthropic
|
|
agent:
|
|
max_turns: 90
|
|
verbose: false
|
|
display:
|
|
compact: true
|
|
show_reasoning: false
|
|
streaming: false
|
|
show_cost: false
|
|
privacy:
|
|
redact_pii: true
|
|
security:
|
|
redact_secrets: true
|