File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
src/agent-client-protocol Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.10.5] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.4...v0.10.5 ) - 2026-04-01
4+
5+ ### Fixed
6+
7+ - * (rpc)* handle write failures in handle_io loop ([ #99 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/99 ) )
8+ - * (rpc)* use RawValue::NULL constant instead of from_string().unwrap() ([ #96 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/96 ) )
9+
10+ ### Other
11+
12+ - remove debug code from rpc_tests ([ #100 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/100 ) )
13+ - * (test)* add conditional compilation ([ #98 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/98 ) )
14+
315## [ 0.10.4] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.3...v0.10.4 ) - 2026-03-31
416
517### 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.4 "
4+ version = " 0.10.5 "
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