Say goodbye to tedious commit messages. Let AI analyze your changes and generate perfect conventional commits automatically.
npm install -g gai-cli Analyzes your code changes and generates meaningful commit messages automatically
Works out-of-the-box with no setup required. Just install and start using
Follows industry standards for consistent, readable commit history
Preview commits before execution with dry-run mode and verbose output
gai Generate and commit with AI
gai -a Stage all changes and commit
gai -n Dry run to preview commit
gai -l spanish Generate in different languages
| Option | Alias | Description |
|---|---|---|
| --all | -a | Stage all tracked and untracked changes |
| --amend | -A | Amend the previous commit |
| --dry-run | -n | Preview commit without executing |
| --lang | -l | Language for generated messages |
| --verbose | -v | Show detailed process information |
Join thousands of developers who've already improved their Git workflow with AI