Skip to content

v0.8.6 feat(tui): smarter clipboard — copy any visible cell with Ctrl+Y #379

@Hmbown

Description

@Hmbown

Pitch

Companion to right-click copy. Add a keyboard shortcut (`Ctrl+Y`) that copies the currently-focused transcript cell to the system clipboard via the existing `arboard` integration. Picks up tool output, assistant prose, or a thinking block depending on what the cursor is on.

Optional: `Ctrl+Shift+Y` copies the cell PLUS its surrounding context (the tool call that produced this result + the assistant turn it belonged to) for sharing in bug reports.

Acceptance

  • Ctrl+Y on a cell copies its plain-text content to system clipboard.
  • Ctrl+Shift+Y copies cell + immediate context (parent turn).
  • Status toast confirms "Copied to clipboard".
  • Documented in /help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv0.8.6Targeting v0.8.6

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions