Skip to content

Commit 3285ce6

Browse files
chore: release
1 parent 41e9481 commit 3285ce6

8 files changed

Lines changed: 38 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.4.0...v1.5.0) - 2026-07-15
4+
5+
### Added
6+
7+
- *(unstable-v2)* add v2 terminal output surface ([#1679](https://github.com/agentclientprotocol/agent-client-protocol/pull/1679))
8+
9+
### Fixed
10+
11+
- *(unstable-v2)* Clean up conversion helpers ([#1640](https://github.com/agentclientprotocol/agent-client-protocol/pull/1640))
12+
- *(schema)* remove enum discriminators from invalid schemas ([#1612](https://github.com/agentclientprotocol/agent-client-protocol/pull/1612))
13+
314
## [1.4.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.3.0...v1.4.0) - 2026-07-06
415

516
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -14,7 +14,7 @@ members = [
1414
resolver = "3"
1515

1616
[workspace.dependencies]
17-
agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "1.4.0" }
17+
agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "1.5.0" }
1818

1919
[workspace.lints.rust]
2020
future_incompatible = { level = "warn", priority = -1 }

agent-client-protocol-schema/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 = "1.4.0"
4+
version = "1.5.0"
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.19.1](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.19.0...schema-v1.19.1) - 2026-07-15
11+
12+
### Fixed
13+
14+
- *(schema)* remove enum discriminators from invalid schemas ([#1612](https://github.com/agentclientprotocol/agent-client-protocol/pull/1612))
15+
1016
## [1.19.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.18.0...schema-v1.19.0) - 2026-07-06
1117

1218
### Added

schema/v1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol-json-schema-v1"
3-
version = "1.19.0"
3+
version = "1.19.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Version marker for ACP v1 JSON Schema GitHub releases"

schema/v2/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.0.0-alpha.1](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v2.0.0-alpha.0...schema-v2.0.0-alpha.1) - 2026-07-15
11+
12+
### Added
13+
14+
- *(unstable-v2)* add v2 terminal output surface ([#1679](https://github.com/agentclientprotocol/agent-client-protocol/pull/1679))
15+
16+
### Fixed
17+
18+
- *(schema)* remove enum discriminators from invalid schemas ([#1612](https://github.com/agentclientprotocol/agent-client-protocol/pull/1612))
19+
20+
### Other
21+
22+
- enable schema v2 releases ([#1632](https://github.com/agentclientprotocol/agent-client-protocol/pull/1632))

schema/v2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol-json-schema-v2"
3-
version = "2.0.0-alpha.0"
3+
version = "2.0.0-alpha.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Version marker for ACP v2 JSON Schema artifacts"

0 commit comments

Comments
 (0)