You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Use Azure/OpenAI API to review Git changes, generate conventional commit message
30
30
- 🤯 Support generating commit messages based on git diffs using ChatGPT / Azure API.
31
31
- 🗺️ Support multi-language commit messages.
32
32
- 😜 Support adding Gitmoji.
33
+
- 🛠️ Support custom system prompt.
33
34
- 📝 Support Conventional Commits specification.
34
35
35
36
## 📦 Installation
@@ -53,17 +54,18 @@ Use Azure/OpenAI API to review Git changes, generate conventional commit message
53
54
54
55
### ⚙️ Configuration
55
56
57
+
> **Note** Version >= 0.0.5 Don't need to configure `EMOJI_ENABLED` and `FULL_GITMOJI_SPEC`,If don't need to use `Gitmoji`. Please set `SYSTEM_PROMPT` to empty.
58
+
56
59
In the VSCode settings, locate the "ai-commit" configuration options and configure them as needed:
0 commit comments