Skip to content

Commit

Permalink
📝 docs(package): 更新应用描述和分类信息
Browse files Browse the repository at this point in the history
- 优化扩展描述,增加更多服务支持说明(Zhipu、DashScope、Doubao、Gemini)
- 更新版本号至 0.4.6
- 扩展分类标签,新增机器学习、代码片段和格式化器
- 添加新的关键词标签
  • Loading branch information
littleCareless committed Dec 21, 2024
1 parent e005364 commit b5e6c27
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "dish-ai-commit",
"displayName": "Dish AI Commit Gen",
"description": "Use AI to assist in generating standardized Git/SVN submission information VSCode extensions. Support OpenAI, Olama, and VSCode built-in AI services.",
"version": "0.4.4",
"description": "🤖 AI-Powered VSCode extension for generating standardized Git/SVN commit messages. ✨ Supports multiple AI services: OpenAI, ChatGPT, Ollama, Zhipu, DashScope, Doubao, Gemini and VS Code built-in AI. 🌍 Multi-language support (EN/CN/JP/KR/Other). 📊 Auto-generate weekly reports.",
"version": "0.4.6",
"engines": {
"vscode": "^1.95.0"
},
"publisher": "littleCareless",
"repository": "https://github.com/littleCareless/dish-ai-commit",
"icon": "images/logo.png",
"categories": [
"Other",
"SCM Providers"
"SCM Providers",
"Machine Learning",
"Snippets",
"Formatters",
"Other"
],
"keywords": [
"OpenAI",
Expand All @@ -30,7 +33,11 @@
"Auto Commit",
"SCM Providers",
"SCM",
"Dish Ai Commit"
"Dish Ai Commit",
"Zhipu",
"DashScope",
"Doubao",
"Gemini"
],
"extensionDependencies": [
"johnstoncode.svn-scm",
Expand Down

0 comments on commit b5e6c27

Please sign in to comment.