Skip to content

Commit 66b3a26

Browse files
authored
Prep 0.6.3 (#213)
1 parent 052a345 commit 66b3a26

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.3 (2025-10-30)
4+
5+
### Protocol
6+
7+
- Add `discriminator` fields to the schema.json for tagged enums to aid with code generation in language tooling.
8+
39
## 0.6.2 (2025-10-24)
410

511
### Protocol

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 <[email protected]>"]
4-
version = "0.6.2"
4+
version = "0.6.3"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

0 commit comments

Comments
 (0)