@inline-openclaw/inline 0.0.69 → 0.0.70
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/docs/openclaw-setup.md
CHANGED
|
@@ -8,7 +8,7 @@ Need a bot token first? See `docs/create-inline-bot.md`.
|
|
|
8
8
|
|
|
9
9
|
Choose the Inline plugin version that matches the installed OpenClaw line:
|
|
10
10
|
|
|
11
|
-
- OpenClaw `2026.8.2` and newer, including `2026.9.x`: Inline plugin `0.0.
|
|
11
|
+
- OpenClaw `2026.8.2` and newer, including `2026.9.x`: Inline plugin `0.0.70` — `openclaw plugins install npm:@inline-openclaw/inline@0.0.70 --force --accept-capabilities`
|
|
12
12
|
- OpenClaw `2026.7.x` (`>=2026.7.1`): Inline plugin `0.0.63` — `openclaw plugins install @inline-openclaw/inline@0.0.63 --force`
|
|
13
13
|
- OpenClaw `2026.6.x` (`>=2026.6.11`, including extended-stable `2026.6.34`): Inline plugin `0.0.63` — `openclaw plugins install @inline-openclaw/inline@0.0.63 --force`
|
|
14
14
|
|
|
@@ -22,7 +22,7 @@ newer, use Node 24.16+ on 24.x or Node 26.1+ (Node 26 recommended).
|
|
|
22
22
|
Install the current version:
|
|
23
23
|
|
|
24
24
|
```sh
|
|
25
|
-
openclaw plugins install npm:@inline-openclaw/inline@0.0.
|
|
25
|
+
openclaw plugins install npm:@inline-openclaw/inline@0.0.70 --force --accept-capabilities
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
If already installed on a supported host, update in place:
|