Added AI-driven commit message drafting with aicommit, injecting draft messages before editor review. Fixed README to reflect usage and requirements.

This commit is contained in:
ilguappo 2024-08-08 01:38:37 -07:00
parent f863bce0fa
commit 141b53b4ba
Signed by: ilguappo
GPG Key ID: 98486F29C8969FD0

View File

@ -1,15 +1,19 @@
## use AI to draft commit messages
clone this repo and then link the scripts into your path.
aicommit injects a commit message draft written by RayAI before loading your default editor for review.
requires: jq
> aicommit_groq is broken. Don't use.
### use
Instead of
Change your
```bash
git commit -m "your message here"`
export GIT_EDITOR="<path/to/>aicommit"
```
```bash
aicommit
git commit
```