You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: wire image data through to Claude for screenshot/photo support (#168)
The bot was downloading and base64-encoding images but only passing a
text prompt to Claude, never the actual image data. This sends images
as multimodal content blocks via the SDK AsyncIterable path so Claude
can actually see uploaded screenshots and photos.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments