Skip to content

Releases: lifedever/ai-commit

Release list

v1.5.0

Choose a tag to compare

@lifedever lifedever released this 10 Jul 03:59

Added

  • -a / --all flag: stage all tracked changes before generating (mirrors git 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; -y keeps the strict error and never stages implicitly

Install / Upgrade

brew upgrade ai-commit          # Homebrew
# or
ai-commit --update              # script install

v1.4.0

Choose a tag to compare

@lifedever lifedever released this 10 Jul 03:31

Added

  • OpenAI provider now supports system proxy via HTTPS_PROXY / HTTP_PROXY / NO_PROXY environment variables (#1, thanks @gleox)

Changed

  • Breaking: Node.js >= 22.19 is now required (undici 8 dependency)

Fixed

  • --version long flag now works (previously only -v / -V were 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