What's New
Features
- Bindings 路由 (#85): 支持通过 OpenClaw
bindings配置将不同 WeCom 账户绑定到不同 Agent,显式 binding 优先于动态 Agent 路由 - deliveryMode: "direct": 对齐上游插件标准,声明直接投递模式
- emptyPluginConfigSchema(): plugin-level configSchema 改用上游推荐的 safeParse 格式
Fixes
- Agent API 长文本截断 (#84): 新增
splitTextByByteLimit()按 WeCom 2048 字节限制自动分段,优先在换行处断开 - XML body 误发检测 (#83): Bot webhook 收到 XML 请求时返回 400 并提示使用 Agent 回调地址
- 消除顶层副作用:
setInterval从模块顶层移入register()函数
Closed Issues
Upgrade
openclaw plugins install @sunnoy/wecom@1.9.0Full Changelog: v1.8.0...v1.9.0