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.277 ·

Pasted-content merging centralized into a helper (uZ)

Pasted-content merging logic consolidated into a shared uZ helper function

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaPrompt Inputwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Pasted-content merging logic consolidated into a shared uZ helper function

What

Several places in the code that merge pasted content and images (previously done by copying an old object and adding new entries in a loop) now call a shared helper function, uZ(...), to do this instead.

Why

This is an internal cleanup that consolidates duplicated logic into one place; it should not change what a user sees when pasting content.

See this entry in the whole of v2.1.277 →