Add copy-to-clipboard action for proposed plan card#1620
Merged
juliusmarminge merged 3 commits intomainfrom Apr 2, 2026
Merged
Add copy-to-clipboard action for proposed plan card#1620juliusmarminge merged 3 commits intomainfrom
juliusmarminge merged 3 commits intomainfrom
Conversation
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
gigq
pushed a commit
to gigq/t3code
that referenced
this pull request
Apr 6, 2026
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
Chrono-byte
pushed a commit
to Chrono-byte/t3code
that referenced
this pull request
Apr 7, 2026
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
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.
What Changed
Copy to clipboardaction to the proposed plan card overflow menu in chat.Copied!label state.Why
Users in plan mode need a fast way to copy plan markdown into external tools (for example, Linear) without downloading a file first.
UI Changes
Copy to clipboard) in the plan card actions menu.Copy to clipboard,Download as markdown, andSave to workspace.plan_card_copy_to_clipboard_demo_small.mp4
Plan card actions menu with copy option
Copied markdown pasted into composer
Checklist
To show artifacts inline, enable in settings.
Note
Add copy-to-clipboard menu action to the proposed plan card
Adds a 'Copy to clipboard' menu item to
ProposedPlanCardthat copies the plan markdown to the clipboard. The button label changes to 'Copied!' on success, and an error toast is shown viatoastManagerif copying fails.Macroscope summarized 36fdd4c.