Skip to content

Commit d708a34

Browse files
ericyangpanclaude
andcommitted
feat: add new product manifests
- Add Cursor Composer model manifest - Add GLM-4.6V multimodal model manifest - Add Google Gemini Code Assist extension manifest - Add Cline vendor manifest - Remove cline-bot vendor (consolidated into cline) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2dbcfcc commit d708a34

File tree

4 files changed

+145
-2
lines changed

4 files changed

+145
-2
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"$schema": "../$schemas/extension.schema.json",
3+
"id": "gemini-code-assist",
4+
"name": "Gemini Code Assist",
5+
"description": "Google's AI coding assistant with code completion, generation, and optimization for IDEs.",
6+
"type": "extension",
7+
"productId": "gemini-code-assist",
8+
"translations": {
9+
"zh-Hans": {
10+
"description": "Google 的 AI 代码辅助工具,提供 IDE 中的代码补全、生成和优化功能。"
11+
},
12+
"de": {
13+
"description": "Googles KI-Programmierassistent mit Code-Vervollständigung und -Optimierung für IDEs."
14+
}
15+
},
16+
"verified": true,
17+
"websiteUrl": "https://codeassist.google/",
18+
"docsUrl": "https://developers.google.com/code-assist",
19+
"vendor": "Google",
20+
"latestVersion": "1.0.0",
21+
"githubUrl": null,
22+
"license": "Freemium",
23+
"pricing": [
24+
{
25+
"name": "Individual",
26+
"value": 0,
27+
"currency": null,
28+
"per": "month",
29+
"category": "Individual"
30+
},
31+
{
32+
"name": "Teams",
33+
"value": 19,
34+
"currency": "USD",
35+
"per": "user/month",
36+
"category": "Business"
37+
},
38+
{
39+
"name": "Enterprise",
40+
"value": null,
41+
"currency": null,
42+
"per": "custom",
43+
"category": "Enterprise"
44+
}
45+
],
46+
"resourceUrls": {
47+
"download": "https://marketplace.visualstudio.com/items?itemName=google.gemini-code-assist",
48+
"changelog": "https://developers.google.com/code-assist/changelog",
49+
"pricing": "https://developers.google.com/code-assist/pricing",
50+
"mcp": null,
51+
"issue": null
52+
},
53+
"communityUrls": {
54+
"linkedin": "https://www.linkedin.com/company/google",
55+
"twitter": null,
56+
"github": "https://github.com/google",
57+
"youtube": "https://www.youtube.com/@GoogleDevelopers",
58+
"discord": null,
59+
"reddit": null,
60+
"blog": "https://developers.google.com/code-assist/blog"
61+
},
62+
"relatedProducts": [],
63+
"supportedIdes": [
64+
{
65+
"ideId": "vscode",
66+
"marketplaceUrl": "https://marketplace.visualstudio.com/items?itemName=google.gemini-code-assist",
67+
"installUri": "vscode:extension/google.gemini-code-assist"
68+
},
69+
{
70+
"ideId": "jetbrains",
71+
"marketplaceUrl": "https://plugins.jetbrains.com/plugin/24513-gemini-code-assist",
72+
"installUri": null
73+
}
74+
]
75+
}

manifests/models/composer.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "../$schemas/model.schema.json",
3+
"id": "composer",
4+
"name": "Composer",
5+
"description": "Fast frontier coding model from Cursor optimized with RL for interactive software engineering, trained as a mixture-of-experts to deliver high-speed code assistance.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "Cursor 发布的高速前沿编码模型,采用 MoE 架构与强化学习针对交互式软件工程优化,可在真实开发环境中快速提供代码辅助。"
9+
}
10+
},
11+
"verified": false,
12+
"websiteUrl": "https://cursor.com",
13+
"docsUrl": "https://cursor.com/blog/composer",
14+
"vendor": "Anysphere",
15+
"size": "Unknown",
16+
"totalContext": "Unknown",
17+
"maxOutput": "Unknown",
18+
"tokenPricing": {
19+
"input": 0,
20+
"output": 0,
21+
"cache": null
22+
},
23+
"platformUrls": {
24+
"huggingface": null,
25+
"artificialAnalysis": null,
26+
"openrouter": null
27+
},
28+
"benchmarks": {
29+
"sweBench": null,
30+
"terminalBench": null,
31+
"sciCode": null,
32+
"liveCodeBench": null
33+
}
34+
}

manifests/models/glm-4-6v.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "../$schemas/model.schema.json",
3+
"id": "glm-4-6v",
4+
"name": "GLM-4.6V",
5+
"description": "A 108B foundation model with native multimodal function calling, 128K context, and SoTA visual understanding for image-text-to-text tasks.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "一个 108B 基础模型,具备原生多模态函数调用、128K 上下文和卓越的图像-文本-文本任务视觉理解能力。"
9+
}
10+
},
11+
"verified": false,
12+
"websiteUrl": "https://z.ai/",
13+
"docsUrl": "https://docs.z.ai/guides/vlm/glm-4.6v",
14+
"vendor": "Z.ai",
15+
"size": "108B",
16+
"totalContext": "128K",
17+
"maxOutput": "16K",
18+
"tokenPricing": {
19+
"input": 0.3,
20+
"output": 0.9,
21+
"cache": 0.05
22+
},
23+
"platformUrls": {
24+
"huggingface": "https://huggingface.co/zai-org/GLM-4.6V",
25+
"artificialAnalysis": null,
26+
"openrouter": "https://openrouter.ai/z-ai/glm-4.6v"
27+
},
28+
"benchmarks": {
29+
"sweBench": null,
30+
"terminalBench": 0.245,
31+
"sciCode": null,
32+
"liveCodeBench": null
33+
}
34+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../$schemas/vendor.schema.json",
3-
"id": "cline-bot",
4-
"name": "Cline Bot",
3+
"id": "cline",
4+
"name": "Cline",
55
"description": "Open-source autonomous coding agent for VS Code with model-agnostic design, MCP integration, and human-in-the-loop approval, trusted by 4M+ developers worldwide.",
66
"translations": {
77
"zh-Hans": {

0 commit comments

Comments
 (0)