mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 14:22:04 +00:00
The model was hardcoded to "claude-opus-4-5-20251101" in chat session services, ignoring the ANTHROPIC_DEFAULT_OPUS_MODEL environment variable. This caused issues when using alternative API providers (e.g., GLM via z.ai) that don't support Claude model names. Fixes #51 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>