-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathkilo-code-cli.json
More file actions
148 lines (148 loc) · 5.61 KB
/
Copy pathkilo-code-cli.json
File metadata and controls
148 lines (148 loc) · 5.61 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"$schema": "../$schemas/cli.schema.json",
"id": "kilo-code-cli",
"name": "Kilo Code CLI",
"description": "Kilo Code CLI brings the power of AI coding assistance directly to your terminal. Experience advanced code generation, debugging, and development workflows through natural language commands.",
"translations": {
"zh-Hans": {
"description": "Kilo Code CLI 将 AI 编码辅助的强大功能直接带到您的终端。通过自然语言命令体验先进的代码生成、调试和开发工作流。"
},
"de": {
"description": "Kilo Code CLI ist ein Open-Source-Codierungs-Agent, der Aufgabenplanung, Code-Generierung und automatisierte Tests kombiniert. Integriert mit verschiedenen LLMs und bietet anpassbare Workflows."
},
"ko": {
"description": "Kilo Code CLI는 AI 코딩 어시스턴트의 강력한 기능을 터미널로 직접 가져옵니다. 자연어 명령을 통해 고급 코드 생성, 디버깅 및 개발 워크플로우를 경험하세요."
},
"es": {
"description": "Kilo Code CLI lleva la asistencia de programación con IA directamente al terminal. Ofrece generación avanzada de código, depuración y flujos de desarrollo mediante instrucciones en lenguaje natural."
},
"fr": {
"description": "Kilo Code CLI apporte directement au terminal une assistance avancée à la programmation par IA, notamment la génération de code, le débogage et les flux de développement pilotés en langage naturel."
},
"id": {
"description": "Kilo Code CLI membawa kekuatan bantuan coding AI langsung ke terminal Anda. Rasakan pembuatan kode canggih, debugging, dan alur kerja pengembangan melalui perintah bahasa alami."
},
"ja": {
"description": "Kilo Code CLIは、AIコーディングアシスタンスの力をターミナルに直接提供します。自然言語コマンドを通じて高度なコード生成、デバッグ、開発ワークフローを体験できます。"
},
"pt": {
"description": "Kilo Code CLI leva assistência avançada de programação com IA ao terminal, incluindo geração de código, depuração e fluxos de desenvolvimento por comandos em linguagem natural."
},
"ru": {
"description": "Kilo Code CLI приносит мощь помощи по кодированию ИИ прямо в ваш терминал. Испытайте передовую генерацию кода, отладку и рабочие процессы разработки с помощью команд на естественном языке."
},
"tr": {
"description": "Kilo Code CLI, yapay zekâ destekli kodlama gücünü doğrudan terminale taşır. Doğal dil komutlarıyla gelişmiş kod üretimi, hata ayıklama ve geliştirme iş akışları sunar."
},
"zh-Hant": {
"description": "Kilo Code CLI 將 AI 程式設計輔助的強大功能直接帶到您的終端機。透過自然語言命令體驗先進的程式碼產生、除錯和開發工作流程。"
}
},
"verified": true,
"websiteUrl": "https://kilo.ai",
"docsUrl": "https://kilo.ai/docs/code-with-ai/platforms/cli",
"vendor": "Kilo",
"latestVersion": "7.5.6",
"releaseTracking": {
"provider": "npm",
"identifier": "@kilocode/cli"
},
"githubUrl": "https://github.com/Kilo-Org/kilocode",
"license": "Apache-2.0",
"familyId": "kilo-code",
"pricing": [
{
"name": "Free",
"value": 0,
"currency": null,
"per": null,
"category": "Individual"
},
{
"name": "Teams",
"value": 15,
"currency": "USD",
"per": "month",
"category": "Team"
},
{
"name": "Enterprise",
"value": null,
"currency": null,
"per": "custom",
"category": "Enterprise"
}
],
"resourceUrls": {
"download": "https://kilo.ai/docs/code-with-ai/platforms/cli",
"changelog": "https://github.com/Kilo-Org/kilocode/releases",
"pricing": "https://kilo.ai/pricing",
"issue": "https://github.com/Kilo-Org/kilocode/issues"
},
"communityUrls": {
"linkedin": null,
"twitter": null,
"github": null,
"youtube": null,
"discord": null,
"reddit": null,
"blog": null
},
"relatedProducts": [
{
"type": "extension",
"productId": "kilo-code"
}
],
"platforms": [
{
"os": "macOS",
"installCommand": "npm install -g @kilocode/cli",
"launchCommand": "kilo",
"installPath": null
},
{
"os": "Windows",
"installCommand": "npm install -g @kilocode/cli",
"launchCommand": "kilo",
"installPath": null
},
{
"os": "Linux",
"installCommand": "npm install -g @kilocode/cli",
"launchCommand": "kilo",
"installPath": null
}
],
"sources": [
{
"url": "https://kilo.ai/docs/getting-started",
"title": "Kilo Code product overview",
"fields": ["name", "description", "websiteUrl"]
},
{
"url": "https://kilo.ai/docs/code-with-ai/platforms/cli",
"title": "Kilo Code CLI installation and platform documentation",
"fields": ["docsUrl", "resourceUrls.download", "platforms"]
},
{
"url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.4.16",
"title": "Kilo Code 7.4.16 release",
"fields": [
"latestVersion",
"githubUrl",
"license",
"resourceUrls.changelog",
"resourceUrls.issue"
]
},
{
"url": "https://kilo.ai/pricing",
"title": "Kilo Code pricing",
"fields": ["pricing", "resourceUrls.pricing"]
}
],
"lastVerifiedAt": "2026-07-28",
"verifiedBy": "codex-agent",
"confidence": "high"
}