@kilocode/cli 7.3.29 → 7.3.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +31 -13
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
|
|
8
|
+
|
|
9
|
+
[Website](https://kilo.ai) · [Install](https://kilo.ai/install) · [IDE](https://kilo.ai/landing/vs-code) · [CLI](https://kilo.ai/cli) · [Docs](https://kilo.ai/docs) · [Models](https://kilo.ai/leaderboard) · [Gateway](https://kilo.ai/gateway) · [Pricing](https://kilo.ai/pricing) · [Kilo Pass](https://kilo.ai/pricing/kilo-pass)
|
|
10
|
+
|
|
11
|
+
[500+ models](https://kilo.ai/leaderboard). One open source agent in [VS Code](https://kilo.ai/vscode-marketplace), [JetBrains](https://plugins.jetbrains.com/plugin/27133-kilo-code), [CLI](https://www.npmjs.com/package/@kilocode/cli), [Slack](https://kilo.ai/slack), and [Cloud](https://kilo.ai/cloud).
|
|
12
|
+
|
|
5
13
|
## Install
|
|
6
14
|
|
|
7
15
|
```bash
|
package/package.json
CHANGED
|
@@ -7,21 +7,39 @@
|
|
|
7
7
|
"scripts": {
|
|
8
8
|
"postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
|
|
9
9
|
},
|
|
10
|
-
"version": "7.3.
|
|
10
|
+
"version": "7.3.30",
|
|
11
11
|
"license": "MIT",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"cli",
|
|
14
|
+
"tui",
|
|
15
|
+
"terminal",
|
|
16
|
+
"ai",
|
|
17
|
+
"agent",
|
|
18
|
+
"assistant",
|
|
19
|
+
"coding-agent",
|
|
20
|
+
"kilo-code",
|
|
21
|
+
"kilo",
|
|
22
|
+
"opencode",
|
|
23
|
+
"ink",
|
|
24
|
+
"react",
|
|
25
|
+
"copilot",
|
|
26
|
+
"autocomplete",
|
|
27
|
+
"developer-tools"
|
|
28
|
+
],
|
|
29
|
+
"private": false,
|
|
12
30
|
"optionalDependencies": {
|
|
13
|
-
"@kilocode/cli-linux-arm64-musl": "7.3.
|
|
14
|
-
"@kilocode/cli-darwin-x64-baseline": "7.3.
|
|
15
|
-
"@kilocode/cli-windows-arm64": "7.3.
|
|
16
|
-
"@kilocode/cli-linux-arm64": "7.3.
|
|
17
|
-
"@kilocode/cli-linux-x64": "7.3.
|
|
18
|
-
"@kilocode/cli-darwin-arm64": "7.3.
|
|
19
|
-
"@kilocode/cli-windows-x64": "7.3.
|
|
20
|
-
"@kilocode/cli-linux-x64-musl": "7.3.
|
|
21
|
-
"@kilocode/cli-windows-x64-baseline": "7.3.
|
|
22
|
-
"@kilocode/cli-darwin-x64": "7.3.
|
|
23
|
-
"@kilocode/cli-linux-x64-baseline-musl": "7.3.
|
|
24
|
-
"@kilocode/cli-linux-x64-baseline": "7.3.
|
|
31
|
+
"@kilocode/cli-linux-arm64-musl": "7.3.30",
|
|
32
|
+
"@kilocode/cli-darwin-x64-baseline": "7.3.30",
|
|
33
|
+
"@kilocode/cli-windows-arm64": "7.3.30",
|
|
34
|
+
"@kilocode/cli-linux-arm64": "7.3.30",
|
|
35
|
+
"@kilocode/cli-linux-x64": "7.3.30",
|
|
36
|
+
"@kilocode/cli-darwin-arm64": "7.3.30",
|
|
37
|
+
"@kilocode/cli-windows-x64": "7.3.30",
|
|
38
|
+
"@kilocode/cli-linux-x64-musl": "7.3.30",
|
|
39
|
+
"@kilocode/cli-windows-x64-baseline": "7.3.30",
|
|
40
|
+
"@kilocode/cli-darwin-x64": "7.3.30",
|
|
41
|
+
"@kilocode/cli-linux-x64-baseline-musl": "7.3.30",
|
|
42
|
+
"@kilocode/cli-linux-x64-baseline": "7.3.30"
|
|
25
43
|
},
|
|
26
44
|
"repository": {
|
|
27
45
|
"type": "git",
|