File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-schema"
33authors = [" Zed <hi@zed.dev>" ]
4- version = " 0.13.6 "
4+ version = " 0.13.7 "
55edition = " 2024"
66license = " Apache-2.0"
77description = " A protocol for standardizing communication between code editors and AI coding agents"
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments