Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 998 Bytes

File metadata and controls

16 lines (11 loc) · 998 Bytes

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!

PS: See also @vorburger/aifiles git-commit-messages skill.