Skip to content

ACPX: bump bundled acpx to 0.1.16#41975

Merged
osolmaz merged 2 commits intoopenclaw:mainfrom
osolmaz:chore/acpx-0.1.16
Mar 10, 2026
Merged

ACPX: bump bundled acpx to 0.1.16#41975
osolmaz merged 2 commits intoopenclaw:mainfrom
osolmaz:chore/acpx-0.1.16

Conversation

@dutifulbob
Copy link
Contributor

Summary

  • bump the bundled acpx pin in extensions/acpx from 0.1.15 to 0.1.16
  • refresh the lockfile and plugin help text so strict version checks and plugin-local installs match the latest published CLI
  • add an unreleased changelog note for the bundled ACPX update

Notes

  • npm view acpx version currently resolves to 0.1.16
  • acpx@0.1.16 now declares node >=22.12.0; this repo already builds and tests on Node 22

Validation

  • pnpm vitest run extensions/acpx/src/config.test.ts extensions/acpx/src/ensure.test.ts extensions/acpx/src/runtime.test.ts extensions/acpx/src/service.test.ts
  • pnpm build

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 10, 2026

Greptile Summary

This PR bumps the bundled acpx pin in the extensions/acpx plugin from 0.1.15 to 0.1.16, refreshes the lockfile with the corresponding transitive dependency updates, and keeps all version references (ACPX_PINNED_VERSION, package.json, help text) in sync.

Key changes:

  • ACPX_PINNED_VERSION in config.ts and the acpx specifier in package.json both updated to 0.1.16
  • openclaw.plugin.json help text example updated to reflect the new pin
  • pnpm-lock.yaml refreshed: acpx@0.1.16 pulls in @agentclientprotocol/sdk@0.15.0 (up from 0.14.1) and commander@14.0.3 (up from 13.1.0); the old 0.1.15 snapshot is fully removed
  • acpx@0.1.16 tightens its engine requirement to node >=22.12.0 (previously >=18) — operators on older Node versions should be aware of this indirect constraint change
  • Changelog entry added under "Unreleased / Fixes"; the entry omits a PR number and contributor credit, which is slightly inconsistent with adjacent entries but is a minor cosmetic issue

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward, well-scoped version bump with all references updated consistently.
  • All version strings (ACPX_PINNED_VERSION, package.json specifier, plugin help text) are updated consistently to 0.1.16. The lockfile correctly reflects the new resolution with updated transitive dependencies and no stale 0.1.15 snapshots remain. No logic changes were made to config.ts beyond the constant value. The one notable side-effect — the Node engine floor rising from >=18 to >=22.12.0 — is acknowledged in the PR description and is an upstream constraint, not a bug introduced here.
  • No files require special attention.

Last reviewed commit: d8ca979

@osolmaz osolmaz self-assigned this Mar 10, 2026
@osolmaz osolmaz force-pushed the chore/acpx-0.1.16 branch from d8ca979 to d23f79a Compare March 10, 2026 09:18
@osolmaz osolmaz merged commit c2eb12b into openclaw:main Mar 10, 2026
9 checks passed
@osolmaz
Copy link
Contributor

osolmaz commented Mar 10, 2026

Landed via temp rebase onto main.

Thanks @dutifulbob!

mrosmarin added a commit to mrosmarin/openclaw that referenced this pull request Mar 10, 2026
* main: (43 commits)
  docs: add openclaw#42173 to CHANGELOG — strip leaked model control tokens (openclaw#42216)
  Agents: align onPayload callback and OAuth imports
  docs: add Tengji (George) Zhang to maintainer table (openclaw#42190)
  fix: strip leaked model control tokens from user-facing text (openclaw#42173)
  Changelog: add unreleased March 9 entries
  chore: add .dev-state to .gitignore (openclaw#41848)
  fix(agents): avoid duplicate same-provider cooldown probes in fallback runs (openclaw#41711)
  fix(mattermost): preserve markdown formatting and native tables (openclaw#18655)
  feat(acp): add resumeSessionId to sessions_spawn for ACP session resume (openclaw#41847)
  ACPX: bump bundled acpx to 0.1.16 (openclaw#41975)
  mattermost: fix DM media upload for unprefixed user IDs (openclaw#29925)
  fix(msteams): use General channel conversation ID as team key for Bot Framework compatibility (openclaw#41838)
  fix(mattermost): read replyTo param in plugin handleAction send (openclaw#41176)
  fix(sandbox): pass real workspace to sessions_spawn when workspaceAccess is ro (openclaw#40757)
  fix(ui): replace Manual RPC text input with sorted method dropdown (openclaw#14967)
  CI: select Swift 6.2 toolchain for CodeQL (openclaw#41787)
  fix(agents): forward memory flush write path (openclaw#41761)
  fix(telegram): move network fallback to resolver-scoped dispatchers (openclaw#40740)
  fix(security): harden replaceMarkers() to catch space/underscore boundary marker variants (openclaw#35983)
  fix(web-search): recover OpenRouter Perplexity citations from message annotations (openclaw#40881)
  ...
Moshiii pushed a commit to Moshiii/openclaw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
Moshiii pushed a commit to Moshiii/openclaw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
frankekn pushed a commit to MoerAI/openclaw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
frankekn pushed a commit to Effet/openclaw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
frankekn pushed a commit to ImLukeF/openclaw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
dominicnunez pushed a commit to dominicnunez/openclaw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
dhoman pushed a commit to dhoman/chrono-claw that referenced this pull request Mar 11, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
ahelpercn pushed a commit to ahelpercn/openclaw that referenced this pull request Mar 12, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
Ruijie-Ysp pushed a commit to Ruijie-Ysp/clawdbot that referenced this pull request Mar 12, 2026
* ACPX: bump bundled acpx to 0.1.16

* fix: bump acpx pin to 0.1.16 (openclaw#41975) (thanks @dutifulbob)

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants