opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add ability to copy input to clipboard

Open zach-fuller opened this issue 4 months ago • 0 comments

Summary

This PR introduces a keyboard shortcut for copying the current input. This feature allows users to easily copy composed messages (including text and attachment references).

Changes

Core Implementation:

  • Adds InputCopyCommand with ctrl+shift+c default keybind
  • Implements Copy() method in editor component with toast feedback
  • Adds command execution handler

Documentation:

  • Updates keybind documentation to include new input_copy shortcut

zach-fuller avatar Aug 22 '25 03:08 zach-fuller