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
Bundle MinGit for Windows to eliminate Git dependency
Claude Code CLI requires git-bash on Windows. On fresh installs without
Git, cli.js exits with code 1. Bundle MinGit (~39MB) in the Windows
installer so the app works out of the box.
- Add scripts/bundle-mingit.mjs: downloads MinGit, copies sh.exe to
bash.exe (MinGit's sh.exe IS GNU bash 5.2 in POSIX mode)
- electron-builder.js: include build/mingit/ as extraResource on Windows
- electron/main.ts: set CLAUDE_CODE_GIT_BASH_PATH and add git to PATH
from bundled MinGit before starting the backend
- agentRunner.ts: log CLAUDE_CODE_GIT_BASH_PATH in diagnostics
- Bump version to 0.2.4
Co-Authored-By: Claude <noreply@anthropic.com>