Preflight Checklist
What's Wrong?
The alwaysThinkingEnabled setting in ~/.claude/settings.json is no longer being respected. Thinking mode defaults to OFF on every new session, even though the setting is configured to true.
This is a regression - the setting was working correctly in previous versions.
What Should Happen?
When alwaysThinkingEnabled: true is set in ~/.claude/settings.json, Claude Code should start with thinking mode enabled by default (as indicated by "Thinking on (tab to toggle)" in the status line).
Error Messages/Logs
No errors - the setting is silently ignored.
Steps to Reproduce
- Add
"alwaysThinkingEnabled": true to ~/.claude/settings.json:
{
"alwaysThinkingEnabled": true
}
- Start a new Claude Code session
- Observe the status line shows thinking mode is OFF
- Have to manually press
Tab to enable thinking mode
Claude Model
Opus 4.5 (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Versions prior to 2.0.64
Claude Code Version
2.0.64
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Ghostty
Additional Information
Related issue: #10623 discusses alwaysThinkingEnabled but conflates multiple different issues. This bug report is specifically about the setting not being respected on startup - a clear regression in v2.0.64.
Preflight Checklist
What's Wrong?
The
alwaysThinkingEnabledsetting in~/.claude/settings.jsonis no longer being respected. Thinking mode defaults to OFF on every new session, even though the setting is configured totrue.This is a regression - the setting was working correctly in previous versions.
What Should Happen?
When
alwaysThinkingEnabled: trueis set in~/.claude/settings.json, Claude Code should start with thinking mode enabled by default (as indicated by "Thinking on (tab to toggle)" in the status line).Error Messages/Logs
Steps to Reproduce
"alwaysThinkingEnabled": trueto~/.claude/settings.json:{ "alwaysThinkingEnabled": true }Tabto enable thinking modeClaude Model
Opus 4.5 (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Versions prior to 2.0.64
Claude Code Version
2.0.64
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Ghostty
Additional Information
Related issue: #10623 discusses
alwaysThinkingEnabledbut conflates multiple different issues. This bug report is specifically about the setting not being respected on startup - a clear regression in v2.0.64.