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> |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||