C
Coder.com2mo ago
Sebo

Screenshots as context for claude code agent

I would like to drag and drop images to claude code running in my terminal in a coder environment. Any idea how to accomplish this?
8 Replies
Codercord
Codercord2mo ago
Codercord
Codercord2mo ago
What are you creating this issue for?
taxilian
taxilian2mo ago
depends a little on what OS and terminal, but on mac cmd-v is paste, but ctrl-v will paste an image
matifali
matifali2mo ago
@35C4n0r with recent addition to AgentAPI, will darg and drop also work?
35C4n0r
35C4n0r2mo ago
Yes
matifali
matifali2mo ago
Hi @Sebo if you run Claude using agentAPI which the Claude code modules uses by default you should be abel to drag and drop files from the chat Window.
GitHub
GitHub - coder/agentapi: HTTP API for Claude Code, Goose, Aider, Ge...
HTTP API for Claude Code, Goose, Aider, Gemini, Amp, and Codex - coder/agentapi
Sebo
SeboOP2mo ago
Is there also a way without it? I found the claude code emuluation through that quiet lacking compared to a tmux, claude code remote setup through vs code.
matifali
matifali2mo ago
Not sure what do you mean. You can try setting up Claude as a standalone coder_app with command = claude

Did you find this page helpful?