Skip to content

Commit 274946b

Browse files
authored
chore: bump kimi-cli to 1.0 and kosong to 0.41.0 (#720)
1 parent 98ce964 commit 274946b

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

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+
## 1.0 (2026-01-27)
15+
1416
- Shell: Add `/login` and `/logout` slash commands for login and logout
1517
- CLI: Add `kimi login` and `kimi logout` subcommands
1618
- Core: Fix subagent approval request handling

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 Code CLI release.
44

55
## Unreleased
66

7+
## 1.0 (2026-01-27)
8+
79
- Shell: Add `/login` and `/logout` slash commands for login and logout
810
- CLI: Add `kimi login` and `kimi logout` subcommands
911
- Core: Fix subagent approval request handling

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+
## 1.0 (2026-01-27)
8+
79
- Shell:添加 `/login``/logout` 斜杠命令,用于登录和登出
810
- CLI:添加 `kimi login``kimi logout` 子命令
911
- Core:修复子 Agent 审批请求处理问题

packages/kimi-code/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "kimi-code"
3-
version = "0.88"
3+
version = "1.0"
44
description = "Kimi Code is a CLI agent that lives in your terminal."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = ["kimi-cli==0.88"]
7+
dependencies = ["kimi-cli==1.0"]
88

99
[project.scripts]
1010
kimi = "kimi_cli.cli:cli"

packages/kosong/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.41.0 (2026-01-27)
6+
57
- Remove default temperature setting in Kimi chat provider based on model name
68

79
## 0.40.0 (2026-01-24)

packages/kosong/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kosong"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
description = "The LLM abstraction layer for modern AI agent applications."
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.88"
3+
version = "1.0"
44
description = "Kimi Code CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -9,7 +9,7 @@ dependencies = [
99
"aiofiles>=24.0,<26.0",
1010
"aiohttp==3.13.3",
1111
"typer==0.21.1",
12-
"kosong[contrib]==0.40.0",
12+
"kosong[contrib]==0.41.0",
1313
# loguru stays >=0.6.0 because notify-py (via batrachian-toad) caps it at <=0.6.0 on 3.14+.
1414
"loguru>=0.6.0,<0.8",
1515
"prompt-toolkit==3.0.52",

uv.lock

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

0 commit comments

Comments
 (0)