Skip to content

Commit 9bc7d50

Browse files
ericyangpanclaude
andcommitted
refactor(manifests): reorganize and rename manifest files
- Rename CLI manifests for consistency: claude-code.json → claude-code-cli.json, kilocode-cli.json → kilo-code-cli.json - Move droid from IDEs to extensions category (manifests/ides/droid.json → manifests/extensions/droid.json) - Update kilo-code.json and claude-code.json extension manifests - Update extensions.schema.json to reflect structural changes - Add kilo vendor manifest (manifests/vendors/kilo.json) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3705d3d commit 9bc7d50

File tree

8 files changed

+147
-111
lines changed

8 files changed

+147
-111
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "claude-code",
3-
"name": "Claude Code",
2+
"id": "claude-code-cli",
3+
"name": "Claude Code CLI",
44
"description": "AI coding assistant CLI for your terminal. Understands your codebase, executes tasks via natural language, explains code, and manages git workflows with MCP integration.",
55
"i18n": {
66
"zh-Hans": {

manifests/clis/kilo-code-cli.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"id": "kilo-code-cli",
3+
"name": "Kilo Code CLI",
4+
"description": "Kilo Code CLI brings the power of AI coding assistance directly to your terminal. Experience advanced code generation, debugging, and development workflows through natural language commands.",
5+
"i18n": {
6+
"zh-Hans": {
7+
"description": "Kilo Code CLI 将 AI 编码辅助的强大功能直接带到您的终端。通过自然语言命令体验先进的代码生成、调试和开发工作流。"
8+
}
9+
},
10+
"websiteUrl": "https://kilo.ai/cli",
11+
"docsUrl": "https://kilo.ai/docs/cli",
12+
"verified": true,
13+
"vendor": "Kilo",
14+
"latestVersion": "0.6.0",
15+
"githubUrl": "https://github.com/Kilo-Org/kilocode",
16+
"license": "Apache-2.0",
17+
"pricing": [
18+
{
19+
"name": "Free",
20+
"value": 0,
21+
"currency": null,
22+
"per": null,
23+
"category": "Individual"
24+
},
25+
{
26+
"name": "Teams",
27+
"value": 15,
28+
"currency": "USD",
29+
"per": "month",
30+
"category": "Team"
31+
},
32+
{
33+
"name": "Enterprise",
34+
"value": null,
35+
"currency": null,
36+
"per": "Custom",
37+
"category": "Enterprise"
38+
}
39+
],
40+
"resourceUrls": {
41+
"download": "https://kilo.ai/cli",
42+
"changelog": "https://github.com/Kilo-Org/kilocode/releases",
43+
"pricing": "https://kilo.ai/pricing",
44+
"mcp": null,
45+
"issue": "https://github.com/Kilo-Org/kilocode/issues"
46+
},
47+
"communityUrls": {
48+
"linkedin": "https://www.linkedin.com/company/kilo-code",
49+
"twitter": "https://x.com/kilocode",
50+
"github": "https://github.com/Kilo-Org/kilocode",
51+
"youtube": "https://www.youtube.com/@Kilo-Code",
52+
"discord": "https://kilo.ai/discord",
53+
"reddit": "https://www.reddit.com/r/kilocode",
54+
"blog": "https://blog.kilo.ai"
55+
},
56+
"relatedProducts": [
57+
{
58+
"type": "extension",
59+
"productId": "kilo-code"
60+
}
61+
],
62+
"platforms": [
63+
{
64+
"os": "macOS",
65+
"installCommand": "npm install -g @kilocode/cli",
66+
"launchCommand": "kilo",
67+
"installPath": null
68+
},
69+
{
70+
"os": "Windows",
71+
"installCommand": "npm install -g @kilocode/cli",
72+
"launchCommand": "kilo",
73+
"installPath": null
74+
},
75+
{
76+
"os": "Linux",
77+
"installCommand": "npm install -g @kilocode/cli",
78+
"launchCommand": "kilo",
79+
"installPath": null
80+
}
81+
]
82+
}

manifests/clis/kilocode-cli.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

manifests/extensions/claude-code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"relatedProducts": [
7878
{
7979
"type": "cli",
80-
"productId": "claude-code"
80+
"productId": "claude-code-cli"
8181
}
8282
],
8383
"supportedIdes": [
Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,11 @@
6666
"productId": "factory"
6767
}
6868
],
69-
"platforms": [
69+
"supportedIdes": [
7070
{
71-
"os": "macOS",
72-
"installCommand": null,
73-
"launchCommand": null,
74-
"installPath": null
75-
},
76-
{
77-
"os": "Windows",
78-
"installCommand": null,
79-
"launchCommand": null,
80-
"installPath": null
81-
},
82-
{
83-
"os": "Linux",
84-
"installCommand": null,
85-
"launchCommand": null,
86-
"installPath": null
71+
"ideId": "vscode",
72+
"marketplaceUrl": null,
73+
"installUri": null
8774
}
8875
]
8976
}
Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,62 @@
11
{
22
"id": "kilo-code",
33
"name": "Kilo Code",
4-
"description": "Kilo Code is an open-source VS Code AI agent supporting 400+ models. Features multi-mode workflow (Architect, Coder, Debugger), transparent pricing, and MCP server marketplace integration.",
4+
"description": "Open-source AI coding agent supporting 500+ models from 60+ providers with transparent pricing. Features multi-mode orchestration, automatic failure recovery, parallel agents, and MCP marketplace.",
55
"i18n": {
66
"zh-Hans": {
7-
"description": "Kilo Code 是一个开源的 VS Code AI Agent,支持 400+ 模型。具备多模式工作流(架构师、编码器、调试器)、透明定价和 MCP 服务器市场集成功能"
7+
"description": "开源 AI 编码代理,支持来自 60+ 提供商的 500+ 模型,提供透明定价。具备多模式编排、自动错误恢复、并行代理和 MCP 市场"
88
}
99
},
10-
"websiteUrl": "https://kilocode.ai",
11-
"docsUrl": "https://kilocode.ai/docs",
12-
"verified": false,
13-
"vendor": "Kilo Code",
14-
"latestVersion": "4.110.0",
10+
"websiteUrl": "https://kilo.ai",
11+
"docsUrl": "https://kilo.ai/docs",
12+
"verified": true,
13+
"vendor": "Kilo",
14+
"latestVersion": "4.121.2",
1515
"githubUrl": "https://github.com/Kilo-Org/kilocode",
1616
"license": "Apache-2.0",
1717
"pricing": [
1818
{
19-
"name": "Free (Open Source)",
19+
"name": "Free",
2020
"value": 0,
2121
"currency": null,
2222
"per": null,
2323
"category": "Individual"
2424
},
25-
{
26-
"name": "Pay As You Go",
27-
"value": null,
28-
"currency": "USD",
29-
"per": "usage",
30-
"category": "Individual"
31-
},
3225
{
3326
"name": "Teams",
34-
"value": null,
35-
"currency": null,
36-
"per": "custom",
37-
"category": "Business"
27+
"value": 15,
28+
"currency": "USD",
29+
"per": "month",
30+
"category": "Team"
3831
},
3932
{
4033
"name": "Enterprise",
4134
"value": null,
4235
"currency": null,
43-
"per": "custom",
36+
"per": "Custom",
4437
"category": "Enterprise"
4538
}
4639
],
4740
"resourceUrls": {
48-
"download": "https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code",
41+
"download": "https://kilo.ai",
4942
"changelog": "https://github.com/Kilo-Org/kilocode/releases",
50-
"pricing": "https://kilocode.ai/pricing",
43+
"pricing": "https://kilo.ai/pricing",
5144
"mcp": null,
5245
"issue": "https://github.com/Kilo-Org/kilocode/issues"
5346
},
5447
"communityUrls": {
55-
"linkedin": null,
48+
"linkedin": "https://www.linkedin.com/company/kilo-code",
5649
"twitter": "https://x.com/kilocode",
5750
"github": "https://github.com/Kilo-Org/kilocode",
58-
"youtube": "https://www.youtube.com/@kilocode",
59-
"discord": "https://kilocode.ai/discord",
51+
"youtube": "https://www.youtube.com/@Kilo-Code",
52+
"discord": "https://kilo.ai/discord",
6053
"reddit": "https://www.reddit.com/r/kilocode",
61-
"blog": "https://kilocode.ai/blog"
54+
"blog": "https://blog.kilo.ai"
6255
},
6356
"relatedProducts": [
6457
{
6558
"type": "cli",
66-
"productId": "kilo-code"
59+
"productId": "kilo-code-cli"
6760
}
6861
],
6962
"supportedIdes": [
@@ -76,6 +69,21 @@
7669
"ideId": "jetbrains",
7770
"marketplaceUrl": "https://plugins.jetbrains.com/plugin/28350-kilo-code",
7871
"installUri": null
72+
},
73+
{
74+
"ideId": "cursor",
75+
"marketplaceUrl": null,
76+
"installUri": "cursor:extension/kilocode.kilo-code"
77+
},
78+
{
79+
"ideId": "windsurf",
80+
"marketplaceUrl": null,
81+
"installUri": "windsurf:extension/kilocode.kilo-code"
82+
},
83+
{
84+
"ideId": "trae",
85+
"marketplaceUrl": null,
86+
"installUri": "trae:extension/kilocode.kilo-code"
7987
}
8088
]
8189
}

manifests/schemas/extensions.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"properties": {
3232
"ideId": {
3333
"type": "string",
34-
"enum": ["vscode", "jetbrains", "zed"],
34+
"enum": ["vscode", "jetbrains", "cursor", "windsurf", "trae", "zed"],
3535
"description": "IDE identifier (e.g., 'vscode', 'jetbrains')"
3636
},
3737
"marketplaceUrl": {

manifests/vendors/kilo.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"id": "kilo",
3+
"name": "Kilo",
4+
"description": "An AI-powered coding platform providing advanced code generation, debugging, and development workflows through CLI tools and IDE extensions.",
5+
"i18n": {
6+
"zh-Hans": {
7+
"description": "提供 AI 驱动的编码平台,通过 CLI 工具和 IDE 扩展提供先进的代码生成、调试和开发工作流。"
8+
}
9+
},
10+
"websiteUrl": "https://kilo.ai/",
11+
"docsUrl": "https://kilo.ai/docs",
12+
"verified": true,
13+
"communityUrls": {
14+
"linkedin": "https://www.linkedin.com/company/kilo-code",
15+
"twitter": "https://x.com/kilocode",
16+
"github": "https://github.com/Kilo-Org/kilocode",
17+
"youtube": "https://www.youtube.com/@Kilo-Code",
18+
"discord": "https://kilo.ai/discord",
19+
"reddit": "https://www.reddit.com/r/kilocode",
20+
"blog": "https://blog.kilo.ai"
21+
}
22+
}

0 commit comments

Comments
 (0)