Releases: lifedever/ai-commit
Releases · lifedever/ai-commit
Release list
v1.5.0
Added
-a/--allflag: stage all tracked changes before generating (mirrorsgit commit -a; untracked files are never staged)- When nothing is staged but tracked files have unstaged changes, ai-commit now lists them and asks whether to stage them (y/N) instead of erroring out;
-ykeeps the strict error and never stages implicitly
Install / Upgrade
brew upgrade ai-commit # Homebrew
# or
ai-commit --update # script installv1.4.0
Added
- OpenAI provider now supports system proxy via
HTTPS_PROXY/HTTP_PROXY/NO_PROXYenvironment variables (#1, thanks @gleox)
Changed
- Breaking: Node.js >= 22.19 is now required (undici 8 dependency)
Fixed
--versionlong flag now works (previously only-v/-Vwere recognized)
Also includes unreleased 1.3.8 / 1.3.9 changes: large-diff handling for the Claude provider and Homebrew installation support. See CHANGELOG.md for details.
Install / Upgrade
brew tap lifedever/tap && brew install ai-commit
# or
curl -fsSL https://raw.githubusercontent.com/lifedever/ai-commit/main/install.sh | bash
# or, if already installed
ai-commit --update