Skip to content

Commit 28a05be

Browse files
authored
Merge pull request Kilo-Org#6365 from Kilo-Org/kevinvandijk/fix-marketplace-category-keywords
Add missing marketplace metadata
2 parents 2d22fba + 57b88d4 commit 28a05be

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

packages/kilo-vscode/package.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Open Source AI coding agent that generates code from natural language, automates tasks, and runs terminal commands. Features inline autocomplete, browser automation, automated refactoring, and custom modes for planning, coding, and debugging. Supports 500+ AI models including Claude (Anthropic), Gemini, Grok, GPT, Codex and GLM.",
55
"version": "7.0.29",
66
"icon": "assets/icons/logo-outline-black.png",
7+
"galleryBanner": {
8+
"color": "#FFFFFF",
9+
"theme": "light"
10+
},
711
"publisher": "kilocode",
812
"repository": {
913
"type": "git",
@@ -13,8 +17,32 @@
1317
"engines": {
1418
"vscode": "^1.108.0"
1519
},
20+
"author": {
21+
"name": "Kilo Code"
22+
},
1623
"categories": [
17-
"Other"
24+
"AI",
25+
"Chat",
26+
"Programming Languages",
27+
"Education",
28+
"Snippets",
29+
"Testing"
30+
],
31+
"keywords": [
32+
"kilo",
33+
"claude",
34+
"dev",
35+
"mcp",
36+
"openrouter",
37+
"coding",
38+
"agent",
39+
"autonomous",
40+
"chatgpt",
41+
"sonnet",
42+
"ai",
43+
"llama",
44+
"Kilo Code",
45+
"kilocode"
1846
],
1947
"activationEvents": [],
2048
"main": "./dist/extension.js",

0 commit comments

Comments
 (0)