chore: release 0.7.0
Some checks failed
CI / scope (push) Has been cancelled
Release / release (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run build, Build) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run conformance:run -- --case acp.v1.initialize.handshake, Conformance Smoke) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run format:check, Format) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run lint, Lint) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run test:coverage, Test, 22) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run typecheck, Typecheck) (push) Has been cancelled
CI / Docs (push) Has been cancelled

This commit is contained in:
Peter Steinberger 2026-05-05 20:47:39 +01:00
parent f5fa1862e0
commit 0f3a34a9eb
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,14 @@ Repo: https://github.com/openclaw/acpx
### Changes
### Breaking
### Fixes
## 2026.5.5 (v0.7.0)
### Changes
- Flows/authoring: add `decision()` and `decisionEdge()` helpers for constrained LLM branching on top of the existing `acp`, `parse`, and `switch` machinery. (#278) Thanks @JoshuaLelon.
### Breaking

View File

@ -1,6 +1,6 @@
{
"name": "acpx",
"version": "0.6.1",
"version": "0.7.0",
"description": "Headless CLI client for the Agent Client Protocol (ACP) — talk to coding agents from the command line",
"keywords": [
"acp",