You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(review-prompt): size-aware diff strategy for large changes
Instead of always running `git diff _base HEAD` (which floods the agent's
context on big changes and degrades the review), the prompt now tells the agent
to size the change first (git diff --name-only / --numstat / --shortstat) and
pick a reading strategy: one pass when small, file-by-file (git diff _base HEAD
-- <path>) when large, and section-by-section for a single very large file.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments