Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.13.5](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.4...v0.13.5) - 2026-06-01

### Added

- *(schema)* Experiment annotating lenient deserialize opportunities ([#1328](https://github.com/agentclientprotocol/agent-client-protocol/pull/1328))
- Stabilize additionalDirectories for sessions ([#1327](https://github.com/agentclientprotocol/agent-client-protocol/pull/1327))
- *(unstable)* Remove unstable session model API ([#1325](https://github.com/agentclientprotocol/agent-client-protocol/pull/1325))
- *(unstable-v2)* Remove dedicated session modes and models apis from v2 ([#1324](https://github.com/agentclientprotocol/agent-client-protocol/pull/1324))
- *(unstable)* Add v2 enum extension RFD and fallbacks ([#1304](https://github.com/agentclientprotocol/agent-client-protocol/pull/1304))

### Other

- Move existing protocol docs to v1 ([#1326](https://github.com/agentclientprotocol/agent-client-protocol/pull/1326))
- Add some draft v2 protocol docs and schema ([#1306](https://github.com/agentclientprotocol/agent-client-protocol/pull/1306))

## [0.13.4](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.3...v0.13.4) - 2026-05-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "agent-client-protocol-schema"
authors = ["Zed <hi@zed.dev>"]
version = "0.13.4"
version = "0.13.5"
edition = "2024"
license = "Apache-2.0"
description = "A protocol for standardizing communication between code editors and AI coding agents"
Expand Down