Thinking Mode Toggle Hotkey#
What's wrong with this entry?
New keyboard shortcut to toggle extended thinking mode on/off directly from the prompt input.
Press alt+t (or option+t on macOS) while focused on the prompt input to open the thinking toggle picker.
- Opens a dedicated picker UI showing "Enabled" and "Disabled" options
- Displays a warning when changing mid-conversation: "Changing mid-conversation may reduce quality. For best results, set this at the start of a session."
- Logs telemetry event
tengu_thinking_toggled_hotkeyfor tracking usage - Press
Enterto confirm selection,Escto cancel
$r2() at line 464580 (ThinkingPicker component, contains "Toggle thinking mode" and "Enable or disable thinking for this session") and HsA at line 179809 (hotkey definition, displayText: "alt+t")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.