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.