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.13.6] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.5...v0.13.6 ) - 2026-06-05
4+
5+ ### Added
6+
7+ - * (schema)* Stabilize optional message IDs ([ #1372 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1372 ) )
8+ - * (schema)* Stabilize session usage updates ([ #1371 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1371 ) )
9+ - * (schema)* Stabilize session/delete ([ #1370 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1370 ) )
10+ - * (unstable-v2)* Remove MCP SSE transport and make stdio opt-in ([ #1368 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1368 ) )
11+ - * (unstable-v2)* Clean up capability objects ([ #1367 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1367 ) )
12+ - * (unstable-v2)* Require message IDs in v2 chunks ([ #1352 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1352 ) )
13+ - * (unstable-v2)* Adopt plan_update as v2 plan shape ([ #1347 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1347 ) )
14+ - * (unstable-v2)* Remove v2 client filesystem and terminal surface ([ #1346 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1346 ) )
15+
16+ ### Fixed
17+
18+ - * (unstable)* Fix plan capability key ([ #1369 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1369 ) )
19+
20+ ### Other
21+
22+ - * (rfd)* Add JSON-RPC batch guidance for v2 ([ #1348 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1348 ) )
23+ - * (rfd)* Split end-turn token usage from session usage ([ #1345 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1345 ) )
24+ - * (rfd)* Clarify agent-owned message IDs in RFDs ([ #1344 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1344 ) )
25+ - * (deps)* bump the minor group with 5 updates ([ #1341 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1341 ) )
26+ - Render feature docs in docs.rs ([ #1331 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1331 ) )
27+
328## [ 0.13.5] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.4...v0.13.5 ) - 2026-06-01
429
530### 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.13.5 "
4+ version = " 0.13.6 "
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