From e940789bc6ab519b28a921664998a9b2528f5869 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 10:19:08 +0000 Subject: [PATCH] chore(main): release 0.33.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4758222..53ecb86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0" + ".": "0.33.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ef57a..d0b1553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index a6e1dc3..f51eeb7 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Thanks to everyone who has contributed (updated automatically from the - Contributors + Contributors ## Related Projects diff --git a/package.json b/package.json index ee9f565..c064983 100644 --- a/package.json +++ b/package.json @@ -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",