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: {