|
| 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 | +} |
0 commit comments