Skip to content

feat: collapse large summary file lists behind <details> block#372

Closed
drewbailey wants to merge 1 commit intodag-andersen:mainfrom
drewbailey:db--collapsible-summary-threshold
Closed

feat: collapse large summary file lists behind <details> block#372
drewbailey wants to merge 1 commit intodag-andersen:mainfrom
drewbailey:db--collapsible-summary-threshold

Conversation

@drewbailey
Copy link
Copy Markdown
Contributor

@drewbailey drewbailey commented Mar 9, 2026

When the total number of changed files exceeds --summary-threshold (default 20), the per-file listing is moved into a collapsible <details> block so the summary yaml block stays compact. Full list remains accessible on click.

Also reminds users that context lines around diffs are already configurable via --line-count / -c (default 7)

When the total number of changed files exceeds --summary-threshold (default 20),
the per-file listing is moved into a collapsible <details> block so the summary
yaml block stays compact. Full list remains accessible on click.

Also reminds users that context lines around diffs are already configurable
via --line-count / -c (default 7).
@dag-andersen
Copy link
Copy Markdown
Owner

Hi @drewbailey

Sorry for the slow reply. I was busy finalizing v0.2.0 🚀

As you may have noticed, this new version has made changes to the diff generation logic, which means you now have a lot of conflicts 😬

Would you mind updating the PR to match the new code?

Also, when this is merged, I'll need to prepare a little integration test for it, so we can be sure it doesn't break in the future :)

@drewbailey
Copy link
Copy Markdown
Contributor Author

#398

@drewbailey drewbailey closed this Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants