@inline-openclaw/inline 0.0.59 → 0.0.61
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 -5
- package/dist/channel-plugin-api.js +15 -12
- package/dist/channel-plugin-api.js.map +3 -3
- package/docs/openclaw-setup.md +1 -2
- package/package.json +1 -1
package/docs/openclaw-setup.md
CHANGED
|
@@ -13,8 +13,7 @@ openclaw plugins install @inline-openclaw/inline
|
|
|
13
13
|
If already installed, update to latest:
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
openclaw
|
|
17
|
-
openclaw plugins update inline
|
|
16
|
+
openclaw plugins install --force @inline-openclaw/inline@latest
|
|
18
17
|
openclaw gateway restart
|
|
19
18
|
openclaw plugins list
|
|
20
19
|
openclaw channels status
|