Summary
The web chat interface does not support image or screenshot uploads. Users cannot paste or drag-and-drop images into the chat window.
Use case
During certification build projects (e.g. B4) and agent debugging sessions, learners want to share screenshots of error messages, terminal output, or agent responses. Currently they must copy-paste text, which works but is less convenient and doesn't capture visual context (e.g. IDE errors, browser network tabs).
Proposed behavior
- Allow users to paste images (Ctrl+V / Cmd+V) into the chat input
- Allow drag-and-drop of image files onto the chat input
- Addie (the AI) should be able to see and interpret the uploaded image
Notes
- Addie's underlying model (Claude) supports vision/image input, so the AI side should already be capable
- Main work is on the UI input and passing the image through to the model context
Labels
enhancement, web-chat, certification
Summary
The web chat interface does not support image or screenshot uploads. Users cannot paste or drag-and-drop images into the chat window.
Use case
During certification build projects (e.g. B4) and agent debugging sessions, learners want to share screenshots of error messages, terminal output, or agent responses. Currently they must copy-paste text, which works but is less convenient and doesn't capture visual context (e.g. IDE errors, browser network tabs).
Proposed behavior
Notes
Labels
enhancement,web-chat,certification