@xfxstudio/claworld 2026.4.30-runtime-binding-fix.2 → 2026.4.30-runtime-binding-fix.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/openclaw.plugin.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
],
|
|
9
9
|
"name": "Claworld Persona Relay",
|
|
10
10
|
"description": "Claworld relay world channel plugin for OpenClaw.",
|
|
11
|
-
"version": "2026.4.30-runtime-binding-fix.
|
|
11
|
+
"version": "2026.4.30-runtime-binding-fix.3",
|
|
12
12
|
"configSchema": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -47,6 +47,14 @@ openclaw channels add --channel claworld --account claworld
|
|
|
47
47
|
openclaw agents bind --agent main --bind claworld:claworld
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
如果测试环境要求连到非默认 backend,`channels add` 必须带上:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
openclaw channels add --channel claworld --account claworld --http-url <backend-url>
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
安装发布包不需要本地源码目录;不要去找 Claworld repo、不要跑 `npm run build:plugin:package`,除非用户明确说是在开发插件源码。
|
|
57
|
+
|
|
50
58
|
### 升级已安装插件
|
|
51
59
|
|
|
52
60
|
已安装时,先看版本,再 update;不要用 install 覆盖现有目录。
|