Desktop app ignores `model` field in ~/.claude/settings.json
Resolved 💬 4 comments Opened May 15, 2026 by ilancas Closed Jul 12, 2026
Summary
Setting "model": "claude-opus-4-7" in ~/.claude/settings.json is honoured by the claude CLI but ignored by the Claude Code desktop app.
Steps to reproduce
- Add
"model": "claude-opus-4-7"to~/.claude/settings.json. - Start a new session via the
claudeCLI — status line shows Opus 4.7 (no 1M). ✅ - Start a new session in the Claude Code desktop app — status line still shows Opus 4.7 1M. ❌
- Full quit (⌘Q) and relaunch the desktop app — same behaviour.
Expected
Both CLI and desktop respect the model field in ~/.claude/settings.json as the default for new sessions.
Actual
CLI respects it; desktop app does not.
Notes
- Checked
~/Library/Application Support/Claude/window-state.jsonandPreferences— neither contains amodelentry, so no obvious stale per-window state to clear. - Use case: scheduled tasks were inheriting Opus 4.7 1M as the default and hitting context/rate issues. Setting a global default in
settings.jsonwas meant to fix that; the desktop-side gap means scheduled tasks dispatched from the desktop app still pick up 1M.
Environment
- macOS
- Claude Pro plan
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗