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: validate completion output first line before writing
Reject completion output whose first line does not start with a
known-valid prefix (_,#,if,function for bash/zsh; complete,# for fish),
so auth error messages like "Not logged in" can no longer be written
into system completion files.
0 commit comments