@openclaw/acpx 2026.5.18 → 2026.5.19-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/register.runtime.js
CHANGED
|
@@ -3,7 +3,7 @@ import { getAcpRuntimeBackend, unregisterAcpRuntimeBackend } from "openclaw/plug
|
|
|
3
3
|
const ACPX_BACKEND_ID = "acpx";
|
|
4
4
|
let serviceModulePromise = null;
|
|
5
5
|
function loadServiceModule() {
|
|
6
|
-
serviceModulePromise ??= import("./service-
|
|
6
|
+
serviceModulePromise ??= import("./service-CwQtIjhe.js");
|
|
7
7
|
return serviceModulePromise;
|
|
8
8
|
}
|
|
9
9
|
async function startRealService(state) {
|
|
@@ -729,7 +729,7 @@ var AcpxRuntime = class {
|
|
|
729
729
|
if (closeSucceeded && input.discardPersistentState) this.sessionStore.markFresh(input.handle.sessionKey);
|
|
730
730
|
}
|
|
731
731
|
};
|
|
732
|
-
const
|
|
732
|
+
const testing = {
|
|
733
733
|
appendCodexAcpConfigOverrides,
|
|
734
734
|
assertSupportedRuntimeSessionMode,
|
|
735
735
|
codexAcpSessionModelId,
|
|
@@ -738,4 +738,4 @@ const __testing = {
|
|
|
738
738
|
normalizeCodexAcpModelOverride
|
|
739
739
|
};
|
|
740
740
|
//#endregion
|
|
741
|
-
export { ACPX_BACKEND_ID, AcpxRuntime, __testing, createAcpRuntime, createAgentRegistry, createFileSessionStore, decodeAcpxRuntimeHandleState, encodeAcpxRuntimeHandleState };
|
|
741
|
+
export { ACPX_BACKEND_ID, AcpxRuntime, testing as __testing, testing, createAcpRuntime, createAgentRegistry, createFileSessionStore, decodeAcpxRuntimeHandleState, encodeAcpxRuntimeHandleState };
|
|
@@ -1053,7 +1053,7 @@ const SKIP_RUNTIME_PROBE_ENV = "OPENCLAW_SKIP_ACPX_RUNTIME_PROBE";
|
|
|
1053
1053
|
const ACPX_BACKEND_ID = "acpx";
|
|
1054
1054
|
let runtimeModulePromise = null;
|
|
1055
1055
|
function loadRuntimeModule() {
|
|
1056
|
-
runtimeModulePromise ??= import("./runtime-
|
|
1056
|
+
runtimeModulePromise ??= import("./runtime-B5EM-NdK.js");
|
|
1057
1057
|
return runtimeModulePromise;
|
|
1058
1058
|
}
|
|
1059
1059
|
function createDeferredResult() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/acpx",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.19-beta.2",
|
|
4
4
|
"description": "OpenClaw ACP runtime backend",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"minHostVersion": ">=2026.4.25"
|
|
27
27
|
},
|
|
28
28
|
"compat": {
|
|
29
|
-
"pluginApi": ">=2026.5.
|
|
29
|
+
"pluginApi": ">=2026.5.19-beta.2"
|
|
30
30
|
},
|
|
31
31
|
"build": {
|
|
32
|
-
"openclawVersion": "2026.5.
|
|
32
|
+
"openclawVersion": "2026.5.19-beta.2",
|
|
33
33
|
"staticAssets": [
|
|
34
34
|
{
|
|
35
35
|
"source": "./src/runtime-internals/mcp-proxy.mjs",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"skills/**"
|
|
60
60
|
],
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"openclaw": ">=2026.5.
|
|
62
|
+
"openclaw": ">=2026.5.19-beta.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"openclaw": {
|