File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
src/agent-client-protocol Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.10.4] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.3...v0.10.4 ) - 2026-03-31
4+
5+ ### Added
6+
7+ - * (schema)* Update schema to 0.11.4 ([ #95 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/95 ) )
8+
9+ ### Fixed
10+
11+ - add warning logs for silent failures in RPC message handling ([ #92 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/92 ) )
12+ - Clearer error message when connection is broken before messages are sent ([ #89 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/89 ) )
13+
14+ ### Other
15+
16+ - Fix the rpc_test and example use following the new schema api ([ #88 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/88 ) )
17+
318## [ 0.10.3] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.2...v0.10.3 ) - 2026-03-25
419
520### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol"
33authors = [" Zed <hi@zed.dev>" ]
4- version = " 0.10.3 "
4+ version = " 0.10.4 "
55edition = " 2024"
66license = " Apache-2.0"
77description = " A protocol for standardizing communication between code editors and AI coding agents"
You can’t perform that action at this time.
0 commit comments