kimi-code 1.44.0__tar.gz → 1.46.0__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,3 +1,11 @@
1
+ Metadata-Version: 2.3
2
+ Name: kimi-code
3
+ Version: 1.46.0
4
+ Summary: Kimi Code is a CLI agent that lives in your terminal.
5
+ Requires-Dist: kimi-cli==1.46.0
6
+ Requires-Python: >=3.12
7
+ Description-Content-Type: text/markdown
8
+
1
9
  # Kimi Code CLI
2
10
 
3
11
  [![Commit Activity](https://img.shields.io/github/commit-activity/w/MoonshotAI/kimi-cli)](https://github.com/MoonshotAI/kimi-cli/graphs/commit-activity)
@@ -8,6 +16,9 @@
8
16
 
9
17
  [Kimi Code](https://www.kimi.com/code/) | [Documentation](https://moonshotai.github.io/kimi-cli/en/) | [文档](https://moonshotai.github.io/kimi-cli/zh/)
10
18
 
19
+ > [!IMPORTANT]
20
+ > **Kimi Code CLI is evolving into [Kimi Code](https://github.com/MoonshotAI/kimi-code)** — the next-generation terminal AI agent from the same team. Installing Kimi Code automatically migrates your configuration and sessions. This project will be gradually wound down; the docs and existing installations remain available.
21
+
11
22
  Kimi Code CLI is an AI agent that runs in the terminal, helping you complete software development tasks and terminal operations. It can read and edit code, execute shell commands, search and fetch web pages, and autonomously plan and adjust actions during execution.
12
23
 
13
24
  ## Getting Started
@@ -1,11 +1,3 @@
1
- Metadata-Version: 2.3
2
- Name: kimi-code
3
- Version: 1.44.0
4
- Summary: Kimi Code is a CLI agent that lives in your terminal.
5
- Requires-Dist: kimi-cli==1.44.0
6
- Requires-Python: >=3.12
7
- Description-Content-Type: text/markdown
8
-
9
1
  # Kimi Code CLI
10
2
 
11
3
  [![Commit Activity](https://img.shields.io/github/commit-activity/w/MoonshotAI/kimi-cli)](https://github.com/MoonshotAI/kimi-cli/graphs/commit-activity)
@@ -16,6 +8,9 @@ Description-Content-Type: text/markdown
16
8
 
17
9
  [Kimi Code](https://www.kimi.com/code/) | [Documentation](https://moonshotai.github.io/kimi-cli/en/) | [文档](https://moonshotai.github.io/kimi-cli/zh/)
18
10
 
11
+ > [!IMPORTANT]
12
+ > **Kimi Code CLI is evolving into [Kimi Code](https://github.com/MoonshotAI/kimi-code)** — the next-generation terminal AI agent from the same team. Installing Kimi Code automatically migrates your configuration and sessions. This project will be gradually wound down; the docs and existing installations remain available.
13
+
19
14
  Kimi Code CLI is an AI agent that runs in the terminal, helping you complete software development tasks and terminal operations. It can read and edit code, execute shell commands, search and fetch web pages, and autonomously plan and adjust actions during execution.
20
15
 
21
16
  ## Getting Started
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "kimi-code"
3
- version = "1.44.0"
3
+ version = "1.46.0"
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.44.0"]
7
+ dependencies = ["kimi-cli==1.46.0"]
8
8
 
9
9
  [project.scripts]
10
10
  kimi-code = "kimi_cli.__main__:main"