claude-code - 💡(How to fix) Fix /model picker shows 'Opus 4.7' but sets 'Opus 4.6'

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Bug

The `/model` picker UI labels both Opus options as Opus 4.7, but selecting either one results in the confirmation message saying "Set model to Opus 4.6" (or "Kept model as Opus 4.6").

Steps to reproduce

  1. Run `/model` in Claude Code
  2. Observe the picker shows:
    • Opus (1M context) — "Opus 4.7 with 1M context · Most capable for complex work · $5/$25 per Mtok"
    • Opus ✔ — "Opus 4.7 · Most capable for complex work"
  3. Select either Opus option
  4. Confirmation output says "Set model to Opus 4.6"

Expected behavior

The model name should be consistent between the picker UI and the confirmation output. Either both should say 4.6 or both should say 4.7.

Environment

  • Claude Code CLI (macOS)
  • Date: 2026-04-20

extent analysis

TL;DR

The issue can be resolved by updating the model picker UI to correctly reflect the version of the Opus model being selected.

Guidance

  • Verify that the model versions are correctly configured in the Claude Code CLI settings.
  • Check the confirmation output to ensure it matches the selected model version.
  • Review the picker UI code to ensure it is correctly displaying the model version.
  • Test selecting both Opus options to confirm the issue is resolved.

Example

No code snippet is provided as the issue does not include specific code details.

Notes

The issue may be due to a mismatch between the model versions in the picker UI and the actual model versions being used. It is also possible that there is a bug in the Claude Code CLI that is causing the incorrect model version to be displayed.

Recommendation

Apply a workaround by manually verifying the model version after selection, as the issue may be due to a bug in the Claude Code CLI that needs to be fixed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The model name should be consistent between the picker UI and the confirmation output. Either both should say 4.6 or both should say 4.7.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix /model picker shows 'Opus 4.7' but sets 'Opus 4.6'