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

Grouped tool-use rendering now memoized per message group

Repeated tool-call groupings in the transcript are now cached instead of rebuilt each render

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

Repeated tool-call groupings in the transcript are now cached instead of rebuilt each render

What

When the transcript collapses repeated identical tool calls into a single grouped display, Claude Code now caches the constructed grouping object per group instead of rebuilding it on every render. The cache is keyed to the group's first message and reused as long as the underlying messages and results haven't changed.

Why

This is a rendering-performance optimization; transcripts with repeated tool calls should render a bit faster with no visible change in appearance.

See this entry in the whole of v2.1.269 →