Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Image handling switched to Bun's native Image API

Image handling now uses Bun's built-in Image type instead of a custom wrapper object

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaImageswhat it touches
KindInternal Changesin v2.1.265,
Under the hood No documentation found

Image handling now uses Bun's built-in Image type instead of a custom wrapper object

What

A function that previously constructed a custom, frozen wrapper object to represent an image (holding call, signal, event, and origin data) now simply returns new Bun.Image(...), using the image type built into the Bun JavaScript runtime instead.

Why

This simplifies image handling by relying on the runtime's native support rather than a hand-built substitute, though the finding doesn't describe any visible behavior change.

Read from
Names in the bundleBun.Image

See this entry in the whole of v2.1.265 →

Feedback