Add configurable thread rename shortcut - #1158
Open
ryanbbrown wants to merge 1 commit into
Open
Conversation
ryanbbrown
marked this pull request as ready for review
August 8, 2026 02:11
ryanbbrown
force-pushed
the
feature/thread-rename-shortcut
branch
from
August 8, 2026 02:11
8ef3e1c to
e04c21c
Compare
ryanbbrown
force-pushed
the
feature/thread-rename-shortcut
branch
from
August 8, 2026 02:12
e04c21c to
7a6c3f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1157.
Summary
User impact
Users can choose a keyboard shortcut for renaming the focused thread. The existing thread-title persistence behavior remains unchanged.
Testing
pnpm exec turbo run test --filter=@bb/app -- --run src/components/settings/KeyboardSettingsSection.test.tsx src/lib/keyboard-shortcut-settings.test.ts src/views/thread-detail/ThreadRenameCommandHandler.test.tsxpnpm exec turbo run test --filter=@bb/server -- --run test/system/app-keybindings.test.tspnpm exec turbo run typecheck --filter=@bb/app --filter=@bb/server --filter=@bb/domain --filter=@bb/server-contract --filter=@bb/plugin-sdk --filter=@bb/templatesgit diff --check