|
1 | 1 | { |
2 | 2 | "id": "kilo-code", |
3 | 3 | "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.", |
5 | 5 | "i18n": { |
6 | 6 | "zh-Hans": { |
7 | | - "description": "Kilo Code 是一个开源的 VS Code AI Agent,支持 400+ 模型。具备多模式工作流(架构师、编码器、调试器)、透明定价和 MCP 服务器市场集成功能。" |
| 7 | + "description": "开源 AI 编码代理,支持来自 60+ 提供商的 500+ 模型,提供透明定价。具备多模式编排、自动错误恢复、并行代理和 MCP 市场。" |
8 | 8 | } |
9 | 9 | }, |
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", |
15 | 15 | "githubUrl": "https://github.com/Kilo-Org/kilocode", |
16 | 16 | "license": "Apache-2.0", |
17 | 17 | "pricing": [ |
18 | 18 | { |
19 | | - "name": "Free (Open Source)", |
| 19 | + "name": "Free", |
20 | 20 | "value": 0, |
21 | 21 | "currency": null, |
22 | 22 | "per": null, |
23 | 23 | "category": "Individual" |
24 | 24 | }, |
25 | | - { |
26 | | - "name": "Pay As You Go", |
27 | | - "value": null, |
28 | | - "currency": "USD", |
29 | | - "per": "usage", |
30 | | - "category": "Individual" |
31 | | - }, |
32 | 25 | { |
33 | 26 | "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" |
38 | 31 | }, |
39 | 32 | { |
40 | 33 | "name": "Enterprise", |
41 | 34 | "value": null, |
42 | 35 | "currency": null, |
43 | | - "per": "custom", |
| 36 | + "per": "Custom", |
44 | 37 | "category": "Enterprise" |
45 | 38 | } |
46 | 39 | ], |
47 | 40 | "resourceUrls": { |
48 | | - "download": "https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code", |
| 41 | + "download": "https://kilo.ai", |
49 | 42 | "changelog": "https://github.com/Kilo-Org/kilocode/releases", |
50 | | - "pricing": "https://kilocode.ai/pricing", |
| 43 | + "pricing": "https://kilo.ai/pricing", |
51 | 44 | "mcp": null, |
52 | 45 | "issue": "https://github.com/Kilo-Org/kilocode/issues" |
53 | 46 | }, |
54 | 47 | "communityUrls": { |
55 | | - "linkedin": null, |
| 48 | + "linkedin": "https://www.linkedin.com/company/kilo-code", |
56 | 49 | "twitter": "https://x.com/kilocode", |
57 | 50 | "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", |
60 | 53 | "reddit": "https://www.reddit.com/r/kilocode", |
61 | | - "blog": "https://kilocode.ai/blog" |
| 54 | + "blog": "https://blog.kilo.ai" |
62 | 55 | }, |
63 | 56 | "relatedProducts": [ |
64 | 57 | { |
65 | 58 | "type": "cli", |
66 | | - "productId": "kilo-code" |
| 59 | + "productId": "kilo-code-cli" |
67 | 60 | } |
68 | 61 | ], |
69 | 62 | "supportedIdes": [ |
|
76 | 69 | "ideId": "jetbrains", |
77 | 70 | "marketplaceUrl": "https://plugins.jetbrains.com/plugin/28350-kilo-code", |
78 | 71 | "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" |
79 | 87 | } |
80 | 88 | ] |
81 | 89 | } |
0 commit comments