Commit Graph

7 Commits

Author SHA1 Message Date
2268f9e401
Added option to use Groq API by adding --groq flag to GIT_EDITOR.
Added environment variable GROQ_API_KEY to store Groq API key.
Updated git commit example to include --groq flag.
2024-08-09 12:48:08 -07:00
baed3d5d17
Update README.md with new instructions on using aicommit
Replace outdated information about `aicommit_groq`
Clarify prerequisites for using Aicommit
Add setup and usage section to README.md
Document bypassing AI-generated commit messages using the `-m` flag
2024-08-08 02:22:20 -07:00
e3704b4e6e
update README to reflect new feature and remove deprecated usage of aicommit_groq 2024-08-08 02:15:21 -07:00
141b53b4ba
Added AI-driven commit message drafting with aicommit, injecting draft messages before editor review. Fixed README to reflect usage and requirements. 2024-08-08 01:38:37 -07:00
20a30bd9ed Update README.md to include requirements for use. 2024-08-06 20:27:17 -07:00
323e37586f update README.md with improved code snippet example and aicommit alias
diff:
diff --git a/README.md b/README.md
index dfd36c8..2e3d77f 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,10 @@
 Instead of `git commit -m your message here`
 ```bash
+git commit -m your message here
 ```
 ```bash
+aicommit
+
```
2024-08-06 20:21:34 -07:00
f9d06244b1 Add README with usage instructions for AI commit message tool 2024-08-06 19:59:29 -07:00