File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.10.8...v0.11.0 ) - 2026-03-04
4+
5+ ### Added
6+
7+ - * (unstable)* implementation for unstable session/stop ([ #583 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/583 ) )
8+ - * (unstable)* implement message id rfd ([ #581 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/581 ) )
9+ - * (unstable)* Initial support for various auth methods ([ #588 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/588 ) )
10+
11+ ### Fixed
12+
13+ - Align struct naming and documentation ([ #637 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/637 ) )
14+ - remove duplicate word typos across docs and source ([ #606 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/606 ) )
15+ - use impl IntoOption<Meta > for CancelRequestNotification::meta() ([ #467 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/467 ) )
16+ - avoid redundant JSON validation in extension notification decoding ([ #459 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/459 ) )
17+
18+ ### Other
19+
20+ - Clean up some builder pattern inconsistencies ([ #635 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/635 ) )
21+ - fix incomplete sentence in KillTerminalCommandRequest doc comment ([ #608 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/608 ) )
22+ - * (deps)* bump the minor group with 2 updates ([ #563 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/563 ) )
23+ - * (deps)* bump strum from 0.27.2 to 0.28.0 ([ #564 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/564 ) )
24+ - * (deps)* bump the minor group with 3 updates ([ #518 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/518 ) )
25+ - * (deps)* bump the minor group with 4 updates ([ #480 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/480 ) )
26+
327## [ 0.10.8] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.10.7...v0.10.8 ) - 2026-02-04
428
529### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-schema"
33authors = [" Zed <hi@zed.dev>" ]
4- version = " 0.10.8 "
4+ version = " 0.11.0 "
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