-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Feature]: Clipboard paste & drag-and-drop image support in Web Chat UI #5649
Copy link
Copy link
Open
Labels
desktopDesktop app (Tauri) — menu bar, dashboard parity, macOS integrationsDesktop app (Tauri) — menu bar, dashboard parity, macOS integrationsenhancementNew feature or requestNew feature or requestgatewayAuto scope: src/gateway/** changed.Auto scope: src/gateway/** changed.help wantedExtra attention is neededExtra attention is neededpriority:p2Medium priorityMedium priorityrisk: mediumAuto risk: src/** or dependency/config changes.Auto risk: src/** or dependency/config changes.status:acceptedRFC or work item accepted and ratified by the team.RFC or work item accepted and ratified by the team.status:no-staleExempt from the 60-day stale auto-close policy.Exempt from the 60-day stale auto-close policy.
Milestone
Metadata
Metadata
Assignees
Labels
desktopDesktop app (Tauri) — menu bar, dashboard parity, macOS integrationsDesktop app (Tauri) — menu bar, dashboard parity, macOS integrationsenhancementNew feature or requestNew feature or requestgatewayAuto scope: src/gateway/** changed.Auto scope: src/gateway/** changed.help wantedExtra attention is neededExtra attention is neededpriority:p2Medium priorityMedium priorityrisk: mediumAuto risk: src/** or dependency/config changes.Auto risk: src/** or dependency/config changes.status:acceptedRFC or work item accepted and ratified by the team.RFC or work item accepted and ratified by the team.status:no-staleExempt from the 60-day stale auto-close policy.Exempt from the 60-day stale auto-close policy.
Type
Projects
Status
Backlog
Summary
WebUI's Agent tab, ability to paste clipbaord images or drag & drop images.
Problem statement
When using the web chat UI, there's no way to paste a screenshot from clipboard (Ctrl+V) or drag-and-drop an image file into the chat composer. Both feel like natural gestures and currently do nothing.
Proposed solution
The backend already handles [IMAGE:...] markers and multimodal payloads (fixed in #1615, #2376) — this is purely a missing frontend wiring issue.
No backend changes required. Would make the web UI on par with every other channel that already supports image input (Discord, Telegram, etc.).
Non-goals / out of scope
No response
Alternatives considered
No response
Acceptance criteria
No response
Architecture impact
No response
Risk and rollback
No response
Breaking change?
No
Data hygiene checks