-
Notifications
You must be signed in to change notification settings - Fork 28
Support image attachments in prompts #192
Copy link
Copy link
Open
Labels
blocked-upstreamDeferred until an upstream dependency (DeepSeek API, MCP spec, etc.) ships the required capabilityDeferred until an upstream dependency (DeepSeek API, MCP spec, etc.) ships the required capabilityenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
blocked-upstreamDeferred until an upstream dependency (DeepSeek API, MCP spec, etc.) ships the required capabilityDeferred until an upstream dependency (DeepSeek API, MCP spec, etc.) ships the required capabilityenhancementNew feature or requestNew feature or request
Problem
Reasonix currently support text-based prompts, but I could not find a way to include image attachments as part of a prompt.
This would be useful when working on tasks where visual context matters, for example:
This would be really helpful in coding workflows, where screenshots often contain important context that is hard or slow to describe accurately.
Proposed change

Add support for passing images along with a prompt.
Alternatives considered
The current workaround is to manually describe the image in text or paste OCR/extracted text from the image. That works for simple screenshots, but it loses visual context such as layout, spacing, colors, alignment, and UI state.
Another workaround is to upload the image elsewhere and paste a link, but that adds friction.
Scope check