@colinlu50/openclaw-lark-stream 260330.1.1 → 260330.1.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.
package/README.en.md CHANGED
@@ -24,6 +24,8 @@ The official plugin delivers LLM block results all at once after completion. Thi
24
24
  ## 📢 News
25
25
 
26
26
  - **2026.3.30**
27
+ - Install script now automatically disables the built-in OpenClaw Feishu plugin to avoid conflicts
28
+ - Post-install runs `gateway install` to register the service, plus a health check
27
29
  - ⚠️ **OpenClaw 3.28 is not currently supported** due to compatibility issues. Please downgrade to **3.24**. (Support expected before Apr 4)
28
30
  - **2026.3.27**
29
31
  - Compatible with OpenClaw >= 2026.3.22
package/README.md CHANGED
@@ -28,6 +28,8 @@
28
28
  ## 📢 News
29
29
 
30
30
  - **2026.3.30**
31
+ - 安装脚本自动禁用 OpenClaw 内置飞书插件,避免冲突
32
+ - 安装后自动执行 `gateway install` 注册服务并健康检查
31
33
  - ⚠️ **暂不支持 OpenClaw 3.28**,该版本存在兼容性问题,建议回退到 **3.24** 版本(预计 4.4 前支持)
32
34
  - **2026.3.27**
33
35
  - 适配 OpenClaw >= 2026.3.22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colinlu50/openclaw-lark-stream",
3
- "version": "260330.1.1",
3
+ "version": "260330.1.2",
4
4
  "description": "OpenClaw Lark/Feishu channel plugin",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",