mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 19:04:37 +00:00
feat(coding-agent): clipboard image paste support via Ctrl+V (fixes #419)
This commit is contained in:
parent
97bb411988
commit
5c5084481b
8 changed files with 233 additions and 2 deletions
|
|
@ -266,6 +266,7 @@ Both modes are configurable via `/settings`: "one-at-a-time" delivers messages o
|
|||
| Ctrl+O | Toggle tool output expansion |
|
||||
| Ctrl+T | Toggle thinking block visibility |
|
||||
| Ctrl+G | Edit message in external editor (`$VISUAL` or `$EDITOR`) |
|
||||
| Ctrl+V | Paste image from clipboard |
|
||||
|
||||
### Custom Keybindings
|
||||
|
||||
|
|
@ -362,6 +363,10 @@ Run multiple commands before prompting; all outputs are included together.
|
|||
|
||||
### Image Support
|
||||
|
||||
**Pasting images:** Press `Ctrl+V` to paste an image from your clipboard.
|
||||
|
||||
**Dragging images:** Drag image files onto the terminal to insert their path. On macOS, you can also drag the screenshot thumbnail (after Cmd+Shift+4) directly onto the terminal.
|
||||
|
||||
**Attaching images:** Include image paths in your message:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue