Skip to content

Commit 4a18a75

Browse files
committed
update: tags and categories
1 parent 7e01565 commit 4a18a75

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"displayName": "Universal Commit Assistant",
44
"version": "1.0.0",
55
"description": "Universal AI-powered commit message generator supporting multiple providers and languages (OpenAI, Anthropic, Gemini, Mistral, Ollama, LM Studio, OpenRouter)",
6-
"icon": "logo.png",
76
"categories": [
8-
"Other"
7+
"Other",
8+
"Machine Learning",
9+
"SCM Providers"
910
],
1011
"keywords": [
1112
"git",
@@ -19,7 +20,15 @@
1920
"automation",
2021
"assistant",
2122
"universal",
22-
"multilingual"
23+
"multilingual",
24+
"conventional-commits",
25+
"source-control",
26+
"lm-studio",
27+
"openrouter",
28+
"commit-message",
29+
"productivity",
30+
"devtools",
31+
"vscode-extension"
2332
],
2433
"homepage": "https://github.com/gianged/universal-commit-assistant",
2534
"bugs": {
@@ -266,5 +275,6 @@
266275
},
267276
"engines": {
268277
"vscode": "^1.104.0"
269-
}
278+
},
279+
"icon": "logo.png"
270280
}

0 commit comments

Comments
 (0)