Summary
On macOS, pasting images into the TUI prompt with cmd+v does not work reliably.
Repro
- Platform: macOS
- Terminals tested:
- Ghostty
- iTerm2
- Terminal.app
Steps:
- Copy an image to the clipboard
- Focus the OpenCode TUI prompt
- Press
cmd+v
Expected
The image should attach to the prompt.
Actual
cmd+v does not consistently attach the image. In my testing, behavior differs by terminal.
Notes
I have a local prototype that improves cmd+v image paste handling on macOS.
Summary
On macOS, pasting images into the TUI prompt with
cmd+vdoes not work reliably.Repro
Steps:
cmd+vExpected
The image should attach to the prompt.
Actual
cmd+vdoes not consistently attach the image. In my testing, behavior differs by terminal.Notes
I have a local prototype that improves
cmd+vimage paste handling on macOS.