@inline-openclaw/inline 0.0.59 → 0.0.60

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 CHANGED
@@ -40,12 +40,12 @@ Requires OpenClaw `2026.6.11` or newer.
40
40
 
41
41
  | Plugin version | OpenClaw host | Inline realtime SDK | Status | Notes |
42
42
  | --- | --- | --- | --- | --- |
43
- | `0.0.59` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.16` | Current | Adds mentionable Agent specialization, exact Agent activation, and fail-closed bot-message provenance. |
43
+ | `0.0.60` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.16` | Current | Uses the plugin index's supported force-install path for exact updates on current OpenClaw hosts. |
44
+ | `0.0.59` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.16` | Previous | Adds mentionable Agent specialization, exact Agent activation, and fail-closed bot-message provenance. |
44
45
  | `0.0.58` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.15` | Previous | Promotes the stable realtime v3 SDK; hardens terminal authentication, model settings, recovered replies and joins, rich streaming delivery, and monitor failure reporting. |
45
46
  | `0.0.57` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.14` | Previous | Hardens exact CLI-managed upgrades, deterministic channel listing, default/help consistency, and packed-artifact validation. |
46
47
  | `0.0.56` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.14` | Stable | Finalizes unified Inline CLI setup compatibility while preserving the separately installed OpenClaw plugin boundary. |
47
48
  | `0.0.55` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.14` | Stable | Enforces empty-payload nudges, canonical visible-text sanitizing, hard access-before-mention policy, explicit auto-threading, and clearer formatting guidance; explicitly admits npm's `2026.7.1-2` stable host version. |
48
- | `0.0.54` | `>=2026.6.11` | `0.0.13` | Stable | Keeps recovered WebSocket and best-effort cursor warnings out of healthy channel status; validated through OpenClaw `2026.7.1-2`. |
49
49
 
50
50
  From npm:
51
51
 
@@ -56,8 +56,7 @@ openclaw plugins install @inline-openclaw/inline
56
56
  If the plugin is already installed, update in place:
57
57
 
58
58
  ```sh
59
- openclaw config set plugins.installs.inline.spec '"@inline-openclaw/inline@latest"'
60
- openclaw plugins update inline
59
+ openclaw plugins install --force @inline-openclaw/inline@latest
61
60
  openclaw gateway restart
62
61
  openclaw plugins list
63
62
  openclaw channels status
@@ -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 config set plugins.installs.inline.spec '"@inline-openclaw/inline@latest"'
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inline-openclaw/inline",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",