feat(desktop): transcript Select mode for bulk speaker reassignment - #6927
Merged
Conversation
✅ Deploy Preview for anarlog canceled.
|
ComputelessComputer
marked this pull request as ready for review
August 19, 2026 17:52
Make entry-level multi-select discoverable so diarization flips can be fixed without Cmd/Ctrl-clicking every segment. Select mode adds checkboxes, click-to-toggle, Select All, and bulk Change speaker, including creating a new speaker from the existing picker. Co-authored-by: John Jeong <ComputelessComputer@users.noreply.github.com>
Select mode now has Merge for consecutive same-channel entries. Labeled segments get a shared person assignment so adjacent blocks collapse; unlabeled ones unify diarization speaker indexes. Scattered selections can still Change speaker without merging. Co-authored-by: John Jeong <ComputelessComputer@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/transcript-select-mode-1c34
branch
from
August 19, 2026 17:53
7c53bed to
8f67e21
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.
The Discord feature request around diarization “flips” is real, but most of the requested tools already existed and were hard to find.
Already in the product
Those don’t help when Speaker A is correct for the first half of a call and then swaps with Speaker B. Cluster-wide reassignment would break the good half. Modifier-key multi-select was the right primitive, but nobody would discover it.
This PR
Adds a visible Select control on the transcript pane:
Merge is enabled when 2+ selected entries are consecutive, same channel, and the first has a speaker identity:
Scattered selections can still Change speaker. Cmd/Ctrl-click still works for power users.
Not in this PR (worth doing next)
Checks
pnpm -F desktop typecheckpnpm exec oxlintonapps/desktop/src/(0 errors)cargo test -p transcript -- segments::