From 037e01ec82bf0d32c35b8087db412ed6faaa725a Mon Sep 17 00:00:00 2001 From: zk <> Date: Wed, 26 Aug 2026 01:03:55 +0800 Subject: [PATCH] chore(acp): bump codebuddy, dimcode, glm and grok registry pins to probed versions --- .../aionui-runtime/resources/acp-registry-npx-lock.json | 8 ++++---- crates/aionui-runtime/src/registry_npx_lock.rs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/aionui-runtime/resources/acp-registry-npx-lock.json b/crates/aionui-runtime/resources/acp-registry-npx-lock.json index 6ec4951a5..2e4cc40ad 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.138.0" + "version": "2.139.0" }, "deepagents": { "registry_json_id": "deepagents", @@ -19,7 +19,7 @@ "dimcode": { "registry_json_id": "dimcode", "package": "dimcode", - "version": "0.3.19" + "version": "0.3.20" }, "dirac": { "registry_json_id": "dirac", @@ -29,12 +29,12 @@ "glm-acp-agent": { "registry_json_id": "glm-acp-agent", "package": "glm-acp-agent", - "version": "1.6.0" + "version": "1.6.1" }, "grok": { "registry_json_id": "grok-build", "package": "@xai-official/grok", - "version": "1.0.8" + "version": "1.0.10" }, "kilo": { "registry_json_id": "kilo", diff --git a/crates/aionui-runtime/src/registry_npx_lock.rs b/crates/aionui-runtime/src/registry_npx_lock.rs index 40aeacbe7..e35a7421a 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.138.0", + "@tencent-ai/codebuddy-code@2.139.0", "codebuddy", "--acp" ]