opencode
opencode copied to clipboard
feat: add copy slash command to copy last message
Summary
This PR introduces a /copy command for copying messages via the existing MessagesCopyCommand.
Doing so follows the established pattern used by undo and redo. Exposing the command in the UI improves discoverability for users who may not be familiar with the keyboard shortcut.
Changes
- Adds trigger to the existing
MessagesCopyCommand - Updates docs accordingly
Closes #2118