Skip to content

0.2.4

Choose a tag to compare

@github-actions github-actions released this 22 Mar 02:11
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>