Skip to content

[BUG] alwaysThinkingEnabled setting not respected since v2.0.64 #13532

Description

@andrewklingelhofer

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

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

  1. Add "alwaysThinkingEnabled": true to ~/.claude/settings.json:
    {
      "alwaysThinkingEnabled": true
    }
  2. Start a new Claude Code session
  3. Observe the status line shows thinking mode is OFF
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:corearea:tuibugSomething isn't workinghas reproHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions