From 82cdc38f4a9d4fc9c78443389cfe8de8ffe5635c Mon Sep 17 00:00:00 2001 From: zk <> Date: Fri, 21 Aug 2026 01:02:16 +0800 Subject: [PATCH 1/2] chore(acp): bump codebuddy, dimcode, grok and kilo registry pins to probed versions --- .../aionui-runtime/resources/acp-registry-npx-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/aionui-runtime/resources/acp-registry-npx-lock.json b/crates/aionui-runtime/resources/acp-registry-npx-lock.json index e39ccb43e..5d0ca8b2e 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.106.7" + "version": "2.137.1" }, "deepagents": { "registry_json_id": "deepagents", @@ -19,7 +19,7 @@ "dimcode": { "registry_json_id": "dimcode", "package": "dimcode", - "version": "0.3.16" + "version": "0.3.17" }, "dirac": { "registry_json_id": "dirac", @@ -34,12 +34,12 @@ "grok": { "registry_json_id": "grok-build", "package": "@xai-official/grok", - "version": "1.0.6" + "version": "1.0.7" }, "kilo": { "registry_json_id": "kilo", "package": "@kilocode/cli", - "version": "7.4.22" + "version": "7.4.23" }, "mimo-code": { "package": "@mimo-ai/cli", From dcd8b1a0eea4b87639fe810c8d8950d0bab01555 Mon Sep 17 00:00:00 2001 From: zk <> Date: Fri, 21 Aug 2026 01:24:18 +0800 Subject: [PATCH 2/2] test(acp): update codebuddy lock-derived assertion to 2.137.1 --- 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 e9c9adec3..a01e34d87 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.106.7", + "@tencent-ai/codebuddy-code@2.137.1", "codebuddy", "--acp" ]