Roo-Code/apps/cli/scripts/integration/cases
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
..
cancel-active-task.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
cancel-immediately-after-start-ack.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
followup-after-completion.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
followup-during-streaming.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
message-images-queue-metadata.ts feat(cli): support images in stdin stream commands (#11831) 2026-03-02 12:57:21 -08:00
message-without-active-task.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
multi-message-queue-order.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
shutdown-while-running.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00
start-while-busy.ts Fix stdin-stream cancel race and add integration test suite (#11817) 2026-03-01 22:27:01 -08:00