Skip to content

Commit 31fdb90

Browse files
chore(deps): bump agent-client-protocol from 0.6.3 to 0.7.0 (#435)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Richard Chien <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Chien <[email protected]>
1 parent e33762a commit 31fdb90

File tree

4 files changed

+169
-149
lines changed

4 files changed

+169
-149
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Only write entries that are worth mentioning to users.
1212
## [Unreleased]
1313

1414
- ACP: Fix tool results (including Shell tool output) not being displayed in ACP clients like Zed
15+
- ACP: Fix compatibility with the latest version of Zed IDE (0.215.3)
1516
- Tool: Use PowerShell instead of CMD on Windows for better usability
1617
- Core: Fix startup crash when there is broken symbolic link in the working directory
1718
- Core: Add builtin `okabe` agent file with `SendDMail` tool enabled

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Kimi CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"agent-client-protocol==0.6.3",
8+
"agent-client-protocol==0.7.0",
99
"aiofiles==25.1.0",
1010
"aiohttp==3.13.2",
1111
"typer==0.20.0",

0 commit comments

Comments
 (0)