mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 21:48:36 +02:00
Show expandable file change previews on tool-call timeline events when file changes are present. Each tool-call row gains a compact summary (file count, +/- stats, GitHub-style stats bar) that expands to per-file entries with collapsible unified diffs. - FileChangePreview component in chat/ feature directory - DiffLine with background highlighting for additions/deletions - DiffStatsBar mini visualization (5-block addition/deletion ratio) - New file detection with FilePlus2 icon and 'new' badge - TimelineEventRow restructured to wrapper div for proper nesting Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>