claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[Bug] Tab key doesn't toggle thinking mode; always enabled on startup

Open HanyuMasashi-AB opened this issue 2 weeks ago • 6 comments

Bug Description Title: Tab key not working to toggle thinking mode, always enabled on startup (v2.0.67)

Description:

  • Version: 2.0.67
  • OS: Windows
  • Model: Sonnet 4.5 (Default)

Bug:

  1. Tab key no longer toggles extended thinking mode on/off
  2. After startup, extended thinking is always enabled regardless of the setting in settings.json
  3. Even when ~/.claude/settings.json contains "alwaysThinkingEnabled": false, thinking mode is always on
  4. This causes unexpectedly high token consumption

Expected behavior:

  • Tab key should toggle thinking mode on/off
  • settings.json configuration should be respected on startup

Additional info:

  • /config shows "Thinking mode: true" after every restart
  • Input bar color indicates thinking is always enabled (purple instead of gray)

Environment Info

  • Platform: win32
  • Terminal: null
  • Version: 2.0.67
  • Feedback ID: 9b9cb90c-1d25-4bd2-a41b-01d89d25da9e

Errors

[]

HanyuMasashi-AB avatar Dec 12 '25 15:12 HanyuMasashi-AB

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/13759
  2. https://github.com/anthropics/claude-code/issues/13806
  3. https://github.com/anthropics/claude-code/issues/13768

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

github-actions[bot] avatar Dec 12 '25 15:12 github-actions[bot]

Confirmed on v2.0.67 Linux.

Image

andreaganduglia avatar Dec 12 '25 15:12 andreaganduglia

Even when turned off from the config, it always becomes enabled on a new startup.

vanek-21-code avatar Dec 12 '25 15:12 vanek-21-code

Correct.

andreaganduglia avatar Dec 12 '25 15:12 andreaganduglia

Also seeing this behavior! It's pretty irritating.

rrcobb avatar Dec 12 '25 18:12 rrcobb

It's pretty irritating

More than irritating, I'd like to more publicly suggest that this is an intentional, insidious trend. See my submission of the issue, I'm quite relieved it wasn't just me being paranoid about some glitch.

fadedlamp42 avatar Dec 13 '25 01:12 fadedlamp42

Anthropic reply here: https://github.com/anthropics/claude-code/issues/13759#issuecomment-3649001782

Letiliel avatar Dec 13 '25 11:12 Letiliel

You can add this to ~/.claude/settings.json:

{
  "env": {
    "MAX_THINKING_TOKENS": "0"
  }
}

This disables thinking mode completely even toggled in /config, but this is a temporary workaround for people who don't want thinking by default, if you want to toggle thinking again you need to remove this configuration.

zxzinn avatar Dec 13 '25 15:12 zxzinn

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.

github-actions[bot] avatar Dec 21 '25 14:12 github-actions[bot]