You'll notice
Verify-diagnostics results no longer stop early when one entry is too big to fit
What
When Claude Code packs diagnostic entries into a tool result that has a size limit, it used to stop adding entries entirely as soon as one entry was too large to fit. Now it skips that oversized entry and keeps going, so smaller entries later in the list can still be included.
Why
This means a single large diagnostic entry no longer causes every entry after it to be dropped, so the result can include more of the useful, smaller diagnostics instead of truncating early.