Rayai will draft git commit messages for you. Also a script for groq.
Go to file
anaxios 41dc5665b4 Title: Improve system message definition
Content: Replaced string concatenation with a here document to improve readability and maintainability. Fixed trailing whitespace by adding a newline at the end of the last line.
2024-08-07 04:08:00 -07:00
aicommit Title: Improve system message definition 2024-08-07 04:08:00 -07:00
aicommit_groq Remove redundant set options, simplify to just 'set -e' in aicommit_groq 2024-08-07 03:53:20 -07:00
README.md Update README.md to include requirements for use. 2024-08-06 20:27:17 -07:00

use AI to draft commit messages

clone this repo and then link the scripts into your path.

requires: jq

use

Instead of

git commit -m "your message here"`
aicommit