Skip to content

Conversation

@BackSlasher
Copy link

@BackSlasher BackSlasher commented Jan 15, 2026

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_toggle

How did you verify your code works?

Ran locally using bun dev, asked it what's the best apple

Without thinking:
image

After ctrl+alt+t:
image

Fixes #8167

@github-actions
Copy link
Contributor

Hey! Your PR title [EASY] feat: add keyboard shortcut to toggle thinking visibility doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

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 /thinking command. This is likely a duplicate or a related PR that should be consolidated.

@BackSlasher BackSlasher changed the title [EASY] feat: add keyboard shortcut to toggle thinking visibility feat: add keyboard shortcut to toggle thinking visibility Jan 15, 2026
@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@BackSlasher
Copy link
Author

It's indeed a dup of #8168, solves #8167

@BackSlasher
Copy link
Author

(feel free to close this if merging the other)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: keybind to toggle thinking visibility (/thinking)

1 participant