Skip to content

Commit ee69b0c

Browse files
chore: release (#1385)
* chore: release * Cleanup changelog --------- Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com> Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
1 parent 86acf68 commit ee69b0c

4 files changed

Lines changed: 42 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.13.7](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.6...v0.13.7) - 2026-06-16
4+
5+
### Added
6+
7+
- *(unstable-v2)* Add streaming tool-call content in v2 ([#1407](https://github.com/agentclientprotocol/agent-client-protocol/pull/1407))
8+
- *(unstable-v2)* Add v2 whole-message session updates ([#1396](https://github.com/agentclientprotocol/agent-client-protocol/pull/1396))
9+
- *(unstable-v2)* Unify v2 tool call updates ([#1390](https://github.com/agentclientprotocol/agent-client-protocol/pull/1390))
10+
- *(unstable-v2)* Require auth method type discriminator in v2 ([#1387](https://github.com/agentclientprotocol/agent-client-protocol/pull/1387))
11+
- *(unstable-v2)* Nest session-scoped capabilities under session ([#1373](https://github.com/agentclientprotocol/agent-client-protocol/pull/1373))
12+
13+
### Fixed
14+
15+
- *(rust)* Preserve JSON object key order ([#1393](https://github.com/agentclientprotocol/agent-client-protocol/pull/1393))
16+
- *(schema)* Add missing _meta fields to protocol schemas ([#1440](https://github.com/agentclientprotocol/agent-client-protocol/pull/1440))
17+
- *(unstable-v2)* Tolerate errors in v1/v2 conversions ([#1420](https://github.com/agentclientprotocol/agent-client-protocol/pull/1420))
18+
- *(unstable-v2)* Clean up old agent auth deserialization ([#1388](https://github.com/agentclientprotocol/agent-client-protocol/pull/1388))
19+
20+
### Other
21+
22+
- Setup separate publishes for JSON Schemas ([#1377](https://github.com/agentclientprotocol/agent-client-protocol/pull/1377))
23+
324
## [0.13.6](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.5...v0.13.6) - 2026-06-05
425

526
### 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.6"
4+
version = "0.13.7"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

schema/v1/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.13.7](https://github.com/agentclientprotocol/agent-client-protocol/releases/tag/schema-v1.13.7) - 2026-06-16
11+
12+
### Fixed
13+
14+
- *(schema)* Add missing _meta fields to protocol schemas ([#1440](https://github.com/agentclientprotocol/agent-client-protocol/pull/1440))
15+
- *(rust)* Preserve JSON object key order ([#1393](https://github.com/agentclientprotocol/agent-client-protocol/pull/1393))
16+
17+
### Other
18+
19+
- Fix versioning for new schema git releases ([#1382](https://github.com/agentclientprotocol/agent-client-protocol/pull/1382))
20+
- Setup separate publishes for JSON Schemas ([#1377](https://github.com/agentclientprotocol/agent-client-protocol/pull/1377))

0 commit comments

Comments
 (0)