@pawastation/wechat-kf 0.2.2 → 0.2.3

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 CHANGED
@@ -69,7 +69,11 @@ Let WeChat users chat with your OpenClaw AI agent via **WeChat Customer Service*
69
69
  ## Installation
70
70
 
71
71
  ```bash
72
+ # First time
72
73
  openclaw plugins install @pawastation/wechat-kf
74
+
75
+ # Upgrade
76
+ openclaw plugins update @pawastation/wechat-kf
73
77
  ```
74
78
 
75
79
  ---
package/README.zh-CN.md CHANGED
@@ -81,7 +81,11 @@
81
81
  ### 第 1 步:安装插件
82
82
 
83
83
  ```bash
84
+ # 首次安装
84
85
  openclaw plugins install @pawastation/wechat-kf
86
+
87
+ # 升级
88
+ openclaw plugins update @pawastation/wechat-kf
85
89
  ```
86
90
 
87
91
  ### 第 2 步:安装 Tunnel(cloudflared)
@@ -2,7 +2,7 @@
2
2
  "id": "wechat-kf",
3
3
  "name": "WeChat Customer Service",
4
4
  "description": "OpenClaw channel plugin for WeChat Customer Service (企业微信客服) via WeCom KF API",
5
- "version": "0.2.2",
5
+ "version": "0.2.3",
6
6
  "channels": ["wechat-kf"],
7
7
  "configSchema": {
8
8
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pawastation/wechat-kf",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "OpenClaw channel plugin for WeChat Customer Service (企业微信客服) — enables AI-powered customer service bots via WeCom KF API",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -63,11 +63,11 @@
63
63
  "node": ">=22.12.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@biomejs/biome": "^2.4.2",
67
- "@types/node": "^25.2.3",
68
- "openclaw": "^2026.2",
66
+ "@biomejs/biome": "^2.4.4",
67
+ "@types/node": "^25.3.0",
68
+ "openclaw": "^2026.2.21",
69
69
  "typescript": "^5.9.3",
70
- "vitest": "^3.0.0"
70
+ "vitest": "^3.2.4"
71
71
  },
72
72
  "openclaw": {
73
73
  "extensions": [