Improve transcript copy and chat placement#5425
Merged
Merged
Conversation
✅ Deploy Preview for old-char canceled.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6589b8f. Configure here.
6589b8f to
3375565
Compare
Add transcript copy in the expanded transcript panel, restore the docked right-panel chat option, and keep floating chat input text visible on its white editor surface.
3375565 to
495e557
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.

Summary:
Note
Medium Risk
Touches global chat mode, keyboard shortcuts, and main layout resizing across many surfaces; transcript copy uses the clipboard API but is localized UI behavior.
Overview
Adds a docked right-panel chat alongside the existing floating overlay, with a new
RightPanelOpenmode andOPEN_RIGHT_PANELtransitions so users can move between float and dock from the toolbar.The floating chat drops in-place “expand to fill anchor” behavior: it stays bottom-right on the note surface, resize math is updated, and the old maximize/collapse control is replaced by open in right panel / float chat actions. Escape, home navigation, the session Ask CTA, changelog, and transcript Esc handling now treat any open chat (floating or docked) consistently; switching sessions still collapses chat when leaving the current note.
Also adds Copy transcript on the expanded post-session panel (formatted export text → clipboard) with short-lived transient toasts, and fixes chat input text color on the white composer surface.
Reviewed by Cursor Bugbot for commit 495e557. Bugbot is set up for automated code reviews on this repo. Configure here.