Git Commit Message ๐ฎ AI Agent¶
This will generate Git Commit messages for you using an LLM:
- First, make sure that you have
uvxavailable (until #1632) - Next, create a Google Gemini API key
- Now store this secret, using:
mkdir -p ~/.config/enola && echo GOOGLE_AI_API_KEY=... >>~/.config/enola/azkaban.yaml - Finally, install Enola.dev, and now run:
enola ai --agents=git-commit-message --prompt="Make it so!"
We recommend that you create an alias for this in your dotfiles, e.g. ac for AI Commit!