Skip to content
Merged
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.35.0"
".": "0.35.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.35.1](https://github.com/william0wang/zcode-acp/compare/v0.35.0...v0.35.1) (2026-09-10)


### Bug Fixes

* gate plan-approval elicitation form to martty so editors keep markdown popups ([0542935](https://github.com/william0wang/zcode-acp/commit/0542935e210f59e683c50fe9c35a024039acab51))
* keep the tail of long paths in permission popup titles ([7be5350](https://github.com/william0wang/zcode-acp/commit/7be53509f65e8bd97550b1ca0a89cfe0b205ab12))

## [0.35.0](https://github.com/william0wang/zcode-acp/compare/v0.34.0...v0.35.0) (2026-09-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Thanks to everyone who has contributed (updated automatically from the
<a href="https://github.com/william0wang/zcode-acp/graphs/contributors">
<!-- release-please re-stamps &v= on every release: the new URL busts the
contrib.rocks and GitHub camo image caches. -->
<img src="https://contrib.rocks/image?repo=william0wang/zcode-acp&v=0.35.0" alt="Contributors" /> <!-- x-release-please-version -->
<img src="https://contrib.rocks/image?repo=william0wang/zcode-acp&v=0.35.1" alt="Contributors" /> <!-- x-release-please-version -->
</a>

## Related Projects
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.35.0",
"version": "0.35.1",
"description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.",
"type": "module",
"license": "Apache-2.0",
Expand Down