-
Notifications
You must be signed in to change notification settings - Fork 17.8k
[Bug] Incorrect Model Naming in /model Command (Sonnet 4.5 shows as Sonnet 4) #8467
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
area:modelarea:tuiautocloseIssue will be closed automaticallyIssue will be closed automaticallybugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOS
Description
Preflight Checklist
- I have searched existing issues and this hasn't been reported yet
- This is a single bug report (please file separate reports for different bugs)
- I am using the latest version of Claude Code
What's Wrong?
The /model command in Claude Code displays incorrect model names in the UI.
Current Behavior ❌
1. Default (recommended) Opus 4.1 for up to 20% of usage limits, then use Sonnet 4 ✔
2. Sonnet Sonnet 4 for daily use
Expected Behavior ✅
1. Default (recommended) Opus 4.1 for up to 20% of usage limits, then use Sonnet 4.5 ✔
2. Sonnet Sonnet 4.5 for daily use
What Should Happen?
The /model command UI should correctly display "Sonnet 4.5" instead of "Sonnet 4".
The underlying model is already correct (claude-sonnet-4-5-20250929), so only the UI display string needs fixing.
Error Messages/Logs
No runtime errors.
This is purely a **UI display bug**.
Logs confirm that the correct model (`claude-sonnet-4-5-20250929`) is being used internally.Steps to Reproduce
- Open Claude Code (v2.0.1).
- Run the
/modelcommand to view available models. - Observe the displayed model names:
- Default shows "Sonnet 4"
- Sonnet option also shows "Sonnet 4"
- Compare against the official announcement and logs, which show "Sonnet 4.5".
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
Claude Code Version: 2.0.1
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:modelarea:tuiautocloseIssue will be closed automaticallyIssue will be closed automaticallybugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOS