What's wrong with this entry?
Image processing now respects per-model limits for dimensions and file size, rather than using global constants:
maxWidth,maxHeight,maxBase64Size, andtargetRawSizecan now vary by model- Default limits remain at 2000×2000 pixels, 5MB base64, and ~3.75MB target raw size
- The
imageLimitsparameter is threaded through clipboard paste, content processing, and tool result handling - Image validation now also checks images inside
tool_resultcontent blocks (not just top-level user messages)
Image limits (search for "imageLimits" and "targetRawSize")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.