timbot 2026.3.31-beta.2 → 2026.4.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,6 +21,10 @@ Local testing, streaming mode selection, and webhook replay examples are documen
21
21
 
22
22
  ## Changelog
23
23
 
24
+ ### 2026.4.2
25
+
26
+ - fix: 修复 C2C 消息可能乱序的问题(新增 `typingDelayMs` 配置项,默认延迟 1000ms 发送 typingText)
27
+
24
28
  ### 2026.3.19
25
29
 
26
30
  - fix: 群聊多机器人路由匹配(`AtRobots_Account`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timbot",
3
- "version": "2026.3.31-beta.2",
3
+ "version": "2026.4.2",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Tencent Cloud IM intelligent bot channel plugin",
6
6
  "author": "longyuqi@tencent.com",
@@ -56,7 +56,7 @@
56
56
  "typescript": "^5.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "openclaw": ">=2026.1.30 <=2026.3.24"
59
+ "openclaw": ">=2026.1.30"
60
60
  },
61
61
  "overrides": {
62
62
  "axios": "1.14.0"