From 0e3da0319337596093652207c695854c0dfd6fe0 Mon Sep 17 00:00:00 2001 From: Sliverp <38134380+sliverp@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:55:32 +0800 Subject: [PATCH] fix(doc):update wecom doc and qq (#57641) * fix(doc):update wecom doc and qq doc * Update CHANGELOG with recent changes and enhancements Added various updates including new features, improvements, and documentation changes across multiple components. --- CHANGELOG.md | 1 + docs/plugins/community.md | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067dd9705e6..8652b32666a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -139,6 +139,7 @@ Docs: https://docs.openclaw.ai - ACP/plugins: add an explicit default-off ACPX plugin-tools MCP bridge config, document the trust boundary, and harden the built-in bridge packaging/logging path so global installs and stdio MCP sessions work reliably. (#56867) Thanks @joe2643. - Agents/LLM: add a configurable idle-stream timeout for embedded runner requests so stalled model streams abort cleanly instead of hanging until the broader run timeout fires. (#55072) Thanks @liuy. +- Docs/plugins: update the community wecom and qqbot plugin listing to the docs catalog. (#57641) Thanks @sliverp. - Agents/MCP: materialize bundle MCP tools with provider-safe names (`serverName__toolName`), support optional `streamable-http` transport selection plus per-server connection timeouts, and preserve real tool results from aborted/error turns unless truncation explicitly drops them. (#49505) Thanks @ziomancer. - Android/notifications: add notification-forwarding controls with package filtering, quiet hours, rate limiting, and safer picker behavior for forwarded notification events. (#40175) Thanks @nimbleenigma. - Background tasks: turn tasks into a real shared background-run control plane instead of ACP-only bookkeeping by unifying ACP, subagent, cron, and background CLI execution under one SQLite-backed ledger, routing detached lifecycle updates through the executor seam, adding audit/maintenance/status visibility, tightening auto-cleanup and lost-run recovery, improving task awareness in internal status/tool surfaces, and clarifying the split between heartbeat/main-session automation and detached scheduled runs. Thanks @mbelinky and @vincentkoc. diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 57193dcafe1..ad7e944577f 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -77,18 +77,19 @@ Connect OpenClaw to QQ via the QQ Bot API. Supports private chats, group mentions, channel messages, and rich media including voice, images, videos, and files. -- **npm:** `@sliverp/qqbot` -- **repo:** [github.com/sliverp/qqbot](https://github.com/sliverp/qqbot) +- **npm:** `@tencent-connect/openclaw-qqbot` +- **repo:** [github.com/tencent-connect/openclaw-qqbot](https://github.com/tencent-connect/openclaw-qqbot) ```bash -openclaw plugins install @sliverp/qqbot +openclaw plugins install @tencent-connect/openclaw-qqbot ``` ### wecom -OpenClaw Enterprise WeCom Channel Plugin. -A bot plugin powered by WeCom AI Bot WebSocket persistent connections, -supports direct messages & group chats, streaming replies, and proactive messaging. +WeCom channel plugin for OpenClaw by the Tencent WeCom team. Powered by +WeCom Bot WebSocket persistent connections, it supports direct messages & group +chats, streaming replies, proactive messaging, image/file processing, Markdown +formatting, built-in access control, and document/meeting/messaging skills. - **npm:** `@wecom/wecom-openclaw-plugin` - **repo:** [github.com/WecomTeam/wecom-openclaw-plugin](https://github.com/WecomTeam/wecom-openclaw-plugin)