Skip to content

feat(agent): runStreaming(_:images:) for vision - #22

Merged
ayman3000 merged 1 commit into
mainfrom
feat/streaming-with-images
Jul 27, 2026
Merged

feat(agent): runStreaming(_:images:) for vision#22
ayman3000 merged 1 commit into
mainfrom
feat/streaming-with-images

Conversation

@ayman3000

Copy link
Copy Markdown
Owner

Adds runStreaming(_ query:images:) so apps can stream replies for image/vision turns. The existing runStreaming(_:) delegates to it (images: []). The images attach to the user turn; the rest of the ReAct loop is unchanged. Backs Naseem's Phase 7 image attachments. All 112 tests pass.

🤖 Generated with Claude Code

Adds a streaming overload that accepts [LLMImage] and attaches them to the
user turn; the no-image runStreaming(_:) delegates to it. Enables streamed
vision replies (image attachments) without dropping to non-streaming.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@ayman3000
ayman3000 merged commit 61ea3e6 into main Jul 27, 2026
1 check passed
@ayman3000
ayman3000 deleted the feat/streaming-with-images branch July 27, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant