Feature request for product/service
Cursor IDE
Describe the request
Problem
In Design Mode, Cursor automatically attaches a screenshot every time a message is sent.
This works well for multimodal models, but it causes problems when using custom API providers or text-only models that do not support image input. In these cases, every request fails because an image is always included.
Suggested Improvement
Please add an option such as:
- Automatically attach screenshots in Design Mode (On/Off)
or
- Attach screenshots only when explicitly requested
This would allow users to choose whether screenshots are sent automatically.
Why this matters
Many users use custom OpenAI-compatible APIs or self-hosted models. Some of these models are text-only, while others charge extra for image input.
Giving users control over automatic screenshots would:
- Improve compatibility with non-multimodal models.
- Reduce unnecessary image uploads and token usage.
- Make Design Mode more flexible for different AI providers.
- Prevent failed requests when using text-only models.
This small setting would greatly improve the experience for users who rely on custom APIs.