Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Only write entries that are worth mentioning to users.
## Unreleased


## 0.72 (2026-01-04)

- Python: Fix installation on Python 3.14.

## 0.71 (2026-01-04)

- ACP: Route file reads/writes and shell commands through ACP clients for synced edits/output
Expand Down
2 changes: 1 addition & 1 deletion docs/en/reference/kimi-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ python version: 3.14.0

```sh
$ kimi info --json
{"kimi_cli_version": "0.70", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
{"kimi_cli_version": "0.71", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example JSON output shows version "0.71" but this PR bumps the version to "0.72". The example should be updated to reflect the current version being released.

Copilot uses AI. Check for mistakes.
```
4 changes: 4 additions & 0 deletions docs/en/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This page documents the changes in each Kimi CLI release.
## Unreleased


## 0.72 (2026-01-04)

- Python: Fix installation on Python 3.14.

## 0.71 (2026-01-04)

- ACP: Route file reads/writes and shell commands through ACP clients for synced edits/output
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/reference/kimi-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ python version: 3.14.0

```sh
$ kimi info --json
{"kimi_cli_version": "0.70", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
{"kimi_cli_version": "0.71", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example JSON output shows version "0.71" but this PR bumps the version to "0.72". The example should be updated to reflect the current version being released.

Copilot uses AI. Check for mistakes.
```
4 changes: 4 additions & 0 deletions docs/zh/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

本页面记录 Kimi CLI 各版本的变更内容。

## 0.72 (2026-01-04)

- Python:修复在 Python 3.14 上的安装问题

## 0.71 (2026-01-04)

- ACP:通过 ACP 客户端路由文件读写和 Shell 命令,实现同步编辑/输出
Expand Down
3 changes: 3 additions & 0 deletions packages/kosong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [0.36.1] - 2026-01-04

- Relax `loguru` lower bound.

## [0.36.0] - 2025-12-31

Expand Down
2 changes: 1 addition & 1 deletion packages/kosong/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kosong"
version = "0.36.0"
version = "0.36.1"
description = "The LLM abstraction layer for modern AI agent applications."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kimi-cli"
version = "0.71"
version = "0.72"
description = "Kimi CLI is your next CLI agent."
readme = "README.md"
requires-python = ">=3.12"
Expand All @@ -9,7 +9,7 @@ dependencies = [
"aiofiles==25.1.0",
"aiohttp==3.13.2",
"typer==0.21.0",
"kosong[contrib]==0.36.0",
"kosong[contrib]==0.36.1",
# loguru stays >=0.6.0 because notify-py (via batrachian-toad) caps it at <=0.6.0 on 3.14+.
"loguru>=0.6.0,<0.8",
"prompt-toolkit==3.0.52",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.