Skip to content

Commit 5aa58c6

Browse files
watadarkstarLee-W
authored andcommitted
docs: add installation and usage guide for cz-ai plugin leveraging GPT-4o
1 parent 9420b44 commit 5aa58c6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/third-party-commitizen.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
In addition to the native templates, some alternative commit format templates
44
are available as PyPI packages (installable with `pip`).
55

6+
### [cz-ai](https://github.com/watadarkstar/cz_ai)
7+
8+
A Commitizen plugin that leverages OpenAI's GPT-4o to automatically generate clear, concise, and conventional commit messages based on your staged git changes.
9+
10+
#### Installation
11+
12+
```sh
13+
pip install cz-ai
14+
```
15+
16+
#### Usage
17+
18+
```sh
19+
cz --name cz_ai commit
20+
```
21+
622
### [Conventional JIRA](https://pypi.org/project/conventional-JIRA/)
723

824
Just like _conventional commit_ format, but the scope has been restricted to a

0 commit comments

Comments
 (0)