From 141b53b4ba324c20cd9e50b8835a7c4e89840e95 Mon Sep 17 00:00:00 2001 From: anaxios Date: Thu, 8 Aug 2024 01:38:37 -0700 Subject: [PATCH] Added AI-driven commit message drafting with aicommit, injecting draft messages before editor review. Fixed README to reflect usage and requirements. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 568b9e1..a26481b 100644 --- a/README.md +++ b/README.md @@ -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="aicommit" ``` + ```bash -aicommit +git commit ```