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(init): truncate uncommitted file list to first 5 entries
When a git working tree has many uncommitted files, the full list
can flood the terminal. Show only the first 5 files and append a
summary line (e.g. '+ 12 more uncommitted files') for the rest.
0 commit comments