Skip to content

Commit 55cf84c

Browse files
committed
Bump version to 0.0.23 and add release notes
1 parent 98f8b54 commit 55cf84c

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/release-notes/v0.0.23.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Anycode v0.0.23
2+
3+
This release updates the Agent Client Protocol (ACP) integration and fixes duplicate message bugs.
4+
5+
## ACP Integration
6+
7+
- Updated `agent-client-protocol` dependency to version `1.2.0` and `agent-client-protocol-schema` to version `1.4.0`.
8+
- Removed obsolete unstable features (`unstable_session_usage`, `unstable_session_close`, `unstable_session_resume`), aligning with the newly stabilized schema.
9+
- Updated schema-related imports and trait conversions in the Rust backend.
10+
11+
## Frontend Chat Panel
12+
13+
- Fixed a bug where user prompt messages (e.g. "куку") appeared twice in the chat history by ignoring the agent's echo `user_message_chunk` raw updates (as the client already registers and renders prompt submission immediately).
14+
15+
**Full comparison:** `v0.0.22...v0.0.23`

anycode-backend/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.

anycode-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anycode"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
edition = "2024"
55

66
[profile.release]

0 commit comments

Comments
 (0)