-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathkode.json
More file actions
124 lines (124 loc) · 5.2 KB
/
Copy pathkode.json
File metadata and controls
124 lines (124 loc) · 5.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"$schema": "../$schemas/cli.schema.json",
"id": "kode",
"name": "Kode",
"description": "Kode is an open-source AI coding assistant that understands your codebase, edits files, runs commands, and handles complete development workflows. Extends Claude Code with multi-model support.",
"translations": {
"zh-Hans": {
"description": "Kode 是开源 AI 编码助手,理解您的代码库、编辑文件、运行命令并处理完整的开发工作流。通过多模型支持扩展 Claude Code。"
},
"de": {
"description": "Kode ist ein Open-Source-Terminal-Codierungs-Agent mit Multimodal-Eingabe, Schritt-für-Schritt-Ausführung und transparenter Codeänderungsverfolgung. Unterstützt mehrere LLM-Anbieter."
},
"ko": {
"description": "Kode는 코드베이스를 이해하고, 파일을 편집하고, 명령을 실행하며 전체 개발 워크플로우를 처리하는 오픈 소스 AI 코딩 어시스턴트입니다. 다중 모델 지원으로 Claude Code를 확장합니다."
},
"es": {
"description": "Kode es un asistente de IA y código abierto que comprende el código base, edita archivos, ejecuta comandos y gestiona flujos de desarrollo. Amplía Claude Code con compatibilidad multimodelo."
},
"fr": {
"description": "Kode est un assistant IA open source qui comprend la base de code, modifie des fichiers, exécute des commandes et gère les flux de développement. Il étend Claude Code avec plusieurs modèles."
},
"id": {
"description": "Kode adalah asisten AI sumber terbuka yang memahami basis kode, mengedit berkas, menjalankan perintah, dan menangani alur kerja lengkap. Kode memperluas Claude Code dengan dukungan banyak model."
},
"ja": {
"description": "Kodeは、コードベースを理解し、ファイルを編集し、コマンドを実行し、完全な開発ワークフローを処理するオープンソースAIコーディングアシスタントです。マルチモデルサポートでClaude Codeを拡張します。"
},
"pt": {
"description": "Kode é um assistente de programação com IA de código aberto. Entende a base de código, edita arquivos, executa comandos e conduz fluxos completos de desenvolvimento com suporte a vários modelos."
},
"ru": {
"description": "Kode - помощник кодирование ИИ с открытым исходным кодом. Понимает кодовую базу, редактирует файлы, выполняет команды и обрабатывает рабочие процессы."
},
"tr": {
"description": "Kode; kod tabanını anlayan, dosyaları düzenleyen, komutları çalıştıran ve geliştirme iş akışlarını yöneten açık kaynaklı bir yapay zekâ yardımcısıdır. Çoklu model desteğiyle Claude Code’u genişletir."
},
"zh-Hant": {
"description": "Kode 是開放原始碼 AI 程式設計助手,理解您的程式碼庫、編輯檔案、執行命令並處理完整的開發工作流程。透過多模型支援擴充 Claude Code。"
}
},
"verified": true,
"lastVerifiedAt": "2026-07-31",
"verifiedBy": "codex-agent",
"confidence": "high",
"websiteUrl": "https://github.com/shareAI-lab/Kode-CLI",
"docsUrl": "https://github.com/shareAI-lab/Kode-CLI/blob/main/README.md",
"vendor": "shareAI Lab",
"latestVersion": "2.2.1",
"releaseTracking": {
"provider": "npm",
"identifier": "@shareai-lab/kode"
},
"githubUrl": "https://github.com/shareAI-lab/Kode-CLI",
"license": "Apache-2.0",
"pricing": [
{
"name": "Open Source",
"value": 0,
"currency": null,
"per": null,
"category": "Individual"
}
],
"resourceUrls": {
"download": "https://www.npmjs.com/package/@shareai-lab/kode",
"changelog": "https://github.com/shareAI-lab/Kode-CLI/releases",
"pricing": null,
"issue": "https://github.com/shareAI-lab/Kode-CLI/issues"
},
"communityUrls": {
"linkedin": null,
"twitter": null,
"github": "https://github.com/shareAI-lab/Kode-CLI",
"youtube": null,
"discord": null,
"reddit": null,
"blog": null
},
"relatedProducts": [],
"platforms": [
{
"os": "macOS",
"installCommand": "npm install -g @shareai-lab/kode",
"launchCommand": "kode",
"installPath": null
},
{
"os": "Windows",
"installCommand": "npm install -g @shareai-lab/kode",
"launchCommand": "kode",
"installPath": null
},
{
"os": "Linux",
"installCommand": "npm install -g @shareai-lab/kode",
"launchCommand": "kode",
"installPath": null
}
],
"sources": [
{
"url": "https://github.com/shareAI-lab/Kode-CLI",
"title": "Kode official repository",
"fields": [
"name",
"description",
"websiteUrl",
"docsUrl",
"githubUrl",
"license",
"pricing",
"platforms",
"resourceUrls.changelog",
"resourceUrls.issue",
"communityUrls.github"
]
},
{
"url": "https://www.npmjs.com/package/@shareai-lab/kode",
"title": "Kode npm package",
"fields": ["latestVersion", "releaseTracking", "resourceUrls.download", "platforms"]
}
]
}