Skip to content

Commit 2cd286c

Browse files
stdrcCopilot
andauthored
chore: bump version to 0.55 (#317)
Signed-off-by: Richard Chien <[email protected]> Signed-off-by: stdrc <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent d48ac4b commit 2cd286c

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Internal builds may append content to the Unreleased section.
99
Only write entries that are worth mentioning to users.
1010
-->
1111

12+
## [0.55] - 2025-11-18
13+
14+
- Lib: Add `kimi_cli.app.enable_logging` function to enable logging when directly using `KimiCLI` class
15+
- Core: Fix relative path resolution in agent spec files
16+
- Core: Prevent from panic when LLM API connection failed
17+
- Tool: Optimize `FetchURL` tool for better content extraction
18+
- Tool: Increase MCP tool call timeout to 60 seconds
19+
- Tool: Provide better error message in `Glob` tool when pattern is `**`
20+
- ACP: Fix thinking content not displayed properly
21+
- UI: Minor UI improvements in shell mode
22+
1223
## [0.54] - 2025-11-13
1324

1425
- Lib: Move `WireMessage` from `kimi_cli.wire.message` to `kimi_cli.wire`

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.54"
3+
version = "0.55"
44
description = "Kimi CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -9,7 +9,7 @@ dependencies = [
99
"aiofiles==25.1.0",
1010
"aiohttp==3.13.2",
1111
"typer==0.20.0",
12-
"kosong==0.25.0",
12+
"kosong==0.25.1",
1313
"loguru==0.7.3",
1414
"patch-ng==1.19.0",
1515
"prompt-toolkit==3.0.52",

uv.lock

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

0 commit comments

Comments
 (0)