mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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> |
||
|---|---|---|
| .. | ||
| cancel-active-task.ts | ||
| cancel-immediately-after-start-ack.ts | ||
| followup-after-completion.ts | ||
| followup-during-streaming.ts | ||
| message-images-queue-metadata.ts | ||
| message-without-active-task.ts | ||
| multi-message-queue-order.ts | ||
| shutdown-while-running.ts | ||
| start-while-busy.ts | ||