openclaw/extensions/acpx/src
xingjie zhou 81193336d0
fix(acpx): read ACPX_PINNED_VERSION from package.json instead of hard… (#49089)
* fix(acpx): read ACPX_PINNED_VERSION from package.json instead of hardcoding

The hardcoded ACPX_PINNED_VERSION ("0.1.16") falls out of sync with the bundled acpx version in package.json every release, causing ACP runtime to be marked unavailable due to version mismatch (see #43997).

* Validate and sanitize ACPX version retrieval

Add validation for acpx version from package.json
2026-03-29 18:05:55 +09:00
..
runtime-internals refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
test-utils fix(acp): repair stale bindings after runtime exits (#56476) 2026-03-29 01:15:16 +08:00
config.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
config.ts fix(acpx): read ACPX_PINNED_VERSION from package.json instead of hard… (#49089) 2026-03-29 18:05:55 +09:00
ensure.test.ts ACP: harden startup and move configured routing behind plugin seams (#48197) 2026-03-17 17:27:52 +01:00
ensure.ts Plugins: internalize acpx SDK imports 2026-03-17 22:58:43 -07:00
runtime.test.ts fix(acp): repair stale bindings after runtime exits (#56476) 2026-03-29 01:15:16 +08:00
runtime.ts fix(acp): repair stale bindings after runtime exits (#56476) 2026-03-29 01:15:16 +08:00
service.test.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
service.ts Plugins: internalize acpx SDK imports 2026-03-17 22:58:43 -07:00