Files
openclaw/src/agents/pi-embedded-runner
{Suksham-sharma} b59ea0e3f3 fix: prevent infinite retry loop for images exceeding 5MB
- Change MAX_IMAGE_BYTES from 6MB to 5MB to match Anthropic API limit
- Add isImageSizeError() to detect image size errors from API
- Handle image size errors with user-friendly message instead of retry
- Prevent failover for image size errors (not retriable)

Fixes #2271
2026-01-27 16:02:19 -06:00
..
2026-01-14 15:02:19 +00:00
2026-01-20 10:51:25 +00:00
2026-01-27 16:47:32 -05:00