From fe459c908491bbe5bda94d100f0e71fac95325ce Mon Sep 17 00:00:00 2001 From: Onur Solmaz <2453968+osolmaz@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:21:57 +0100 Subject: [PATCH] ACPX: align pinned runtime version (#52730) * ACPX: align pinned runtime version * ACPX: drop version example from help text --- extensions/acpx/openclaw.plugin.json | 2 +- extensions/acpx/src/config.ts | 2 +- src/plugins/bundled-plugin-metadata.generated.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/acpx/openclaw.plugin.json b/extensions/acpx/openclaw.plugin.json index 2dd55faf3d6..a218f4510af 100644 --- a/extensions/acpx/openclaw.plugin.json +++ b/extensions/acpx/openclaw.plugin.json @@ -67,7 +67,7 @@ }, "expectedVersion": { "label": "Expected acpx Version", - "help": "Exact version to enforce (for example 0.1.16) or \"any\" to skip strict version matching." + "help": "Exact version to enforce or \"any\" to skip strict version matching." }, "cwd": { "label": "Default Working Directory", diff --git a/extensions/acpx/src/config.ts b/extensions/acpx/src/config.ts index 612147320d5..b6c577db094 100644 --- a/extensions/acpx/src/config.ts +++ b/extensions/acpx/src/config.ts @@ -9,7 +9,7 @@ export type AcpxPermissionMode = (typeof ACPX_PERMISSION_MODES)[number]; export const ACPX_NON_INTERACTIVE_POLICIES = ["deny", "fail"] as const; export type AcpxNonInteractivePermissionPolicy = (typeof ACPX_NON_INTERACTIVE_POLICIES)[number]; -export const ACPX_PINNED_VERSION = "0.1.16"; +export const ACPX_PINNED_VERSION = "0.3.1"; export const ACPX_VERSION_ANY = "any"; const ACPX_BIN_NAME = process.platform === "win32" ? "acpx.cmd" : "acpx"; diff --git a/src/plugins/bundled-plugin-metadata.generated.ts b/src/plugins/bundled-plugin-metadata.generated.ts index dfd68ef76f8..74f631b11de 100644 --- a/src/plugins/bundled-plugin-metadata.generated.ts +++ b/src/plugins/bundled-plugin-metadata.generated.ts @@ -88,7 +88,7 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [ }, expectedVersion: { label: "Expected acpx Version", - help: 'Exact version to enforce (for example 0.1.16) or "any" to skip strict version matching.', + help: 'Exact version to enforce or "any" to skip strict version matching.', }, cwd: { label: "Default Working Directory",