claude-code - 💡(How to fix) Fix Auto thinking mode: enable extended reasoning only for complex prompts [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55122Fetched 2026-05-01 05:45:41
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Thinking mode consume tokens extras mesmo em perguntas simples. Seria útil ter um modo automático que ative o raciocínio estendido apenas quando a complexidade da pergunta justificar, ou permitir ▎ configurar um threshold.

Proposed Solution

Add a "Smart" or "Auto" option to the Thinking mode setting, alongside the current On/Off toggle. ▎ ▎ In Auto mode, the model would evaluate prompt complexity before deciding whether to engage extended reasoning. Simple prompts (factual questions, short explanations, quick lookups) would skip the ▎ thinking step, while complex prompts (code generation, debugging, architecture planning, multi-step analysis) would trigger it automatically. ▎ ▎ Alternatively, expose a user-configurable complexity threshold (e.g., Low / Medium / High) so users can tune the behavior to their workflow. ▎ ▎ This would reduce unnecessary token consumption without requiring users to manually toggle the setting between tasks.

Alternative Solutions

A simpler alternative would be to allow users to set Thinking mode per session via a slash command, such as /think on and /think off, making it faster to toggle without opening the settings ▎ dialog. ▎ ▎ Another alternative would be a keyboard shortcut to toggle Thinking mode on/off instantly during a conversation, without interrupting the workflow.

Priority

High - Significant impact on productivity

Feature Category

Configuration and settings

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implement an "Auto" mode for Thinking mode that dynamically adjusts based on prompt complexity to reduce unnecessary token consumption.

Guidance

  • Evaluate the feasibility of introducing a complexity threshold that triggers extended reasoning only for complex prompts.
  • Consider adding a user-configurable option (e.g., Low/Medium/High) to allow users to tune the behavior according to their workflow.
  • Assess the potential of implementing a slash command (e.g., /think on and /think off) or keyboard shortcut to quickly toggle Thinking mode without interrupting the conversation.
  • Investigate the impact of this feature on productivity and token consumption to determine the best approach.

Notes

The proposed solution aims to balance token consumption with the need for extended reasoning in complex prompts. However, the implementation details and potential edge cases need to be carefully considered.

Recommendation

Apply workaround: Implement the "Auto" mode with a user-configurable complexity threshold to allow users to optimize token consumption based on their specific use cases.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Auto thinking mode: enable extended reasoning only for complex prompts [1 comments, 2 participants]