From 13bc7d119a8564f6c14c45ee42c846ed734630ff Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Tue, 20 Jan 2026 22:37:37 +0800 Subject: [PATCH 1/2] chore(release): bump version to 0.80 --- CHANGELOG.md | 2 ++ packages/kimi-code/pyproject.toml | 4 ++-- pyproject.toml | 2 +- uv.lock | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e485c7eba..baf1f7202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Only write entries that are worth mentioning to users. ## Unreleased +## 0.80 (2026-01-20) + - Wire: Add `initialize` method for exchanging client/server info, external tools registration and slash commands advertisement - Wire: Support external tool calls via Wire protocol - Wire: Rename `ApprovalRequestResolved` to `ApprovalResponse` (backwards-compatible) diff --git a/packages/kimi-code/pyproject.toml b/packages/kimi-code/pyproject.toml index 43b67e1dc..8351a0e97 100644 --- a/packages/kimi-code/pyproject.toml +++ b/packages/kimi-code/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "kimi-code" -version = "0.79" +version = "0.80" description = "Kimi Code is a CLI agent that lives in your terminal." readme = "README.md" requires-python = ">=3.12" -dependencies = ["kimi-cli==0.79"] +dependencies = ["kimi-cli==0.80"] [project.scripts] kimi = "kimi_cli.cli:cli" diff --git a/pyproject.toml b/pyproject.toml index 1bf9b1e22..e7f4b112a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kimi-cli" -version = "0.79" +version = "0.80" description = "Kimi CLI is your next CLI agent." readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 857477e6e..328e8eedf 100644 --- a/uv.lock +++ b/uv.lock @@ -1105,7 +1105,7 @@ wheels = [ [[package]] name = "kimi-cli" -version = "0.79" +version = "0.80" source = { editable = "." } dependencies = [ { name = "agent-client-protocol" }, @@ -1183,7 +1183,7 @@ dev = [ [[package]] name = "kimi-code" -version = "0.79" +version = "0.80" source = { editable = "packages/kimi-code" } dependencies = [ { name = "kimi-cli" }, From 7c6d351c7ccb28e36420c6b0eff6e2df9ce0a9b3 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Tue, 20 Jan 2026 23:09:44 +0800 Subject: [PATCH 2/2] docs: sync changelog and translations for v0.80 --- docs/en/release-notes/changelog.md | 2 ++ docs/zh/release-notes/changelog.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index af62cb106..5c9095290 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -4,6 +4,8 @@ This page documents the changes in each Kimi CLI release. ## Unreleased +## 0.80 (2026-01-20) + - Wire: Add `initialize` method for exchanging client/server info, external tools registration and slash commands advertisement - Wire: Support external tool calls via Wire protocol - Wire: Rename `ApprovalRequestResolved` to `ApprovalResponse` (backwards-compatible) diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index 9d4b38287..1b1506ebc 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -4,6 +4,8 @@ ## 未发布 +## 0.80 (2026-01-20) + - Wire:添加 `initialize` 方法,用于交换客户端/服务端信息、注册外部工具和公布斜杠命令 - Wire:支持通过 Wire 协议调用外部工具 - Wire:将 `ApprovalRequestResolved` 重命名为 `ApprovalResponse`(向后兼容)