Skip to content

Releases: openclaw/acpx

acpx 0.4.0

29 Mar 15:21

Choose a tag to compare

What's Changed

  • feat: add experimental acpx flows runtime and examples by @osolmaz in #179
  • docs: add conflict gates to PR triage flow by @osolmaz in #180
  • fix: handle -32601/-32602 in session/load fallback by @Bortlesboat in #174
  • feat: add flow trace replay bundles for flow runs by @osolmaz in #181
  • test: add unit tests for perf-metrics module by @Bortlesboat in #175
  • docs: specify the flow replay viewer by @osolmaz in #183
  • docs: specify explicit flow permission grants by @osolmaz in #186
  • fix: validate maintenance PRs via standard repo checks by @osolmaz in #187
  • feat: add built-in trae agent backed by trae-cli by @hqwuzhaoyi in #171
  • fix: enable shell for terminal spawn on Windows by @Bortlesboat in #173
  • chore(deps-dev): bump the development group across 1 directory with 7 updates by @dependabot[bot] in #177
  • Add built-in Qoder ACP support by @xinyuan0801 in #178
  • fix: finalize interrupted flow runs by @osolmaz in #188
  • chore: bump codex and claude ACP adapter ranges by @moritzketzer in #163
  • chore(deps): bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #154
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #146
  • fix: add connection timeout and max buffer size limit by @Yuan-ManX in #168
  • chore(deps): bump @agentclientprotocol/sdk from 0.15.0 to 0.16.1 in the production group across 1 directory by @dependabot[bot] in #131
  • Let ACP validation choose PR test plans by @osolmaz in #189
  • fix: support --model for codex sessions by @osolmaz in #192
  • flow: broaden pr-triage refactor judgment by @osolmaz in #190
  • chore(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260310.1 to 7.0.0-dev.20260311.1 by @dependabot[bot] in #133
  • fix(client): cache authEnvKeys results to reduce allocations by @Yuan-ManX in #167
  • feat(output): add --suppress-reads flag by @osolmaz in #193
  • fix: preserve line breaks in thinking output by @osolmaz in #194
  • fix: recognize Cursor session-not-found error format by @osolmaz in #195
  • feat: add --prompt-retries for automatic retry on transient errors by @osolmaz in #196
  • feat: add flow run title API by @osolmaz in #197
  • fix: use kiro-cli-chat directly to prevent orphan child processes by @vokako in #129
  • feat: generic model selection via ACP session/set_model by @ironerumi in #150

New Contributors

Full Changelog: v0.3.1...v0.4.0

acpx 0.3.1

18 Mar 05:57
ecd93f9

Choose a tag to compare

What's Changed

  • feat(conformance): add data-driven ACP core v1 suite with CI/nightly coverage by @lynnzc in #130
  • feat: add Factory Droid aliases by @vincentkoc in #156

Full Changelog: v0.3.0...v0.3.1

acpx 0.3.0

12 Mar 19:13

Choose a tag to compare

What's Changed

  • fix: validate structured image prompt blocks by @vincentkoc in #110
  • chore(deps-dev): bump tsdown from 0.21.0-beta.2 to 0.21.0 by @dependabot[bot] in #106
  • chore(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260307.1 to 7.0.0-dev.20260308.1 by @dependabot[bot] in #107
  • fix(windows): support .cmd/.bat agent commands by @lynnzc in #102
  • fix: use --acp flag for Gemini CLI instead of deprecated --experimental-acp by @imWildCat in #113
  • feat: Add Factory Droid as built-in agent by @ironerumi in #112
  • feat: add iflow agent support by @gandli in #109
  • chore(deps-dev): bump tsdown from 0.21.0 to 0.21.1 in the development group by @dependabot[bot] in #118
  • chore(deps-dev): bump the development group with 4 updates by @dependabot[bot] in #125
  • fix: count client-method permission denials in permission stats by @lynnzc in #120
  • fix: suppress recoverable session/load fallback errors by @lynnzc in #122
  • fix: clarify unsupported session control errors by @manthan787 in #123
  • fix: close codex-acp session config gaps by @vincentkoc in #127
  • chore(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260308.1 to 7.0.0-dev.20260310.1 by @dependabot[bot] in #126

New Contributors

Full Changelog: v0.2.0...v0.3.0

acpx 0.2.0

10 Mar 16:58

Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.2.0

Release 0.1.16

10 Mar 08:33
36f839f

Choose a tag to compare

What's Changed

  • chore: align acpx tooling with openclaw stack by @dutifulbob in #43
  • docs: sync contributing and add vision by @onutc in #68
  • test: harden adapter coverage across CLI and platform edge cases by @vincentkoc in #69
  • fix: use cross-spawn for Windows compatibility by @sawyer0x110 in #57
  • fix: harden Gemini ACP startup and session reconnect flows by @vincentkoc in #70
  • docs: clarify set-mode mode ids are adapter-defined by @z-x-yang in #27
  • fix: harden Claude ACP session creation stalls by @vincentkoc in #71
  • feat: add native Copilot agent support by @vincentkoc in #72
  • feat: add Kiro CLI as built-in agent by @vokako in #40
  • feat: add kilocode as a built-in agent by @kimptoc in #62
  • Improve runtime performance and queue coordination by @vincentkoc in #73
  • Add Dependabot configuration by @vincentkoc in #74
  • chore: code/adapter alpha docs by @vincentkoc in #75
  • feat: add Kimi CLI ACP adapter support by @gandli in #56
  • feat: add qwen built-in ACP agent by @gandli in #53
  • chore(deps): batch pending dependency upgrades by @vincentkoc in #83
  • Tighten perf capture and reduce prompt overhead by @vincentkoc in #84
  • docs: sync agent registry mappings with source code by @gandli in #55
  • perf: reuse queue-owner acp clients by @vincentkoc in #87
  • perf: lazy-load cli startup modules by @vincentkoc in #86
  • fix(ci): run coverage lane on Node 22 by @frankekn in #89
  • feat: add sessions read command by @frankekn in #88
  • feat: add disableExec config option (fixes #15) by @gandli in #91
  • feat: add CLI passthrough flags for Claude session options by @frankekn in #94
  • feat: add --resume-session flag to attach to existing agent sessions by @frankekn in #95
  • feat(config): pass mcpServers through ACP session setup by @frankekn in #96
  • Fix session reconnect and Gemini startup regressions by @Takhoffman in #93
  • docs(agents): refocus contributor guide by @onutc in #97
  • feat: add Cursor ACP support by @osolmaz in #98
  • chore: pin ACP adapter package ranges by @osolmaz in #99
  • fix: restore CI release bump flow by @osolmaz in #100
  • fix(ci): keep releases on GitHub-hosted runners by @osolmaz in #101

New Contributors

Full Changelog: v0.1.15...v0.1.16

Release 0.1.15

01 Mar 18:58
55265a9

Choose a tag to compare

What's Changed

  • fix: restore --version and staged adapter shutdown fallback by @dutifulbob in #41

Full Changelog: v0.1.14...v0.1.15

Release 0.1.14

01 Mar 16:37
f35aaf9

Choose a tag to compare

What's Changed

  • Feat/acpx session model by @osolmaz in #28
  • Docs: define ACP-only JSON stream contract by @dutifulbob in #34
  • Queue owner: self-spawn through acpx CLI entrypoint by @dutifulbob in #36
  • fix(session): recognize Gemini CLI 'Invalid session identifier' as session-not-found by @louria in #35
  • test: stabilize queue-owner integration teardown by @dutifulbob in #37
  • fix: suppress replayed load session updates from output by @dutifulbob in #38
  • chore: restore openclaw package metadata for trusted publishing by @dutifulbob in #39

New Contributors

Full Changelog: v0.1.13...v0.1.14

Release 0.1.13

26 Feb 08:48

Choose a tag to compare

What's Changed

  • version: ignore foreign npm_package_version in npx contexts by @dutifulbob in #25

Full Changelog: v0.1.12...v0.1.13

Release 0.1.12

26 Feb 08:40

Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

Release 0.1.11

25 Feb 23:11

Choose a tag to compare

What's Changed

  • runtime: detached warm session owners and opencode ACP mode by @dutifulbob in #23

Full Changelog: v0.1.10...v0.1.11