File tree Expand file tree Collapse file tree 11 files changed +195
-38
lines changed
agent-client-protocol-conductor
agent-client-protocol-cookbook
agent-client-protocol-core
agent-client-protocol-derive
agent-client-protocol-rmcp
agent-client-protocol-tokio
agent-client-protocol-trace-viewer Expand file tree Collapse file tree 11 files changed +195
-38
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-conductor-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
15+
16+ ### Fixed
17+
18+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
19+ # Changelog
20+
21+ All notable changes to this project will be documented in this file.
22+
523The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
624and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-cookbook-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
15+ # Changelog
16+
17+ All notable changes to this project will be documented in this file.
18+
519The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
620and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change @@ -4,3 +4,23 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-core-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - * (unstable)* Add logout to core crate ([ #105 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/105 ) )
15+ - * (unstable)* Forward schema only protocol changes ([ #104 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/104 ) )
16+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
17+
18+ ### Fixed
19+
20+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
21+ # Changelog
22+
23+ All notable changes to this project will be documented in this file.
24+
25+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
26+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change @@ -4,3 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-derive-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
15+ # Changelog
16+
17+ All notable changes to this project will be documented in this file.
18+
19+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
20+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change @@ -4,3 +4,21 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-rmcp-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
15+
16+ ### Fixed
17+
18+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
19+ # Changelog
20+
21+ All notable changes to this project will be documented in this file.
22+
23+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
24+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change @@ -4,3 +4,21 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-tokio-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
15+
16+ ### Fixed
17+
18+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
19+ # Changelog
20+
21+ All notable changes to this project will be documented in this file.
22+
23+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
24+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change @@ -4,3 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-trace-viewer-v0.1.0 ) - 2026-04-02
11+
12+ ### Added
13+
14+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
15+ # Changelog
16+
17+ All notable changes to this project will be documented in this file.
18+
19+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
20+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
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-02
4+
5+ ### Fixed
6+
7+ - * (rpc)* log errors when sending response to peer fails ([ #101 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/101 ) )
8+ - * (rpc)* handle write failures in handle_io loop ([ #99 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/99 ) )
9+ - * (rpc)* use RawValue::NULL constant instead of from_string().unwrap() ([ #96 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/96 ) )
10+
11+ ### Other
12+
13+ - remove debug code from rpc_tests ([ #100 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/100 ) )
14+ - * (test)* add conditional compilation ([ #98 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/98 ) )
15+
316## [ 0.10.4] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.3...v0.10.4 ) - 2026-03-31
417
518### 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