Skip to content

Commit cfc43f2

Browse files
authored
chore: bump kimi-cli to 0.74 and pykaos to 0.6.0 (#597)
1 parent 8d8f5f2 commit cfc43f2

8 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Only write entries that are worth mentioning to users.
1111

1212
## Unreleased
1313

14+
## 0.74 (2026-01-09)
15+
1416
- ACP: Allow ACP clients to select and switch models (with thinking variants)
1517
- ACP: Add `terminal-auth` authentication method for setup flow
1618
- CLI: Deprecate `--acp` option in favor of `kimi acp` subcommand

docs/en/release-notes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This page documents the changes in each Kimi CLI release.
44

55
## Unreleased
66

7+
## 0.74 (2026-01-09)
8+
79
- ACP: Allow ACP clients to select and switch models (with thinking variants)
810
- ACP: Add `terminal-auth` authentication method for setup flow
911
- CLI: Deprecate `--acp` option in favor of `kimi acp` subcommand

docs/zh/release-notes/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
本页面记录 Kimi CLI 各版本中的破坏性变更及对应的迁移指引。
44

5-
## 未发布 - ACP 命令变更
5+
## 0.74 - ACP 命令变更
66

77
### `--acp` 选项弃用
88

docs/zh/release-notes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## 未发布
66

7+
## 0.74 (2026-01-09)
8+
79
- ACP:允许 ACP 客户端选择和切换模型(包含 Thinking 变体)
810
- ACP:添加 `terminal-auth` 认证方式,用于配置流程
911
- CLI:弃用 `--acp` 选项,请使用 `kimi acp` 子命令

packages/kaos/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.6.0 (2026-01-09)
6+
57
- Add optional `n` parameter to `readbytes` to read only the first n bytes
68

79
## 0.5.4 (2026-01-06)

packages/kaos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pykaos"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
description = ""
55
readme = "README.md"
66
requires-python = ">=3.12"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kimi-cli"
3-
version = "0.73"
3+
version = "0.74"
44
description = "Kimi CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -25,7 +25,7 @@ dependencies = [
2525
"fastmcp==2.12.5",
2626
"pydantic==2.12.5",
2727
"httpx[socks]==0.28.1",
28-
"pykaos==0.5.4",
28+
"pykaos==0.6.0",
2929
"batrachian-toad==0.5.23; python_version >= \"3.14\"",
3030
"tomlkit==0.13.3",
3131
]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)