mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 15:01:52 +03:00
b59ea0e3f3
- 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