File tree Expand file tree Collapse file tree
agent-client-protocol-schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.1.0...v1.2.0 ) - 2026-06-29
4+
5+ ### Added
6+
7+ - * (schema)* Stabilize request cancellation ([ #1549 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1549 ) )
8+ - * (unstable-v2)* use EnvVariable for terminal auth env ([ #1522 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1522 ) )
9+ - * (unstable-v2)* Require auth logout support ([ #1520 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1520 ) )
10+ - * (unstable-v2)* Group v2 auth methods under auth/* ([ #1519 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1519 ) )
11+ - * (unstable-v2)* require v2 implementation info ([ #1517 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1517 ) )
12+
13+ ### Fixed
14+
15+ - * (unstable-v2)* allow null auth capabilities ([ #1539 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1539 ) )
16+ - Deserialization leniency part 2 ([ #1526 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1526 ) )
17+ - * (unstable-v2)* make mcpServers optional in new sessions ([ #1523 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1523 ) )
18+ - * (rust)* Clean up Protocol version handling ([ #1515 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1515 ) )
19+
20+ ### Other
21+
22+ - * (unstable-v2)* reorder v2 content fields ([ #1541 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1541 ) )
23+ - * (unstable-v2)* Clean up client schema types ([ #1540 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1540 ) )
24+ - * (schema)* correct Implementation description ([ #1518 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1518 ) )
25+
326## [ 1.1.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.0.0...v1.1.0 ) - 2026-06-24
427
528### Added
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ members = [
1414resolver = " 3"
1515
1616[workspace .dependencies ]
17- agent-client-protocol-schema = { path = " agent-client-protocol-schema" , version = " 1.1 .0" }
17+ agent-client-protocol-schema = { path = " agent-client-protocol-schema" , version = " 1.2 .0" }
1818
1919[workspace .lints .rust ]
2020future_incompatible = { level = " warn" , priority = -1 }
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-schema"
33authors = [" Zed <hi@zed.dev>" ]
4- version = " 1.1 .0"
4+ version = " 1.2 .0"
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 @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.17.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.16.0...schema-v1.17.0 ) - 2026-06-29
11+
12+ ### Added
13+
14+ - * (schema)* Stabilize request cancellation ([ #1549 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1549 ) )
15+
16+ ### Fixed
17+
18+ - Deserialization leniency part 2 ([ #1526 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1526 ) )
19+ - * (unstable-v2)* make mcpServers optional in new sessions ([ #1523 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1523 ) )
20+
21+ ### Other
22+
23+ - * (unstable-v2)* Clean up client schema types ([ #1540 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1540 ) )
24+ - * (schema)* correct Implementation description ([ #1518 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1518 ) )
25+
1026## [ 1.16.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.15.0...schema-v1.16.0 ) - 2026-06-24
1127
1228### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-json-schema-v1"
3- version = " 1.16 .0"
3+ version = " 1.17 .0"
44edition = " 2024"
55license = " Apache-2.0"
66description = " Version marker for ACP v1 JSON Schema GitHub releases"
You can’t perform that action at this time.
0 commit comments