You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will generate Git Commit messages for you using an LLM:
4
4
5
5
1. First, make sure that you [have `uvx` available](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer) (until #[1632](https://github.com/enola-dev/enola/issues/1632))
6
-
1. Next, [create a Google Gemini API key](https://aistudio-preprod.corp.google.com/apikey)!
6
+
1. Next, [create a Google Gemini API key](https://aistudio.google.com/apikey)
7
+
1. Now [store this secret](https://docs.enola.dev/use/secret/), using: `mkdir -p ~/.config/enola && echo GOOGLE_AI_API_KEY=... >>~/.config/enola/azkaban.yaml`
7
8
1. Finally, [install Enola.dev](https://docs.enola.dev/use/), and now run:
8
9
9
10
```sh
10
-
GOOGLE_AI_API_KEY=... 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!"
11
+
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!"
11
12
```
13
+
14
+
We recommend that you create an `alias` for this in your [dotfiles](https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/dotfiles/alias), e.g. `ac` for _AI Commit!_
0 commit comments