Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Image resize now enforces a stricter rejection ceiling above the target size

Image resizing tracks a separate, stricter reject-size ceiling above the normal target width/height

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaImageswhat it touches
KindInternal Changesin v2.1.271,
Group of 2 Under the hood

Image resizing tracks a separate, stricter reject-size ceiling above the normal target width/height

What

Image resizing now computes rejectMaxWidth and rejectMaxHeight as the larger of the caller's configured bound and a new fixed value of 1568, via a new helper. These are added alongside the existing maxWidth/maxHeight target-size fields on the resize configuration, and did not exist before.

Why

This lets Claude Code reject images that exceed a hard size ceiling even when the normal resize target is smaller, tightening validation beyond simple resizing.

See this entry in the whole of v2.1.271 →