@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 +2 -0
- package/README.md +2 -0
- package/package.json +1 -1
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