kimi-code 1.4__tar.gz → 1.6__tar.gz
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: kimi-code
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.6
|
|
4
4
|
Summary: Kimi Code is a CLI agent that lives in your terminal.
|
|
5
|
-
Requires-Dist: kimi-cli==1.
|
|
5
|
+
Requires-Dist: kimi-cli==1.6
|
|
6
6
|
Requires-Python: >=3.12
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
@@ -33,6 +33,12 @@ Kimi Code CLI is not only a coding agent, but also a shell. You can switch the s
|
|
|
33
33
|
> [!NOTE]
|
|
34
34
|
> Built-in shell commands like `cd` are not supported yet.
|
|
35
35
|
|
|
36
|
+
### VS Code extension
|
|
37
|
+
|
|
38
|
+
Kimi Code CLI can be integrated with [Visual Studio Code](https://code.visualstudio.com/) via the [Kimi Code VS Code Extension](https://marketplace.visualstudio.com/items?itemName=moonshot-ai.kimi-code).
|
|
39
|
+
|
|
40
|
+

|
|
41
|
+
|
|
36
42
|
### IDE integration via ACP
|
|
37
43
|
|
|
38
44
|
Kimi Code CLI supports [Agent Client Protocol] out of the box. You can use it together with any ACP-compatible editor or IDE.
|
|
@@ -173,7 +179,3 @@ make help # show all make targets
|
|
|
173
179
|
```
|
|
174
180
|
|
|
175
181
|
Note: `make build` and `make build-bin` automatically run `make build-web` to embed the web UI.
|
|
176
|
-
|
|
177
|
-
## Contributing
|
|
178
|
-
|
|
179
|
-
We welcome contributions to Kimi Code CLI! Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
|
|
@@ -25,6 +25,12 @@ Kimi Code CLI is not only a coding agent, but also a shell. You can switch the s
|
|
|
25
25
|
> [!NOTE]
|
|
26
26
|
> Built-in shell commands like `cd` are not supported yet.
|
|
27
27
|
|
|
28
|
+
### VS Code extension
|
|
29
|
+
|
|
30
|
+
Kimi Code CLI can be integrated with [Visual Studio Code](https://code.visualstudio.com/) via the [Kimi Code VS Code Extension](https://marketplace.visualstudio.com/items?itemName=moonshot-ai.kimi-code).
|
|
31
|
+
|
|
32
|
+

|
|
33
|
+
|
|
28
34
|
### IDE integration via ACP
|
|
29
35
|
|
|
30
36
|
Kimi Code CLI supports [Agent Client Protocol] out of the box. You can use it together with any ACP-compatible editor or IDE.
|
|
@@ -165,7 +171,3 @@ make help # show all make targets
|
|
|
165
171
|
```
|
|
166
172
|
|
|
167
173
|
Note: `make build` and `make build-bin` automatically run `make build-web` to embed the web UI.
|
|
168
|
-
|
|
169
|
-
## Contributing
|
|
170
|
-
|
|
171
|
-
We welcome contributions to Kimi Code CLI! Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "kimi-code"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.6"
|
|
4
4
|
description = "Kimi Code is a CLI agent that lives in your terminal."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
7
|
-
dependencies = ["kimi-cli==1.
|
|
7
|
+
dependencies = ["kimi-cli==1.6"]
|
|
8
8
|
|
|
9
9
|
[project.scripts]
|
|
10
10
|
kimi = "kimi_cli.cli:cli"
|
|
File without changes
|