Skip to content

Support image attachments in prompts #192

@SamuelGaitkoski

Description

@SamuelGaitkoski

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:

  • asking the agent to inspect a screenshot of an error
  • sharing UI screenshots when requesting frontend changes
  • providing diagrams, mockups, or visual references
  • attaching images directly instead of manually describing them in text

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.
Image

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

  • This belongs in core reasonix (not better as a separate npm package)
  • I've read CLAUDE.md and CONTRIBUTING.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    blocked-upstreamDeferred until an upstream dependency (DeepSeek API, MCP spec, etc.) ships the required capabilityenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions