Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.32.0"
".": "0.33.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project are documented in this file.
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.33.0](https://github.com/william0wang/zcode-acp/compare/v0.32.0...v0.33.0) (2026-09-09)


### Features

* **acp:** forward per-turn token usage on the session/prompt result ([#165](https://github.com/william0wang/zcode-acp/issues/165)) ([cc8124a](https://github.com/william0wang/zcode-acp/commit/cc8124a3e1e8abb386d138a185a2767b39feb9ca))


### Bug Fixes

* **acp:** per-kind replay dedup so GLM thinking reaches the client ([#167](https://github.com/william0wang/zcode-acp/issues/167)) ([b145029](https://github.com/william0wang/zcode-acp/commit/b145029f046f57579ce8aca2c8944052b309867c))

## [0.32.0](https://github.com/william0wang/zcode-acp/compare/v0.31.1...v0.32.0) (2026-09-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zcode-acp-server",
"version": "0.32.0",
"version": "0.33.0",
"description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.",
"type": "module",
"license": "Apache-2.0",
Expand Down