From 8bd6e882ae3f2c0c955907496185c2558b923793 Mon Sep 17 00:00:00 2001 From: zk <> Date: Tue, 25 Aug 2026 01:02:11 +0800 Subject: [PATCH 1/2] chore(acp): bump codebuddy and dimcode registry pins to probed versions --- crates/aionui-runtime/resources/acp-registry-npx-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/aionui-runtime/resources/acp-registry-npx-lock.json b/crates/aionui-runtime/resources/acp-registry-npx-lock.json index 0ecdf9b68..6ec4951a5 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.137.1" + "version": "2.138.0" }, "deepagents": { "registry_json_id": "deepagents", @@ -19,7 +19,7 @@ "dimcode": { "registry_json_id": "dimcode", "package": "dimcode", - "version": "0.3.18" + "version": "0.3.19" }, "dirac": { "registry_json_id": "dirac", From 61c15b687f075181e96f2120dfd6083b59c06e06 Mon Sep 17 00:00:00 2001 From: zk <> Date: Tue, 25 Aug 2026 01:04:32 +0800 Subject: [PATCH 2/2] test(acp): update codebuddy lock-derived assertion to 2.138.0 --- crates/aionui-runtime/src/registry_npx_lock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aionui-runtime/src/registry_npx_lock.rs b/crates/aionui-runtime/src/registry_npx_lock.rs index a01e34d87..40aeacbe7 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.137.1", + "@tencent-ai/codebuddy-code@2.138.0", "codebuddy", "--acp" ]