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 CLAUDE_CODE_GIT_BASH_PATH not set when using bundled MinGit
The v0.2.6 refactor checked hasCommand('bash') AFTER adding MinGit to
PATH. Since MinGit's bash.exe was now discoverable via PATH, the check
returned true and we skipped setting CLAUDE_CODE_GIT_BASH_PATH. But
Claude Code doesn't discover bash via PATH -- it needs the explicit
env var.
Fix: set CLAUDE_CODE_GIT_BASH_PATH directly when setting up MinGit.
Remove the broken separate hasCommand('bash') check.
Bump version to 0.2.8.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments