@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 +4 -0
- package/README.zh-CN.md +4 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +5 -5
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
package/openclaw.plugin.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
67
|
-
"@types/node": "^25.
|
|
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.
|
|
70
|
+
"vitest": "^3.2.4"
|
|
71
71
|
},
|
|
72
72
|
"openclaw": {
|
|
73
73
|
"extensions": [
|