From a7b81a32003dfbe0aedf1ff233f6d4d3d89fd29c Mon Sep 17 00:00:00 2001 From: zk <> Date: Sat, 29 Aug 2026 01:01:23 +0800 Subject: [PATCH] chore(acp): bump codebuddy and dimcode registry pins to probed versions --- crates/aionui-runtime/resources/acp-registry-npx-lock.json | 4 ++-- crates/aionui-runtime/src/registry_npx_lock.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/aionui-runtime/resources/acp-registry-npx-lock.json b/crates/aionui-runtime/resources/acp-registry-npx-lock.json index f31ff8403..5138dd9fd 100644 --- a/crates/aionui-runtime/resources/acp-registry-npx-lock.json +++ b/crates/aionui-runtime/resources/acp-registry-npx-lock.json @@ -9,7 +9,7 @@ "codebuddy": { "registry_json_id": "codebuddy-code", "package": "@tencent-ai/codebuddy-code", - "version": "2.140.0" + "version": "2.141.0" }, "deepagents": { "registry_json_id": "deepagents", @@ -19,7 +19,7 @@ "dimcode": { "registry_json_id": "dimcode", "package": "dimcode", - "version": "0.3.21" + "version": "0.3.22" }, "dirac": { "registry_json_id": "dirac", diff --git a/crates/aionui-runtime/src/registry_npx_lock.rs b/crates/aionui-runtime/src/registry_npx_lock.rs index bc0951065..23c2d1f81 100644 --- a/crates/aionui-runtime/src/registry_npx_lock.rs +++ b/crates/aionui-runtime/src/registry_npx_lock.rs @@ -120,7 +120,7 @@ mod tests { [ "-y", "--package", - "@tencent-ai/codebuddy-code@2.140.0", + "@tencent-ai/codebuddy-code@2.141.0", "codebuddy", "--acp" ]