Skip to content

Commit 8429620

Browse files
ericyangpanclaude
andcommitted
feat(manifests): add DeepV Code CLI and OrionStar vendor
Add DeepV Code, an open-source AI-powered software engineering assistant for the terminal. Also add OrionStar as a new vendor. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e0c237c commit 8429620

File tree

7 files changed

+121
-2
lines changed

7 files changed

+121
-2
lines changed

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
"Codierungserfahrung",
4848
"Codierungsplattform",
4949
"Codierungsunterstützung",
50+
"deepv",
51+
"dvcode",
5052
"Entwicklungsworkflows",
5153
"hrefs",
5254
"Integrationen",

data/github-stars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"continue-cli": 30.4,
2828
"cursor-cli": 31.9,
2929
"droid-cli": null,
30+
"deepv-code": null,
3031
"gemini-cli": 88.2,
3132
"github-copilot-cli": 6.1,
3233
"kilo-code-cli": 13.4,

manifests/clis/deepv-code.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"$schema": "../$schemas/cli.schema.json",
3+
"id": "deepv-code",
4+
"name": "DeepV Code",
5+
"description": "Open-source AI-powered intelligent software engineering assistant designed to code smarter and ship faster. Integrates multiple leading LLM capabilities directly in your terminal with one command.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "开源 AI 驱动的智能软件工程助手,旨在更智能地编码和更快地交付。通过一个命令直接在终端中集成多个领先的 LLM 功能。"
9+
},
10+
"de": {
11+
"description": "Open-Source KI-Assistent für intelligentes Software-Engineering. Integriert führende LLM-Funktionen direkt in Ihr Terminal mit einem Befehl."
12+
},
13+
"ko": {
14+
"description": "더 스마트하게 코딩하고 더 빠르게 배포하도록 설계된 오픈소스 AI 기반 지능형 소프트웨어 엔지니어링 어시스턴트. 하나의 명령으로 터미널에서 직접 여러 주요 LLM 기능을 통합합니다."
15+
}
16+
},
17+
"verified": false,
18+
"websiteUrl": "https://dvcode.deepvlab.ai/",
19+
"docsUrl": "https://deepvcode.com/guides/",
20+
"vendor": "OrionStar",
21+
"latestVersion": "0.1.0",
22+
"githubUrl": "https://github.com/OrionStarAI/DeepVCode",
23+
"license": "Apache-2.0",
24+
"pricing": [
25+
{
26+
"name": "Free Trial",
27+
"value": 0,
28+
"currency": "USD",
29+
"per": "7 Days",
30+
"category": "Individual"
31+
},
32+
{
33+
"name": "Basic",
34+
"value": 9.9,
35+
"currency": "USD",
36+
"per": "30 Days",
37+
"category": "Individual"
38+
},
39+
{
40+
"name": "Pro Max",
41+
"value": 599,
42+
"currency": "USD",
43+
"per": "30 Days",
44+
"category": "Individual"
45+
}
46+
],
47+
"resourceUrls": {
48+
"download": "https://dvcode.deepvlab.ai/zh/install",
49+
"changelog": null,
50+
"pricing": "https://dvcode.deepvlab.ai/pricing",
51+
"mcp": null,
52+
"issue": "https://github.com/OrionStarAI/DeepVCode/issues"
53+
},
54+
"communityUrls": {
55+
"linkedin": null,
56+
"twitter": null,
57+
"github": "https://github.com/OrionStarAI",
58+
"youtube": null,
59+
"discord": null,
60+
"reddit": null,
61+
"blog": null
62+
},
63+
"relatedProducts": [],
64+
"platforms": [
65+
{
66+
"os": "macOS",
67+
"installCommand": "npm install -g deepv-code",
68+
"launchCommand": "dvcode",
69+
"installPath": null
70+
},
71+
{
72+
"os": "Windows",
73+
"installCommand": "npm install -g deepv-code",
74+
"launchCommand": "dvcode",
75+
"installPath": null
76+
},
77+
{
78+
"os": "Linux",
79+
"installCommand": "npm install -g deepv-code",
80+
"launchCommand": "dvcode",
81+
"installPath": null
82+
}
83+
]
84+
}

manifests/vendors/orionstar.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": "orionstar",
4+
"name": "OrionStar",
5+
"description": "A leading global service robot and AI solutions company founded in 2016, dedicated to using artificial intelligence technology to create the next generation of revolutionary robots and AI tools.",
6+
"translations": {
7+
"zh-Hans": {
8+
"description": "成立于2016年的全球领先服务机器人和人工智能解决方案公司,致力于利用人工智能技术创造下一代革命性机器人和AI工具。"
9+
},
10+
"de": {
11+
"description": "Ein führendes globales Unternehmen für Serviceroboter und KI-Lösungen, gegründet 2016, das sich der Entwicklung revolutionärer Roboter und KI-Tools der nächsten Generation widmet."
12+
},
13+
"ko": {
14+
"description": "2016년에 설립된 글로벌 선도 서비스 로봇 및 AI 솔루션 회사로, 차세대 혁신적인 로봇 및 AI 도구를 만들기 위해 인공지능 기술을 사용합니다."
15+
}
16+
},
17+
"verified": false,
18+
"websiteUrl": "https://en.orionstar.com",
19+
"communityUrls": {
20+
"linkedin": "https://www.linkedin.com/company/orionstar/",
21+
"twitter": null,
22+
"github": "https://github.com/OrionStarAI",
23+
"youtube": null,
24+
"discord": null,
25+
"reddit": null,
26+
"blog": null
27+
}
28+
}

src/lib/generated/clis.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import CodebuddyCli from '../../../manifests/clis/codebuddy-cli.json'
1313
import CodexCli from '../../../manifests/clis/codex-cli.json'
1414
import ContinueCli from '../../../manifests/clis/continue-cli.json'
1515
import CursorCli from '../../../manifests/clis/cursor-cli.json'
16+
import DeepvCode from '../../../manifests/clis/deepv-code.json'
1617
import DroidCli from '../../../manifests/clis/droid-cli.json'
1718
import GeminiCli from '../../../manifests/clis/gemini-cli.json'
1819
import GithubCopilotCli from '../../../manifests/clis/github-copilot-cli.json'
@@ -35,6 +36,7 @@ export const clisData = [
3536
CodexCli,
3637
ContinueCli,
3738
CursorCli,
39+
DeepvCode,
3840
DroidCli,
3941
GeminiCli,
4042
GithubCopilotCli,

src/lib/generated/metadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,9 @@ export const faqMetadata: Record<string, FaqItem[]> = {
663663

664664
export const stackCounts: Record<string, number> = {
665665
ides: 13,
666-
clis: 19,
666+
clis: 20,
667667
extensions: 15,
668668
models: 26,
669669
'model-providers': 7,
670-
vendors: 35,
670+
vendors: 36,
671671
}

src/lib/generated/vendors.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import Moonshot from '../../../manifests/vendors/moonshot.json'
2727
import MoonshotAi from '../../../manifests/vendors/moonshot-ai.json'
2828
import Openai from '../../../manifests/vendors/openai.json'
2929
import Openrouter from '../../../manifests/vendors/openrouter.json'
30+
import Orionstar from '../../../manifests/vendors/orionstar.json'
3031
import RooCode from '../../../manifests/vendors/roo-code.json'
3132
import ShareaiLab from '../../../manifests/vendors/shareai-lab.json'
3233
import Siliconflow from '../../../manifests/vendors/siliconflow.json'
@@ -65,6 +66,7 @@ export const vendorsData = [
6566
MoonshotAi,
6667
Openai,
6768
Openrouter,
69+
Orionstar,
6870
RooCode,
6971
ShareaiLab,
7072
Siliconflow,

0 commit comments

Comments
 (0)