From 78a0e2ab3d9d19192e48cba10cadf00d4aa33f54 Mon Sep 17 00:00:00 2001 From: zk <> Date: Mon, 14 Sep 2026 11:00:20 +0800 Subject: [PATCH] chore(acp): bump codebuddy, dimcode, dirac, grok, kilo and sigit registry pins to probed versions --- .../resources/acp-registry-npx-lock.json | 12 ++++++------ crates/aionui-runtime/src/registry_npx_lock.rs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/aionui-runtime/resources/acp-registry-npx-lock.json b/crates/aionui-runtime/resources/acp-registry-npx-lock.json index a1e77c069..f68a0f54c 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.148.0" + "version": "2.150.0" }, "deepagents": { "registry_json_id": "deepagents", @@ -19,12 +19,12 @@ "dimcode": { "registry_json_id": "dimcode", "package": "dimcode", - "version": "0.5.1" + "version": "0.5.2" }, "dirac": { "registry_json_id": "dirac", "package": "dirac-cli", - "version": "0.5.11" + "version": "0.5.12" }, "glm-acp-agent": { "registry_json_id": "glm-acp-agent", @@ -34,12 +34,12 @@ "grok": { "registry_json_id": "grok-build", "package": "@xai-official/grok", - "version": "1.0.27" + "version": "1.0.30" }, "kilo": { "registry_json_id": "kilo", "package": "@kilocode/cli", - "version": "7.6.0" + "version": "7.6.2" }, "mimo-code": { "package": "@mimo-ai/cli", @@ -58,7 +58,7 @@ "sigit": { "registry_json_id": "sigit", "package": "@smbcloud/sigit", - "version": "1.5.7", + "version": "1.5.8", "skip_version_probe": true } } diff --git a/crates/aionui-runtime/src/registry_npx_lock.rs b/crates/aionui-runtime/src/registry_npx_lock.rs index f5433aaa9..d3d782978 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.148.0", + "@tencent-ai/codebuddy-code@2.150.0", "codebuddy", "--acp" ]