Skip to content

Commit 0cada49

Browse files
committed
build: update README.md with AI-powered commit message generator
1 parent 15da942 commit 0cada49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# git-commit-ai
22

3-
Generate commit messages using LLMs (Ollama, OpenAI, Anthropic, Groq, llama.cpp).
3+
> AI-powered commit message generator for Git. Automate your git workflow with intelligent, conventional commit messages.
44
5-
A CLI tool that analyzes your staged changes and generates [Karma-style](https://karma-runner.github.io/6.4/dev/git-commit-msg.html) commit messages using AI.
5+
A command-line tool that uses Large Language Models (LLMs) to analyze your staged changes and automatically generate [Karma-style](https://karma-runner.github.io/6.4/dev/git-commit-msg.html) / [Conventional Commits](https://www.conventionalcommits.org/) messages.
6+
7+
**Supported AI backends:** Ollama, llama.cpp, OpenAI (GPT-4), Anthropic (Claude), Groq (LLaMA)
68

79
## Features
810

0 commit comments

Comments
 (0)