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.7.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.6.0...v1.7.0 ) - 2026-08-07
4+
5+ ### Added
6+
7+ - * (schema)* stabilize elicitation ([ #1779 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1779 ) )
8+
9+ ### Other
10+
11+ - * (unstable-v2)* remove conversion helpers ([ #1809 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1809 ) )
12+ - * (rfd)* Move terminal auth to preview ([ #1796 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1796 ) )
13+
314## [ 1.6.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.5.0...v1.6.0 ) - 2026-07-21
415
516### 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.6 .0" }
17+ agent-client-protocol-schema = { path = " agent-client-protocol-schema" , version = " 1.7 .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.6 .0"
4+ version = " 1.7 .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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.21.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.20.0...schema-v1.21.0 ) - 2026-08-07
11+
12+ ### Added
13+
14+ - * (schema)* stabilize elicitation ([ #1779 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1779 ) )
15+
16+ ### Other
17+
18+ - * (rfd)* Move terminal auth to preview ([ #1796 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1796 ) )
19+
1020## [ 1.20.0] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.19.1...schema-v1.20.0 ) - 2026-07-21
1121
1222### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-json-schema-v1"
3- version = " 1.20 .0"
3+ version = " 1.21 .0"
44edition = " 2024"
55license = " Apache-2.0"
66description = " Version marker for ACP v1 JSON Schema GitHub releases"
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0-alpha.3] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v2.0.0-alpha.2...schema-v2.0.0-alpha.3 ) - 2026-08-07
11+
12+ ### Added
13+
14+ - * (schema)* stabilize elicitation ([ #1779 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1779 ) )
15+
16+ ### Other
17+
18+ - * (rfd)* Move terminal auth to preview ([ #1796 ] ( https://github.com/agentclientprotocol/agent-client-protocol/pull/1796 ) )
19+
1020## [ 2.0.0-alpha.2] ( https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v2.0.0-alpha.1...schema-v2.0.0-alpha.2 ) - 2026-07-21
1121
1222### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-json-schema-v2"
3- version = " 2.0.0-alpha.2 "
3+ version = " 2.0.0-alpha.3 "
44edition = " 2024"
55license = " Apache-2.0"
66description = " Version marker for ACP v2 JSON Schema artifacts"
You can’t perform that action at this time.
0 commit comments