Files
headquarter/openspec/changes/fix-web-terminal-clipboard/tasks.md
T
alex d14cdc1151 fix(terminal): support browser clipboard shortcuts
Copy selected terminal output with Ctrl/Cmd+C without sending an interrupt, and route browser paste consistently through the terminal transport.
2026-07-22 12:52:19 +02:00

334 B

Web Terminal Clipboard Tasks

  • Add selected-text copy interception without suppressing unselected terminal interrupts.
  • Normalize browser paste handling through the existing paste transport.
  • Add focused frontend coverage for copy shortcut decisions.
  • Run frontend tests, typecheck/build, lint, and diagnostics.