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
+102-6
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ A VSCode extension for generating standardized Git/SVN commit messages using AI
23
23
24
24
[English](README.md) | [简体中文](README.zh-CN.md)
25
25
26
-
A VSCode extension for generating standardized Git/SVN commit messages using AI. Supports OpenAI, Ollama, and VSCode built-in AI services.
26
+
A VSCode extension for generating standardized Git/SVN commit messages using AI. Supports OpenAI, Ollama, VSCode built-in AI services, Zhipu AI, DashScope, and Doubao AI.
27
27
28
28
## Features
29
29
@@ -32,6 +32,9 @@ A VSCode extension for generating standardized Git/SVN commit messages using AI.
32
32
- OpenAI API support (GPT-3.5/GPT-4/Other)
33
33
- Ollama local model support
34
34
- VSCode built-in AI support
35
+
- Zhipu AI support
36
+
- DashScope support
37
+
- Doubao AI support
35
38
36
39
### 📝 Version Control System Support
37
40
@@ -42,9 +45,9 @@ A VSCode extension for generating standardized Git/SVN commit messages using AI.
42
45
43
46
Supports 19 languages including:
44
47
45
-
- English
46
48
- Simplified Chinese
47
49
- Traditional Chinese
50
+
- English
48
51
- Japanese
49
52
- Korean
50
53
@@ -69,6 +72,9 @@ Supports 19 languages including:
69
72
| dish-ai-commit.model | string | gpt-3.5-turbo | AI model selection |
- Select the file to be submitted from the source code manager
121
+
- Click the "Dish AI Commit" icon in the source code manager title bar
122
+
- Or execute the "Dish AI Commit" command in the command panel
123
+
- AI will automatically generate a submission message that meets the specifications
124
+
125
+
## 📥 Install
126
+
127
+
1. Search "Dish AI Commit" from the VS Code extension market
128
+
2. Click to install
129
+
3. Restart VS Code
130
+
4. Configure AI service parameters according to actual needs
131
+
132
+
## 📝 Changelog
133
+
134
+
See [CHANGELOG.md](CHANGELOG.md) for a detailed version history.
135
+
136
+
## 📋 Dependency Requirements
137
+
138
+
- VS Code 1.80.0+
139
+
-[SVN command line tool](http://subversion.apache.org/packages.html)
140
+
- SVN SCM (optional) - To enter commit information in the SCM input box of VSCode, please install [SVN SCM v2.18.1+](https://github.com/littleCareless/svn-scm/releases/tag/v2.18.1)
141
+
- Valid AI service configuration (OpenAI API Key or Ollama service)
142
+
143
+
## 💡 Frequently asked questions
144
+
145
+
- Ensure that the SVN command line tool is correctly installed and accessible
146
+
- Ensure that the SVN SCM extension is correctly installed and enabled
147
+
- Configure the correct AI service parameters
148
+
- Ensure that the network can access the selected AI service
149
+
150
+
## 🛠️ Development Guide
151
+
152
+
You can use Github Codespaces for online development:
0 commit comments