Skip to content

Commit f6eb2aa

Browse files
authored
chore: bump kimi-cli 0.82, kosong 0.39.0, kimi-sdk 0.1.2 (#658)
1 parent bcfae00 commit f6eb2aa

10 files changed

Lines changed: 23 additions & 11 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.82 (2026-01-21)
15+
1416
- Tool: Allow `WriteFile` and `StrReplaceFile` tools to edit/write files outside the working directory when using absolute paths
1517
- Tool: Upload videos to Kimi files API when using Kimi provider, replacing inline data URLs with `ms://` references
1618
- Config: Add `reserved_context_size` setting to customize auto-compaction trigger threshold (default: 50000 tokens)

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.82 (2026-01-21)
8+
79
- Tool: Allow `WriteFile` and `StrReplaceFile` tools to edit/write files outside the working directory when using absolute paths
810
- Tool: Upload videos to Kimi files API when using Kimi provider, replacing inline data URLs with `ms://` references
911
- Config: Add `reserved_context_size` setting to customize auto-compaction trigger threshold (default: 50000 tokens)

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.82 (2026-01-21)
8+
79
- Tool:`WriteFile``StrReplaceFile` 工具支持使用绝对路径编辑/写入工作目录外的文件
810
- Tool:使用 Kimi 供应商时,视频文件上传到 Kimi Files API,使用 `ms://` 引用替代 inline data URL
911
- Config:添加 `reserved_context_size` 配置项,自定义自动压缩触发阈值(默认 50000 tokens)

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.81"
3+
version = "0.82"
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.81"]
7+
dependencies = ["kimi-cli==0.82"]
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.39.0 (2026-01-21)
6+
57
- Control thinking mode via `extra_body` parameter instead of legacy `reasoning_effort`
68
- Add `files` property to `Kimi` provider that returns a `KimiFiles` object
79
- Add `KimiFiles.upload_video()` method for uploading videos to Kimi files API, returning `VideoURLPart`

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.38.0"
3+
version = "0.39.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.81"
3+
version = "0.82"
44
description = "Kimi 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.38.0",
12+
"kosong[contrib]==0.39.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",

sdks/kimi-sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.2 (2026-01-21)
4+
5+
- Update kosong dependency upper bound to support kosong 0.39.x
6+
37
## 0.1.1 (2026-01-16)
48

59
- Fix kosong dependency version constraint to support kosong 0.38.x

sdks/kimi-sdk/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-sdk"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A lightweight Python SDK for the Kimi API."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = ["kosong>=0.37.0,<0.39.0"]
7+
dependencies = ["kosong>=0.37.0,<0.40.0"]
88

99
[dependency-groups]
1010
dev = [

uv.lock

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

0 commit comments

Comments
 (0)