Skip to content

Commit 099037c

Browse files
fix(channels): align Yuanbao catalog id
Co-authored-by: openclaw-clawsweeper[bot] <280122609+openclaw-clawsweeper[bot]@users.noreply.github.com>
1 parent 9d68c67 commit 099037c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/lib/official-external-channel-catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"kind": "channel",
3232
"openclaw": {
3333
"channel": {
34-
"id": "openclaw-plugin-yuanbao",
34+
"id": "yuanbao",
3535
"label": "Yuanbao",
3636
"selectionLabel": "Yuanbao (元宝)",
3737
"detailLabel": "Yuanbao",

src/channels/plugins/contracts/channel-catalog.contract.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describeChannelCatalogEntryContract({
4444
});
4545

4646
describeChannelCatalogEntryContract({
47-
channelId: "openclaw-plugin-yuanbao",
47+
channelId: "yuanbao",
4848
npmSpec: "openclaw-plugin-yuanbao@2.11.0",
4949
alias: "yb",
5050
});

test/official-channel-catalog.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe("buildOfficialChannelCatalog", () => {
9090
name: "openclaw-plugin-yuanbao",
9191
openclaw: expect.objectContaining({
9292
channel: expect.objectContaining({
93-
id: "openclaw-plugin-yuanbao",
93+
id: "yuanbao",
9494
label: "Yuanbao",
9595
}),
9696
install: {

0 commit comments

Comments
 (0)