mirror of https://github.com/openclaw/openclaw.git
* 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
|
||
|---|---|---|
| .. | ||
| runtime-internals | ||
| test-utils | ||
| config.test.ts | ||
| config.ts | ||
| ensure.test.ts | ||
| ensure.ts | ||
| runtime.test.ts | ||
| runtime.ts | ||
| service.test.ts | ||
| service.ts | ||