Replies: 3 comments 1 reply
-
How does this work? When you paste the image, does it paste a literal image, or just the path to the image file? |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
@doggy8088 I suspect Claude Code may be reading the image directly from the clipboard with an OS API call, and that's triggered when you press a certain keyboard shortcut. On the Mac that's assumedly Ctrl+V, but on Windows you need to use Alt+V. At least that what it says in their change log here: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#1093 That said, it's possible the feature just isn't working at the moment. Their issue tracker seems to have a lot of bug reports recently from people complaining that image pasting isn't working (on all operating systems). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This question may sound a bit strange. The main reason I'm asking is that Claude Code allows you to directly press Ctrl+V to paste an image in the macOS terminal, but I have never seen such a design on Windows. Is it because Windows Terminal does not allow this operation?
Beta Was this translation helpful? Give feedback.
All reactions