From 914287642de51e700d157f9a4b592a7e6df36a9b Mon Sep 17 00:00:00 2001 From: loongfay Date: Thu, 30 Apr 2026 16:02:40 +0800 Subject: [PATCH] feat(channel) update yuanbao plugin github location (#74253) * feat(channel) update yuanbao plugin version and github location * feat(channel) update yuanbao plugin github location * fix(channel): update yuanbao plugin GitHub location and add yuanbao alias (#74253) (thanks @loongfay) --------- Co-authored-by: loongzhao Co-authored-by: sliverp <870080352@qq.com> --- CHANGELOG.md | 1 + docs/plugins/community.md | 2 +- scripts/lib/official-external-channel-catalog.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e9ec02765..c82574d6ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Docs: https://docs.openclaw.ai - Gateway/diagnostics: emit an opt-in startup diagnostics timeline that records gateway lifecycle and plugin-load phases behind a config flag, so slow-start diagnosis no longer requires bespoke instrumentation. Thanks @shakkernerd. - Control UI/i18n: extend the locale registry with new Persian (fa), Dutch (nl), Vietnamese (vi), Italian (it), Arabic (ar), and Thai (th) entries and ship `fa`, `nl`, `vi`, and `zh-TW` docs glossaries, so the docs translation pipeline and the Control UI language picker stay aligned across surfaces. Thanks @vincentkoc. - Channels: add Yuanbao channel docs entrance so the Tencent Yuanbao bot appears in the channel listing and sidebar navigation. (#73443) Thanks @loongfay. +- Channels/Yuanbao: update plugin GitHub location to YuanbaoTeam/yuanbao-openclaw-plugin and add "yuanbao" alias to channel catalog. (#74253) Thanks @loongfay. - Docker setup: add `OPENCLAW_SKIP_ONBOARDING` so automated Docker installs can skip the interactive onboarding step while still applying gateway defaults. (#55518) Thanks @jinjimz. - Security policy: classify media/base64 decode and format-conversion overhead after configured acceptance limits as performance-only for GHSA triage unless a report demonstrates a limit bypass, crash, exhaustion, data exposure, or another boundary bypass. (#74311) - Security/OpenGrep: add a precise OpenGrep rulepack, source-rule compiler, provenance metadata check, and PR/full scan workflows that validate first-party code and rulepack-only changes while uploading SARIF to GitHub Code Scanning. (#69483) Thanks @jesse-merhi. diff --git a/docs/plugins/community.md b/docs/plugins/community.md index e63b117ea3b..65fe223b5ab 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -139,7 +139,7 @@ streaming replies, proactive messaging, image/file/audio/video processing, Markdown formatting, built-in access control, and slash-command menus. - **npm:** `openclaw-plugin-yuanbao` -- **repo:** [github.com/yb-claw/openclaw-plugin-yuanbao](https://github.com/yb-claw/openclaw-plugin-yuanbao) +- **repo:** [github.com/YuanbaoTeam/yuanbao-openclaw-plugin](https://github.com/YuanbaoTeam/yuanbao-openclaw-plugin) ```bash openclaw plugins install openclaw-plugin-yuanbao diff --git a/scripts/lib/official-external-channel-catalog.json b/scripts/lib/official-external-channel-catalog.json index 420cce88821..4b26d0f6f09 100644 --- a/scripts/lib/official-external-channel-catalog.json +++ b/scripts/lib/official-external-channel-catalog.json @@ -38,7 +38,7 @@ "docsPath": "/plugins/community#yuanbao", "docsLabel": "yuanbao", "blurb": "Tencent Yuanbao AI assistant conversation channel.", - "aliases": ["yb", "tencent-yuanbao", "元宝"], + "aliases": ["yuanbao", "yb", "tencent-yuanbao", "元宝"], "order": 85 }, "install": {