tui does not support images #8487

Open
opened 2026-02-16 18:10:05 -05:00 by yindo · 6 comments
Owner

Originally created by @gxlqssjf on GitHub (Feb 4, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

tui does not support images

Plugins

No response

OpenCode version

1.1.50

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

windows11

Terminal

No response

Originally created by @gxlqssjf on GitHub (Feb 4, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description tui does not support images ### Plugins _No response_ ### OpenCode version 1.1.50 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System windows11 ### Terminal _No response_
yindo added the windowsopentuibug labels 2026-02-16 18:10:05 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 4, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #10794: Drag image here — Not available (server-side agent unable to resolve image dragging in TUI)
  • #7556: fix(tui): Ctrl+V image paste fails with Russian input source on macOS (TUI image paste issues)
  • #4077: In Memory Image can't be Pasted in Opencode After TUI Upgrade (clipboard image paste not working after TUI changes)
  • #4668: Images can not be dragged and dropped (drag and drop imports file path instead of image)
  • #10154: Image Clipboard Paste Not Working in OpenCode (clipboard image paste functionality broken)

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 4, 2026): This issue might be a duplicate of existing issues. Please check: - #10794: Drag image here — Not available (server-side agent unable to resolve image dragging in TUI) - #7556: fix(tui): Ctrl+V image paste fails with Russian input source on macOS (TUI image paste issues) - #4077: In Memory Image can't be Pasted in Opencode After TUI Upgrade (clipboard image paste not working after TUI changes) - #4668: Images can not be dragged and dropped (drag and drop imports file path instead of image) - #10154: Image Clipboard Paste Not Working in OpenCode (clipboard image paste functionality broken) Feel free to ignore if none of these address your specific case.
Author
Owner

@rekram1-node commented on GitHub (Feb 4, 2026):

wdym

@rekram1-node commented on GitHub (Feb 4, 2026): wdym
Author
Owner

@hubertlepicki commented on GitHub (Feb 4, 2026):

I think this used to work. I used to be able to drag and drop files (images) to TUI, from Finder or from clipboard alike and now it doesn't work at all.

Yesterday, I could drop files from Finder at least and today it's totally broken. macOS + either iTerm2 or Ghostty alike.

@hubertlepicki commented on GitHub (Feb 4, 2026): I think this used to work. I used to be able to drag and drop files (images) to TUI, from Finder or from clipboard alike and now it doesn't work at all. Yesterday, I could drop files from Finder at least and today it's totally broken. macOS + either iTerm2 or Ghostty alike.
Author
Owner

@hubertlepicki commented on GitHub (Feb 4, 2026):

This is what happens to me. Did some more testing and nothing works in iTerm2 and Ghostty. In kitty I can at least drop images from Finder. Pasting from clipboard doesn't work in any terminal I tested.

https://github.com/user-attachments/assets/b923ee24-0712-4459-9cf2-be5fc5b11bda

@hubertlepicki commented on GitHub (Feb 4, 2026): This is what happens to me. Did some more testing and nothing works in iTerm2 and Ghostty. In kitty I can at least drop images from Finder. Pasting from clipboard doesn't work in any terminal I tested. https://github.com/user-attachments/assets/b923ee24-0712-4459-9cf2-be5fc5b11bda
Author
Owner

@maharshi365 commented on GitHub (Feb 5, 2026):

I ran into a similar problem with Windows Terminal. I had to add a binding for alt-v to allow images too

"keybinds": {
    "input_paste": "ctrl+v,alt+v"
  }

I did some investigating and it seems like Windows Terminal processes ctrl-v differently for images.

@maharshi365 commented on GitHub (Feb 5, 2026): I ran into a similar problem with Windows Terminal. I had to add a binding for alt-v to allow images too ```json "keybinds": { "input_paste": "ctrl+v,alt+v" } ``` I did some investigating and it seems like Windows Terminal processes ctrl-v differently for images.
Author
Owner

@hubertlepicki commented on GitHub (Feb 14, 2026):

With the 1.2.0 / 1.2.1 release I can again paste images to Ghostty from Finder. On Linux/Konsole there is no issue.

@hubertlepicki commented on GitHub (Feb 14, 2026): With the 1.2.0 / 1.2.1 release I can again paste images to Ghostty from Finder. On Linux/Konsole there is no issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8487