Roo-Code/apps/cli/scripts/integration
Chris Estreich 95ea01f9a5
feat(cli): support images in stdin stream commands (#11831)
feat(cli): support images in stdin stream start and message commands

Add optional `images` field (array of base64 data URIs) to the `start` and
`message` CLI stdin stream commands, allowing callers to attach images to
prompts. The images are validated, forwarded through the extension host, and
included in queued messages.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 12:57:21 -08:00
..
cases feat(cli): support images in stdin stream commands (#11831) 2026-03-02 12:57:21 -08:00
lib feat(cli): support images in stdin stream commands (#11831) 2026-03-02 12:57:21 -08:00
run.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00