Uh oh!
There was an error while loading. Please reload this page.
feat: add keyboard shortcut to toggle thinking visibility - #8734
feat: add keyboard shortcut to toggle thinking visibility#8734BackSlasher wants to merge 1 commit into
Conversation
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found:
Why it's related: PR #8168 appears to be addressing the exact same feature - adding a keyboard keybind to toggle the |
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
BackSlasher
commented
Jan 15, 2026
BackSlasher
commented
Jan 15, 2026
(feel free to close this if merging the other) |
f1ae801 to
08fa7f7CompareClosing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
What does this PR do?
Thinking can be toggled via command, but not via keyboard shortcut. Now it can.
Default shortcut:
ctrl+alt+t.Shortcut name:
thinking_toggleHow did you verify your code works?
Ran locally using
bun dev, asked it what's the best appleWithout thinking:

After ctrl+alt+t:

Fixes#8167