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: resolve claude-sonnet-4-5 model selection issue for Claude Code provider
- Removed problematic useEffect that was causing race condition with user selection
- Updated Select component to use apiModelId directly for providers that use it
- Added comprehensive test coverage for claude-code model selection
- Fixes issue where claude-sonnet-4-5 couldn't be selected and would revert to claude-sonnet-4-20250514
Fixes#8428
0 commit comments