claude-code - 💡(How to fix) Fix [BUG] Opus 4.6 1M context disappears from model picker, replaced by Opus 4.6 200k; default silently changes to Sonnet [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#46221Fetched 2026-04-11 06:25:57
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • Searched existing issues (related: #45978)
  • Single bug report
  • Latest version of Claude Code

What's Wrong?

Date: 2026-04-10 Plan: Claude Max

Today the Claude Code model picker changed in a way that prevents users from selecting Opus 4.6 with 1M context:

  1. Default silently switched from "Opus 4.6 (1M context)" to "Sonnet 4.6 (200k)". Sessions that were running on Opus 1M were downgraded mid-session without user action.

  2. New entry appeared: "Opus 4.6 200k context" is now listed in /model picker alongside the existing Sonnet/Haiku entries.

  3. Opus 4.6 1M context cannot be pinned: even when manually selecting the 1M variant, it disappears from the list on the next /model invocation or model switch. There is no way to keep Opus 1M as a persistent choice.

Steps to Reproduce

  1. Start a Claude Code session with Opus 4.6 (1M context) previously set as default.
  2. Observe that the default shown is now Sonnet 4.6 (200k).
  3. Run /model — note that "Opus 4.6 200k" is listed but "Opus 4.6 1M" is not selectable / disappears after selection.

Expected

  • Opus 4.6 with 1M context remains available and persistently selectable.
  • Default should not change without user action.

Actual

  • Default changed from Opus/1M → Sonnet/200k without user input.
  • Opus/1M is not reliably selectable.
  • New Opus/200k variant appeared.

Environment

  • Platform: macOS (darwin 24.6.0)
  • Claude Code CLI
  • Plan: Claude Max
<img width="569" height="115" alt="Image" src="https://github.com/user-attachments/assets/802c9621-ca25-4560-8e1c-9dd490afdd64" />

extent analysis

TL;DR

The issue can be mitigated by manually selecting the Opus 4.6 (1M context) model each time a new session is started, although this does not persist across sessions.

Guidance

  • Investigate the model picker's configuration to understand why the default model switched from Opus 4.6 (1M context) to Sonnet 4.6 (200k) without user input.
  • Verify if there are any recent updates or changes in the Claude Code model picker that could have introduced this behavior.
  • Check if the Opus 4.6 (1M context) model is correctly configured and available in the /model picker, and if there are any issues with its implementation that could cause it to disappear after selection.
  • Consider reaching out to the developers or support team for Claude Code to report this issue and ask for assistance in resolving the model selection persistence.

Example

No code snippet is provided as the issue seems to be related to the configuration or implementation of the Claude Code model picker, rather than a specific code error.

Notes

The exact cause of the issue is unclear, and without further information about the Claude Code model picker's implementation, it is difficult to provide a definitive solution. The provided steps to reproduce the issue suggest that the problem is related to the model picker's behavior, but the root cause may be related to the configuration, updates, or implementation of the models themselves.

Recommendation

Apply workaround: Manually select the Opus 4.6 (1M context) model each time a new session is started, as this is the only reliable way to use this model until the issue is resolved.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING