Rayai will draft git commit messages for you. Also a script for groq.
Go to file
2024-08-08 02:15:21 -07:00
aicommit Now stands as middleware between the git commit command and the default 2024-08-08 01:30:10 -07:00
aicommit_groq Add pipefail option to set command to prevent pipes from hiding errors, improve script reliability 2024-08-07 04:40:22 -07:00
README.md update README to reflect new feature and remove deprecated usage of aicommit_groq 2024-08-08 02:15:21 -07:00
test.txt update README to reflect new feature and remove deprecated usage of aicommit_groq 2024-08-08 02:15:21 -07:00

use AI to draft commit messages

aicommit injects a commit message draft written by RayAI before loading your default editor for review.

requires: cur, jq

aicommit_groq is broken. Don't use.

use

  1. Clone the repo

  2. Add to your ~/.bashrc

export GIT_EDITOR="<path/to/>aicommit"
  1. Use git as normal.
git commit

Using the -m flag will bypass generating a message git commit -m