feat(ui): show line summaries for multi-file patches - #12725
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
The follow-up commit resolves the earlier suggestion: the aggregate Previous Review Summary (commit bbf4dff)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit bbf4dff)Status: 1 Issue Found | Recommendation: Optional follow-up, safe to merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (3 files)
Notes: the Reviewed by claude-opus-5 · Input: 36 · Output: 5.3K · Cached: 715.8K Review guidance: REVIEW.md from base branch |
* feat(ui): show line summaries for multi-file patches * fix(ui): animate multi-file patch summaries
Multi-file patch tool calls currently show only the number of affected files in their collapsed header, while the individual file rows expose their own line counts. This makes the overall size of a patch harder to assess without expanding the tool call.
The header now reuses the per-file diff metadata to show aggregate additions and deletions for the current tool call, while preserving the existing single-file presentation and per-file details. The summary is omitted when there are no line changes.
Before:
After: