docs: 在 README 文件中vscode插件列表中添加了 Git Commit Genie 集成

已在所有语言版本的 README 文件中将 Git Commit Genie 添加到集成列表中。为新的集成补充了文档、图片和演示 GIF。
This commit is contained in:
Lune macos 2025-10-03 11:17:22 +10:00
parent 840e93fbf2
commit 98ab3ee09d
10 changed files with 382 additions and 0 deletions

View file

@ -789,6 +789,11 @@
<td> <a href="https://code.visualstudio.com/docs/intelligentapps/overview"> AI Toolkit </a> </td>
<td> Visual Studio Code 的 AI Toolkit 是一個綜合性擴展,為開發人員和 AI 工程師提供使用生成式 AI 模型構建、測試和部署智能應用程序的能力。 </td>
</tr>
<tr>
<td> <img src="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/gitCommitGenie/Genie.png?raw=true" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/Nouvelle-Lune/git-commit-genie/blob/main/README.md"> Git Commit Genie </a> </td>
<td> Git Commit Genie 使用主流大模型生成標準的 commit message,支持自定義提交信息模版、多步推理。能夠進行倉庫智能分析,為提交信息生成提供更好的上下文。 </td>
</tr>
</table>
<p style="text-align: right;"><a href="#目錄">^ 返回目錄 ^</a></p>