sid-isnt-done 0.6.0

sid is a UNIX-inspired coding agent for Anthropic-compatible APIs
# Optional model presets referenced by <agent>_MODEL in agents.conf.
#
# A preset must be ENABLED=YES before an agent can select it.  Disabled entries
# are useful as abstract bases for shared provider settings inherited through
# rc-conf aliases.

anthropic_ENABLED="NO"
anthropic_API_KEY="file://anthropic.key"
anthropic_BASE_URL="https://api.anthropic.com"

claude_opus_4_8_ENABLED="YES"
claude_opus_4_8_INHERIT="YES"
claude_opus_4_8_ALIASES="anthropic"
claude_opus_4_8_MODEL="claude-opus-4-8"
claude_opus_4_8_MAX_TOKENS="128000"
claude_opus_4_8_THINKING="adaptive"
claude_opus_4_8_EFFORT="high"

claude_fable_5_ENABLED="YES"
claude_fable_5_INHERIT="YES"
claude_fable_5_ALIASES="anthropic"
claude_fable_5_MODEL="claude-fable-5"
claude_fable_5_MAX_TOKENS="128000"
claude_fable_5_THINKING="adaptive"
claude_fable_5_EFFORT="high"

# Fireworks Anthropic-compatible API.  BASE_URL should omit the /v1 suffix
# because the client appends it when building request URLs.

fireworks_ENABLED="NO"
fireworks_API_KEY="file://fireworks.key"
fireworks_BASE_URL="https://api.fireworks.ai/inference"

glm_5p2_ENABLED="YES"
glm_5p2_INHERIT="YES"
glm_5p2_ALIASES="fireworks"
glm_5p2_MODEL="accounts/fireworks/models/glm-5p2"
glm_5p2_MAX_TOKENS="128000"

kimi_k3_ENABLED="YES"
kimi_k3_INHERIT="YES"
kimi_k3_ALIASES="fireworks"
kimi_k3_MODEL="accounts/fireworks/models/kimi-k3"
kimi_k3_MAX_TOKENS="128000"