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: Refactor diff threshold logic to use total changes
This commit refactors the logic for determining which language model to use based on the size of the git diff. Instead of counting the number of lines in the diff, it now calculates the total number of insertions and deletions using `git diff --shortstat`.
The `diff.threshold` default value has also been adjusted from 500 to 200 to better reflect the new calculation method.
auto-commit-msg{Version:0.4.0-dev Model:gemini-2.5-flash-lite ResponseTime:1.427025958s ExecutionTime:1.435464833s}
0 commit comments