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) remove unnecessary git dependency and fix empty array expansion in install script (#9)
Remove check_git/install_git functions and their invocation — git is not
required by the install flow. Fix unbound variable error when prefix_args
is empty under set -u by using ${arr[@]+"${arr[@]}"} pattern.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments