File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed
Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ Internal builds may append content to the Unreleased section.
99Only 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 `
Original file line number Diff line number Diff line change 11[project ]
22name = " kimi-cli"
3- version = " 0.54 "
3+ version = " 0.55 "
44description = " Kimi CLI is your next CLI agent."
55readme = " README.md"
66requires-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" ,
You can’t perform that action at this time.
0 commit comments