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