Skip to content

Commit e225618

Browse files
chore: release v0.13.5 (#1305)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent ae85fd7 commit e225618

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.13.5](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.4...v0.13.5) - 2026-06-01
4+
5+
### Added
6+
7+
- *(schema)* Experiment annotating lenient deserialize opportunities ([#1328](https://github.com/agentclientprotocol/agent-client-protocol/pull/1328))
8+
- Stabilize additionalDirectories for sessions ([#1327](https://github.com/agentclientprotocol/agent-client-protocol/pull/1327))
9+
- *(unstable)* Remove unstable session model API ([#1325](https://github.com/agentclientprotocol/agent-client-protocol/pull/1325))
10+
- *(unstable-v2)* Remove dedicated session modes and models apis from v2 ([#1324](https://github.com/agentclientprotocol/agent-client-protocol/pull/1324))
11+
- *(unstable)* Add v2 enum extension RFD and fallbacks ([#1304](https://github.com/agentclientprotocol/agent-client-protocol/pull/1304))
12+
13+
### Other
14+
15+
- Move existing protocol docs to v1 ([#1326](https://github.com/agentclientprotocol/agent-client-protocol/pull/1326))
16+
- Add some draft v2 protocol docs and schema ([#1306](https://github.com/agentclientprotocol/agent-client-protocol/pull/1306))
17+
318
## [0.13.4](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.3...v0.13.4) - 2026-05-27
419

520
### 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.4"
4+
version = "0.13.5"
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)