Skip to content

Commit d07ab20

Browse files
chore: release v0.13.6 (#1342)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent 92e0061 commit d07ab20

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "agent-client-protocol-schema"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.13.5"
4+
version = "0.13.6"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

0 commit comments

Comments
 (0)