From 22cf6dab75b65597ea859f03c536be91a9e2df3a Mon Sep 17 00:00:00 2001 From: zk <> Date: Mon, 7 Sep 2026 10:30:48 +0800 Subject: [PATCH] chore(acp): bump codebuddy, dirac, grok, kilo and sigit registry pins to probed versions --- .../resources/acp-registry-npx-lock.json | 10 +++++----- crates/aionui-runtime/src/registry_npx_lock.rs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/aionui-runtime/resources/acp-registry-npx-lock.json b/crates/aionui-runtime/resources/acp-registry-npx-lock.json index ab0ef9aa5..6fe5dfd40 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.143.1" + "version": "2.146.0" }, "deepagents": { "registry_json_id": "deepagents", @@ -24,7 +24,7 @@ "dirac": { "registry_json_id": "dirac", "package": "dirac-cli", - "version": "0.5.5" + "version": "0.5.9" }, "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.18" + "version": "1.0.21" }, "kilo": { "registry_json_id": "kilo", "package": "@kilocode/cli", - "version": "7.5.9" + "version": "7.5.15" }, "mimo-code": { "package": "@mimo-ai/cli", @@ -58,7 +58,7 @@ "sigit": { "registry_json_id": "sigit", "package": "@smbcloud/sigit", - "version": "1.5.2", + "version": "1.5.7", "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 74e53b3d4..0cb0cd546 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.143.1", + "@tencent-ai/codebuddy-code@2.146.0", "codebuddy", "--acp" ]