Skip to content

Commit 9142876

Browse files
loongfayloongzhaosliverp
authored
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 <loongzhao@tencent.com> Co-authored-by: sliverp <870080352@qq.com>
1 parent 1e20bab commit 9142876

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Docs: https://docs.openclaw.ai
3434
- 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.
3535
- 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.
3636
- Channels: add Yuanbao channel docs entrance so the Tencent Yuanbao bot appears in the channel listing and sidebar navigation. (#73443) Thanks @loongfay.
37+
- Channels/Yuanbao: update plugin GitHub location to YuanbaoTeam/yuanbao-openclaw-plugin and add "yuanbao" alias to channel catalog. (#74253) Thanks @loongfay.
3738
- Docker setup: add `OPENCLAW_SKIP_ONBOARDING` so automated Docker installs can skip the interactive onboarding step while still applying gateway defaults. (#55518) Thanks @jinjimz.
3839
- 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)
3940
- 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.

docs/plugins/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ streaming replies, proactive messaging, image/file/audio/video processing,
139139
Markdown formatting, built-in access control, and slash-command menus.
140140

141141
- **npm:** `openclaw-plugin-yuanbao`
142-
- **repo:** [github.com/yb-claw/openclaw-plugin-yuanbao](https://github.com/yb-claw/openclaw-plugin-yuanbao)
142+
- **repo:** [github.com/YuanbaoTeam/yuanbao-openclaw-plugin](https://github.com/YuanbaoTeam/yuanbao-openclaw-plugin)
143143

144144
```bash
145145
openclaw plugins install openclaw-plugin-yuanbao

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"docsPath": "/plugins/community#yuanbao",
3939
"docsLabel": "yuanbao",
4040
"blurb": "Tencent Yuanbao AI assistant conversation channel.",
41-
"aliases": ["yb", "tencent-yuanbao", "元宝"],
41+
"aliases": ["yuanbao", "yb", "tencent-yuanbao", "元宝"],
4242
"order": 85
4343
},
4444
"install": {

0 commit comments

Comments
 (0)