-
Notifications
You must be signed in to change notification settings - Fork 516
Description
Current Behavior
When running the Claude Code agent within Wave Terminal, I am unable to successfully input images either by dragging and dropping an image file or by pasting an image from the clipboard.
In other terminals (like iTerm or VS Code's integrated terminal), both methods work correctly, allowing the image to be attached to the Claude Code prompt. In Wave Terminal, attempting either action results in no response or visible change in the prompt area.
Expected Behavior
The image should be successfully attached to the Claude Code prompt. A placeholder message, typically in the format of [Image #1] (or similar, depending on the image count), should appear in the text input area, indicating the image is ready for Claude to process. This functionality is working correctly when running Claude Code in terminals like iTerm and VS Code's integrated terminal.
Steps To Reproduce
- Open Wave Terminal.
- Start the Claude Code agent (e.g., run the
claudecommand). -
Attempt 1 (Drag & Drop): Drag an image file (e.g., a
.pngor.jpg) from the file system (Finder/Explorer) directly into the Claude Code input area.- Observed: Nothing happens.
-
Attempt 2 (Paste): Copy a screenshot or image to the clipboard (on macOS, this often involves
$\text{Cmd}+\text{Control}+\text{Shift}+4$ ), and then press$\text{Control}+\text{V}$ (the required paste shortcut for images in Claude Code) in the prompt.- Observed: Nothing happens.
Wave Version
0.12.1 (202510210631)
Platform
macOS
OS Version/Distribution
26.0(25A354)
Architecture
arm64
Anything else?
No response
Questionnaire
- I'm interested in fixing this myself but don't know where to start
- I would like to fix and I have a solution
- I don't have time to fix this right now, but maybe later