@openclaw/acpx 2026.5.10-beta.2 → 2026.5.10-beta.3
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
|
@@ -5,7 +5,7 @@ const ENABLE_STARTUP_PROBE_ENV = "OPENCLAW_ACPX_RUNTIME_STARTUP_PROBE";
|
|
|
5
5
|
const SKIP_RUNTIME_PROBE_ENV = "OPENCLAW_SKIP_ACPX_RUNTIME_PROBE";
|
|
6
6
|
let serviceModulePromise = null;
|
|
7
7
|
function loadServiceModule() {
|
|
8
|
-
serviceModulePromise ??= import("./service-
|
|
8
|
+
serviceModulePromise ??= import("./service-DQ72Urx_.js");
|
|
9
9
|
return serviceModulePromise;
|
|
10
10
|
}
|
|
11
11
|
function shouldRunStartupProbe(env = process.env) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { registerAcpRuntimeBackend, unregisterAcpRuntimeBackend } from "./runtime-api.js";
|
|
2
2
|
import { a as OPENCLAW_GATEWAY_INSTANCE_ID_ARG, i as OPENCLAW_ACPX_LEASE_ID_ARG, r as reapStaleOpenClawOwnedAcpxOrphans, s as createAcpxProcessLeaseStore, t as cleanupOpenClawOwnedAcpxProcessTree } from "./process-reaper-DKzgrZt9.js";
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
|
-
import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/
|
|
4
|
+
import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
5
5
|
import path from "node:path";
|
|
6
6
|
import { randomUUID } from "node:crypto";
|
|
7
7
|
import fs from "node:fs/promises";
|
|
@@ -12,7 +12,7 @@ import fsSync from "node:fs";
|
|
|
12
12
|
import os from "node:os";
|
|
13
13
|
import { fileURLToPath } from "node:url";
|
|
14
14
|
import { formatPluginConfigIssue } from "openclaw/plugin-sdk/extension-shared";
|
|
15
|
-
import { z } from "
|
|
15
|
+
import { z } from "zod";
|
|
16
16
|
//#region extensions/acpx/src/codex-trust-config.ts
|
|
17
17
|
function stripTomlComment(line) {
|
|
18
18
|
let quote = null;
|
package/dist/setup-api.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
|
|
2
|
-
import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/
|
|
2
|
+
import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
3
3
|
//#region extensions/acpx/setup-api.ts
|
|
4
4
|
var setup_api_default = definePluginEntry({
|
|
5
5
|
id: "acpx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/acpx",
|
|
3
|
-
"version": "2026.5.10-beta.
|
|
3
|
+
"version": "2026.5.10-beta.3",
|
|
4
4
|
"description": "OpenClaw ACP runtime backend",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@agentclientprotocol/claude-agent-acp": "0.33.1",
|
|
12
12
|
"@zed-industries/codex-acp": "0.14.0",
|
|
13
|
-
"acpx": "0.7.0"
|
|
13
|
+
"acpx": "0.7.0",
|
|
14
|
+
"zod": "^4.4.3"
|
|
14
15
|
},
|
|
15
16
|
"devDependencies": {
|
|
16
17
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
@@ -25,10 +26,10 @@
|
|
|
25
26
|
"minHostVersion": ">=2026.4.25"
|
|
26
27
|
},
|
|
27
28
|
"compat": {
|
|
28
|
-
"pluginApi": ">=2026.5.10-beta.
|
|
29
|
+
"pluginApi": ">=2026.5.10-beta.3"
|
|
29
30
|
},
|
|
30
31
|
"build": {
|
|
31
|
-
"openclawVersion": "2026.5.10-beta.
|
|
32
|
+
"openclawVersion": "2026.5.10-beta.3",
|
|
32
33
|
"staticAssets": [
|
|
33
34
|
{
|
|
34
35
|
"source": "./src/runtime-internals/mcp-proxy.mjs",
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
"skills/**"
|
|
59
60
|
],
|
|
60
61
|
"peerDependencies": {
|
|
61
|
-
"openclaw": ">=2026.5.10-beta.
|
|
62
|
+
"openclaw": ">=2026.5.10-beta.3"
|
|
62
63
|
},
|
|
63
64
|
"peerDependenciesMeta": {
|
|
64
65
|
"openclaw": {
|