Skip to content

Git Commit Message ๐Ÿ”ฎ AI Agent

This will generate Git Commit messages for you using an LLM:

  1. First, make sure that you have uvx available (until #1632)
  2. Next, create a Google Gemini API key
  3. Now store this secret, using: mkdir -p ~/.config/enola && echo GOOGLE_AI_API_KEY=... >>~/.config/enola/azkaban.yaml
  4. Finally, install Enola.dev, and now run:
enola ai --agents=git-commit-message --in="Make it so!"

We recommend that you create an alias for this in your dotfiles, e.g. ac for AI Commit!