From ef074f2d752a4dc0076e14be1e0f15af10792639 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:03:36 +0000 Subject: [PATCH] chore: release v0.13.6 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcae24dc..c5e5f512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.13.6](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.5...v0.13.6) - 2026-06-04 + +### Added + +- *(unstable-v2)* Require message IDs in v2 chunks ([#1352](https://github.com/agentclientprotocol/agent-client-protocol/pull/1352)) +- *(unstable-v2)* Adopt plan_update as v2 plan shape ([#1347](https://github.com/agentclientprotocol/agent-client-protocol/pull/1347)) +- *(unstable-v2)* Remove v2 client filesystem and terminal surface ([#1346](https://github.com/agentclientprotocol/agent-client-protocol/pull/1346)) + +### Other + +- *(rfd)* Add JSON-RPC batch guidance for v2 ([#1348](https://github.com/agentclientprotocol/agent-client-protocol/pull/1348)) +- *(rfd)* Split end-turn token usage from session usage ([#1345](https://github.com/agentclientprotocol/agent-client-protocol/pull/1345)) +- *(rfd)* Clarify agent-owned message IDs in RFDs ([#1344](https://github.com/agentclientprotocol/agent-client-protocol/pull/1344)) +- *(deps)* bump the minor group with 5 updates ([#1341](https://github.com/agentclientprotocol/agent-client-protocol/pull/1341)) +- Render feature docs in docs.rs ([#1331](https://github.com/agentclientprotocol/agent-client-protocol/pull/1331)) + ## [0.13.5](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.4...v0.13.5) - 2026-06-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5f891eb7..6d4b3f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol-schema" -version = "0.13.5" +version = "0.13.6" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 5cdc1509..66ca3e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "0.13.5" +version = "0.13.6" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents"