From 099037cca6f5d4c3eaecdc988992c77b4f024a90 Mon Sep 17 00:00:00 2001 From: "clawsweeper[bot]" <274271284+clawsweeper[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:50:35 -0700 Subject: [PATCH] fix(channels): align Yuanbao catalog id Co-authored-by: openclaw-clawsweeper[bot] <280122609+openclaw-clawsweeper[bot]@users.noreply.github.com> --- scripts/lib/official-external-channel-catalog.json | 2 +- src/channels/plugins/contracts/channel-catalog.contract.test.ts | 2 +- test/official-channel-catalog.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/official-external-channel-catalog.json b/scripts/lib/official-external-channel-catalog.json index 4b26d0f6f09..df8724db803 100644 --- a/scripts/lib/official-external-channel-catalog.json +++ b/scripts/lib/official-external-channel-catalog.json @@ -31,7 +31,7 @@ "kind": "channel", "openclaw": { "channel": { - "id": "openclaw-plugin-yuanbao", + "id": "yuanbao", "label": "Yuanbao", "selectionLabel": "Yuanbao (元宝)", "detailLabel": "Yuanbao", diff --git a/src/channels/plugins/contracts/channel-catalog.contract.test.ts b/src/channels/plugins/contracts/channel-catalog.contract.test.ts index 42e9faa6844..c0aeeee27b8 100644 --- a/src/channels/plugins/contracts/channel-catalog.contract.test.ts +++ b/src/channels/plugins/contracts/channel-catalog.contract.test.ts @@ -44,7 +44,7 @@ describeChannelCatalogEntryContract({ }); describeChannelCatalogEntryContract({ - channelId: "openclaw-plugin-yuanbao", + channelId: "yuanbao", npmSpec: "openclaw-plugin-yuanbao@2.11.0", alias: "yb", }); diff --git a/test/official-channel-catalog.test.ts b/test/official-channel-catalog.test.ts index 4c0808fa385..c48ae7e222c 100644 --- a/test/official-channel-catalog.test.ts +++ b/test/official-channel-catalog.test.ts @@ -90,7 +90,7 @@ describe("buildOfficialChannelCatalog", () => { name: "openclaw-plugin-yuanbao", openclaw: expect.objectContaining({ channel: expect.objectContaining({ - id: "openclaw-plugin-yuanbao", + id: "yuanbao", label: "Yuanbao", }), install: {