Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OpenClaw's WeChat channel plugin, supporting login authorization via QR code sca

| Plugin Version | OpenClaw Version | npm dist-tag | Status |
|---------------|------------------------|--------------|-------------|
| 2.0.x | >=2026.3.22 | `latest` | Active |
| 2.1.x | >=2026.3.22 | `latest` | Active |
| 1.0.x | >=2026.1.0 <2026.3.22 | `legacy` | Maintenance |

> The plugin checks the host version at startup and will refuse to load if the
Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OpenClaw 的微信渠道插件,支持通过扫码完成登录授权。

| 插件版本 | OpenClaw 版本 | npm dist-tag | 状态 |
|---------|--------------------------|--------------|--------|
| 2.0.x | >=2026.3.22 | `latest` | 活跃 |
| 2.1.x | >=2026.3.22 | `latest` | 活跃 |
| 1.0.x | >=2026.1.0 <2026.3.22 | `legacy` | 维护中 |

> 插件在启动时会检查宿主版本,如果运行的 OpenClaw 版本超出支持范围,插件将拒绝加载。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^3.1.0",
"openclaw": "2026.3.23",
"openclaw": "^2026.4.8",
"silk-wasm": "^3.7.1",
"typescript": "^5.8.0",
"vitest": "^3.1.0"
Expand Down