@mocrane/wecom 2026.3.19 → 2026.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
# OpenClaw 企业微信(WeCom)Channel 插件
|
|
2
2
|
|
|
3
|
-
> [!WARNING]
|
|
4
|
-
> **OpenClaw 3.1+ 升级必读**:升级到 OpenClaw `3.1` 及以上版本的用户务必同步升级本插件,并将企业微信回调 URL 更新为 OpenClaw 推荐路径:`/plugins/wecom/bot/{accountId}` 与 `/plugins/wecom/agent/{accountId}`(旧 `/wecom/*` 仍兼容但不再维护)。
|
|
5
|
-
|
|
6
3
|
<p align="center">
|
|
7
|
-
<img src="https://img.shields.io/badge/
|
|
4
|
+
<a href="https://github.com/TencentCloud-Lighthouse/openclaw-wecom"><img src="https://img.shields.io/badge/GitHub-TencentCloud--Lighthouse%2Fwecom-blue?style=for-the-badge&logo=github" alt="GitHub Repo" /></a>
|
|
8
5
|
<img src="https://img.shields.io/badge/License-ISC-blue?style=for-the-badge" alt="License" />
|
|
9
6
|
</p>
|
|
10
7
|
|
|
11
|
-
> [!WARNING]
|
|
12
|
-
> **原创声明**:本项目涉及的“多账号隔离与矩阵路由架构”、“Bot+Agent双模融合架构”、“长任务超时接力逻辑”及“全自动媒体流转接”等核心设计均为作者 **YanHaidao** 独立思考与实践的原创成果。
|
|
13
|
-
> 欢迎技术交流与合规引用,但**严禁任何不经授权的“功能像素级抄袭”或删除原作者署名的代码搬运行为**。
|
|
14
|
-
|
|
15
8
|
<p align="center">
|
|
16
9
|
<strong>🚀 企业级双模式 AI 助手接入方案</strong>
|
|
17
10
|
</p>
|
|
@@ -477,10 +470,6 @@ Agent 输出 `{"template_card": ...}` 时自动渲染为交互卡片:
|
|
|
477
470
|
|
|
478
471
|
## 七、📮 联系我
|
|
479
472
|
|
|
480
|
-
微信交流群(扫码入群):
|
|
481
|
-
|
|
482
|
-

|
|
483
|
-
|
|
484
473
|
维护者:mocrane
|
|
485
474
|
|
|
486
475
|
---
|
|
@@ -500,7 +489,22 @@ Agent 输出 `{"template_card": ...}` 时自动渲染为交互卡片:
|
|
|
500
489
|
<a id="sec-10"></a>
|
|
501
490
|
## 八、📝 更新日志
|
|
502
491
|
|
|
503
|
-
### 2026.3.
|
|
492
|
+
### 2026.3.19
|
|
493
|
+
|
|
494
|
+
- 【多媒体发送】📎 **机器人富媒体发送**:Bot 支持向用户发送文件、图片、视频,补齐发送侧多模态能力。
|
|
495
|
+
- 【MCP 集成】🧩 **企业级 MCP 工具接入**:群聊与私聊中支持调用日程、待办、通讯录 MCP,实现对话式办公协作。
|
|
496
|
+
|
|
497
|
+
### 2026.3.15
|
|
498
|
+
|
|
499
|
+
- 【文档能力】📄 **企微文档操作支持**:新增企业微信文档读写操作能力,可在对话中直接操作企微文档。
|
|
500
|
+
- 【交互体验】⌨️ **打字机效果**:支持逐字流式输出的打字机效果,提升对话交互体验。
|
|
501
|
+
|
|
502
|
+
### 2026.3.8
|
|
503
|
+
|
|
504
|
+
- 【长连接】🔗 **Bot 长连接模式**:企微机器人支持长连接(WebSocket)模式,降低延迟、提升连接稳定性。
|
|
505
|
+
- 【主动触达】📤 **长连接模式主动发送**:长连接模式下 Bot 支持主动向用户发送消息,突破传统被动回复限制。
|
|
506
|
+
|
|
507
|
+
### 2026.3.3
|
|
504
508
|
|
|
505
509
|
- 【SDK适配】♻️ **插件 HTTP 注册升级**:入口改为 `registerHttpRoute`(`/plugins/wecom` + `match=prefix` + `auth=plugin`),适配 OpenClaw 新版插件接口。
|
|
506
510
|
- 【兼容修复】🔁 **旧入口保持可达**:同步注册 `/wecom` 前缀路由,保障历史 Bot/Agent 回调地址继续可用。
|