claude-code - 💡(How to fix) Fix Sonnet 4.6 1M context not exposed in desktop app model picker (Max plan) [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#55584Fetched 2026-05-03 04:49:37
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

Fix Action

Fix / Workaround

Workarounds attempted

RAW_BUFFERClick to expand / collapse

Bug

The Claude Code desktop app's model picker shows Opus 4.7 1M as a persistent option but does not list Sonnet 4.6 1M, even on the Max plan which includes 1M Sonnet access.

The model alias works correctly when set per-session via /model sonnet[1m], and the claude-sonnet-4-6 model with 1M context is documented as available on Max plans. So this appears to be a UI gap rather than an entitlement issue.

Steps to reproduce

  1. Open the Claude Code desktop app on a Max plan
  2. Open the model picker (⇧⌘I)
  3. Observe available models:
    • Opus 4.7
    • Opus 4.7 1M
    • Sonnet 4.6
    • Haiku 4.5
    • Opus 4.6 Legacy
  4. Note that there is no "Sonnet 4.6 1M" option

Expected behavior

A "Sonnet 4.6 1M" option should appear in the picker alongside "Opus 4.7 1M" so it can be selected as a persistent default.

Workarounds attempted

  • Setting "model": "sonnet[1m]" in ~/.claude/settings.json is not honored by the desktop app's picker (the checkmark stays on plain Sonnet 4.6 after restart)
  • Per-session /model sonnet[1m] does work, but has to be re-entered every session

Environment

  • Claude Code desktop app, version 2.1.121
  • macOS
  • Max plan

extent analysis

TL;DR

The issue can be mitigated by manually setting the model alias per-session via /model sonnet[1m], although a persistent solution is needed.

Guidance

  • Verify that the claude-sonnet-4-6 model with 1M context is correctly configured and available on the Max plan.
  • Check the desktop app's settings and model picker code to ensure it correctly handles and displays models with context sizes (e.g., "Sonnet 4.6 1M").
  • Investigate why setting "model": "sonnet[1m]" in ~/.claude/settings.json is not honored by the desktop app's picker.
  • Consider adding a feature request or bug report to the Claude Code issue tracker to address the UI gap.

Example

No code snippet is provided as the issue does not contain sufficient code context.

Notes

The issue appears to be a UI gap rather than an entitlement issue, and the model alias works correctly when set per-session. However, the root cause of the issue is still unclear, and further investigation is needed.

Recommendation

Apply workaround: use the per-session /model sonnet[1m] command until a persistent solution is available, as it is the only known method to access the "Sonnet 4.6 1M" model.

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

A "Sonnet 4.6 1M" option should appear in the picker alongside "Opus 4.7 1M" so it can be selected as a persistent default.

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 Sonnet 4.6 1M context not exposed in desktop app model picker (Max plan) [1 comments, 2 participants]