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", 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" ]