[Bug] Tab key doesn't toggle thinking mode; always enabled on startup
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:
- Tab key no longer toggles extended thinking mode on/off
- After startup, extended thinking is always enabled regardless of the setting in settings.json
- Even when ~/.claude/settings.json contains "alwaysThinkingEnabled": false, thinking mode is always on
- 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
[]
Found 3 possible duplicate issues:
- https://github.com/anthropics/claude-code/issues/13759
- https://github.com/anthropics/claude-code/issues/13806
- 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
Confirmed on v2.0.67 Linux.
Even when turned off from the config, it always becomes enabled on a new startup.
Correct.
Also seeing this behavior! It's pretty irritating.
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.
Anthropic reply here: https://github.com/anthropics/claude-code/issues/13759#issuecomment-3649001782
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.
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.