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 ·

Auto-memory/read-search collapsed summary now takes an explicit flag instead of calling Da() internally

Collapsed read-search transcript summaries now take their include-fields decision as a parameter

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

Collapsed read-search transcript summaries now take their include-fields decision as a parameter

What

The internal function that builds the 'collapsed_read_search' summary entry shown in transcripts (covering bash and git counts, commits, pushes, branches, and pull requests) used to decide internally whether to include those fields. It now receives that decision as an explicit parameter passed in by its caller.

Why

This is an internal restructuring that makes the decision about what to include in the summary controllable by the caller rather than fixed inside the function; it doesn't change what a reader sees in these summaries on its own.

See this entry in the whole of v2.1.269 →