You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Claude Code model vars not updated when switching providers
ANTHROPIC_DEFAULT_*_MODEL and CLAUDE_CODE_SUBAGENT_MODEL were using
${VAR:-default} syntax which preserved stale values from previous
sessions instead of updating to the new provider's model.
0 commit comments