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
feat(diff-simplifier): Include binary or large changes in output
Previously, the DiffSimplifier was not accounting for binary or too large changes when generating the output. This commit introduces a new list to capture such changes and includes them in the final output string. This ensures that all changes, including binary file operations and large modifications, are now properly reflected in the diff summary.
0 commit comments