Skip to content

Commit 6755ed4

Browse files
ericyangpanclaude
andcommitted
feat(manifests): add Verdent AI vendor and products
Add new vendor Verdent AI with their IDE (Verdent Deck) and VS Code extension. Verdent AI is an AI-native software company developing agentic coding tools that empower developers through parallel AI agent orchestration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 75aaff4 commit 6755ed4

File tree

3 files changed

+173
-0
lines changed

3 files changed

+173
-0
lines changed

manifests/extensions/verdent.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"$schema": "../$schemas/extension.schema.json",
3+
"id": "verdent",
4+
"name": "Verdent",
5+
"description": "Advanced agentic coding assistant that orchestrates multiple AI agents in parallel to tackle complex software tasks with structured planning, verification, and customizable subagents.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "先进的代理编码助手,协调多个 AI 代理并行处理复杂的软件任务,具有结构化规划、验证和可自定义子代理。"
9+
},
10+
"de": {
11+
"description": "Fortgeschrittener Coding-Assistent, der mehrere KI-Agenten parallel orchestriert, um komplexe Aufgaben mit Planung, Verifizierung und anpassbaren Unteragenten zu bewältigen."
12+
},
13+
"ko": {
14+
"description": "구조화된 계획, 검증 및 사용자 정의 가능한 하위 에이전트를 통해 복잡한 소프트웨어 작업을 처리하기 위해 여러 AI 에이전트를 병렬로 조정하는 고급 에이전트 코딩 어시스턴트입니다."
15+
}
16+
},
17+
"verified": false,
18+
"websiteUrl": "https://www.verdent.ai",
19+
"docsUrl": "https://docs.verdent.ai",
20+
"vendor": "Verdent AI",
21+
"latestVersion": "1.5.5",
22+
"githubUrl": "https://github.com/verdentAI/docs",
23+
"license": "Proprietary",
24+
"pricing": [
25+
{
26+
"name": "Free Trial",
27+
"value": 0,
28+
"currency": null,
29+
"per": null,
30+
"category": "Individual"
31+
},
32+
{
33+
"name": "Pro",
34+
"value": 19,
35+
"currency": "USD",
36+
"per": "month",
37+
"category": "Individual"
38+
}
39+
],
40+
"resourceUrls": {
41+
"download": null,
42+
"changelog": "https://www.verdent.ai/changelog",
43+
"pricing": "https://www.verdent.ai/pricing",
44+
"mcp": "https://docs.verdent.ai/verdent-for-vscode/advanced-features/mcp",
45+
"issue": null
46+
},
47+
"communityUrls": {
48+
"linkedin": "https://www.linkedin.com/company/verdent",
49+
"twitter": "https://x.com/verdent",
50+
"github": "https://github.com/verdentAI",
51+
"youtube": null,
52+
"discord": "https://discord.gg/NGjXEZcbJq",
53+
"reddit": null,
54+
"blog": null
55+
},
56+
"relatedProducts": [
57+
{
58+
"type": "ide",
59+
"productId": "verdent-deck"
60+
}
61+
],
62+
"supportedIdes": [
63+
{
64+
"ideId": "vscode",
65+
"marketplaceUrl": "https://marketplace.visualstudio.com/items?itemName=VerdentAI.verdent",
66+
"installUri": "vscode:extension/VerdentAI.verdent"
67+
}
68+
]
69+
}

manifests/ides/verdent-deck.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"$schema": "../$schemas/ide.schema.json",
3+
"id": "verdent-deck",
4+
"name": "Verdent Deck",
5+
"description": "Parallel Agentic Development Environment that manages multiple AI coding agents in parallel for complex, feature-level software tasks with built-in Git worktree support.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "并行代理开发环境,管理多个 AI 编码代理并行处理复杂的功能级软件任务,内置 Git 工作树支持。"
9+
},
10+
"de": {
11+
"description": "Parallele Agentenentwicklungsumgebung, die mehrere KI-Coding-Agenten parallel für komplexe Software-Aufgaben auf Feature-Ebene mit integrierter Git-Worktree-Unterstützung verwaltet."
12+
},
13+
"ko": {
14+
"description": "복잡한 기능 수준의 소프트웨어 작업을 위해 여러 AI 코딩 에이전트를 병렬로 관리하는 병렬 에이전트 개발 환경으로, Git 워크트리 지원이 내장되어 있습니다."
15+
}
16+
},
17+
"verified": false,
18+
"websiteUrl": "https://www.verdent.ai",
19+
"docsUrl": "https://docs.verdent.ai",
20+
"vendor": "Verdent AI",
21+
"latestVersion": "1.5.0",
22+
"githubUrl": "https://github.com/verdentAI/docs",
23+
"license": "Proprietary",
24+
"pricing": [
25+
{
26+
"name": "Free Trial",
27+
"value": 0,
28+
"currency": null,
29+
"per": null,
30+
"category": "Individual"
31+
},
32+
{
33+
"name": "Pro",
34+
"value": 19,
35+
"currency": "USD",
36+
"per": "month",
37+
"category": "Individual"
38+
}
39+
],
40+
"resourceUrls": {
41+
"download": "https://www.verdent.ai/download",
42+
"changelog": "https://www.verdent.ai/changelog",
43+
"pricing": "https://www.verdent.ai/pricing",
44+
"mcp": "https://docs.verdent.ai/verdent-for-vscode/advanced-features/mcp",
45+
"issue": null
46+
},
47+
"communityUrls": {
48+
"linkedin": "https://www.linkedin.com/company/verdent",
49+
"twitter": "https://x.com/verdent",
50+
"github": "https://github.com/verdentAI",
51+
"youtube": null,
52+
"discord": "https://discord.gg/NGjXEZcbJq",
53+
"reddit": null,
54+
"blog": null
55+
},
56+
"relatedProducts": [
57+
{
58+
"type": "extension",
59+
"productId": "verdent"
60+
}
61+
],
62+
"platforms": [
63+
{
64+
"os": "macOS",
65+
"installPath": "/Applications/Verdent Deck.app",
66+
"installCommand": null,
67+
"launchCommand": "open -a \"Verdent Deck\""
68+
},
69+
{
70+
"os": "Windows",
71+
"installPath": "%LOCALAPPDATA%\\Verdent Deck",
72+
"installCommand": null,
73+
"launchCommand": "verdent-deck"
74+
}
75+
]
76+
}

manifests/vendors/verdent-ai.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "../$schemas/vendor.schema.json",
3+
"id": "verdent-ai",
4+
"name": "Verdent AI",
5+
"description": "AI-native software company developing agentic coding tools that empower human developers to deliver complex, enterprise-grade code through parallel AI agent orchestration.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "AI 原生软件公司,开发代理编码工具,通过并行 AI 代理编排,赋能人类开发者交付复杂的企业级代码。"
9+
},
10+
"de": {
11+
"description": "KI-natives Softwareunternehmen, das Agentenbasierte Coding-Tools entwickelt, die menschliche Entwickler befähigen, komplexen Enterprise-Code durch parallele KI-Agentenorchestration zu liefern."
12+
},
13+
"ko": {
14+
"description": "병렬 AI 에이전트 오케스트레이션을 통해 개발자가 복잡한 엔터프라이즈급 코드를 제공할 수 있도록 지원하는 에이전트 코딩 도구를 개발하는 AI 네이티브 소프트웨어 회사입니다."
15+
}
16+
},
17+
"verified": false,
18+
"websiteUrl": "https://www.verdent.ai",
19+
"communityUrls": {
20+
"linkedin": "https://www.linkedin.com/company/verdent-ai",
21+
"twitter": "https://x.com/verdent_ai",
22+
"github": "https://github.com/verdentAI",
23+
"youtube": null,
24+
"discord": "https://discord.gg/NGjXEZcbJq",
25+
"reddit": null,
26+
"blog": null
27+
}
28+
}

0 commit comments

Comments
 (0)