Skip to content

Commit 423e2cd

Browse files
authored
v0.4.1 (#104)
1 parent 34a7067 commit 423e2cd

5 files changed

Lines changed: 301 additions & 263 deletions

File tree

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.4.1 (2025-09-22)
4+
5+
### Protocol
6+
7+
**Unstable** initial support for model selection.
8+
39
## 0.4.0 (2025-09-17)
410

511
### Protocol

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -1,7 +1,7 @@
11
[package]
22
name = "agent-client-protocol"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.4.0"
4+
version = "0.4.1"
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)