@inline-openclaw/inline 0.0.67 → 0.0.69

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
@@ -34,33 +34,49 @@ Reply-thread behavior:
34
34
 
35
35
  ## Install
36
36
 
37
- The current Inline plugin targets OpenClaw `2026.8.x` from `2026.8.2`. Install
37
+ The current Inline plugin supports OpenClaw `2026.8.2` and newer, including
38
+ `2026.9.x`, with no upper version cap. It is built against `2026.9.4`. Install
38
39
  the plugin version for your OpenClaw release line:
39
40
 
40
41
  | OpenClaw line | Inline plugin | Exact install |
41
42
  | --- | --- | --- |
42
- | `2026.8.x` (`>=2026.8.2`) | `0.0.67` | `openclaw plugins install @inline-openclaw/inline --force --accept-capabilities` |
43
+ | `2026.8.2` and newer | `0.0.69` | `openclaw plugins install npm:@inline-openclaw/inline@0.0.69 --force --accept-capabilities` |
43
44
  | `2026.7.x` (`>=2026.7.1`) | `0.0.63` | `openclaw plugins install @inline-openclaw/inline@0.0.63 --force` |
44
45
  | `2026.6.x` (`>=2026.6.11`, including extended-stable `2026.6.34`) | `0.0.63` | `openclaw plugins install @inline-openclaw/inline@0.0.63 --force` |
45
46
 
46
- `@latest` follows the newest supported OpenClaw line; it is not a compatibility
47
- alias for older host APIs.
47
+ The minimum supported host remains `2026.8.2`. Newer host versions are not
48
+ blocked by package metadata. OpenClaw 2026.9.3 and newer require Node 24.16+
49
+ on the 24.x line or Node 26.1+; Node 26 is recommended.
48
50
 
49
51
  ## Compatibility
50
52
 
51
53
  | Plugin version | OpenClaw host | Inline realtime SDK | Status | Notes |
52
54
  | --- | --- | --- | --- | --- |
53
- | `0.0.67` | `>=2026.8.2 <2026.9.0` | `0.0.17` | Current | Keeps the manifest compatible with ClawHub's metadata transport without changing the channel schema. |
54
- | `0.0.66` | `>=2026.8.2 <2026.9.0` | `0.0.17` | Previous | Bounds direct account probes so SDK cleanup completes before the host deadline. |
55
- | `0.0.65` | `>=2026.8.2 <2026.9.0` | `0.0.17` | Previous | Makes chat-triggered updates noninteractive by explicitly accepting the trusted Inline capability surface. |
56
- | `0.0.64` | `>=2026.8.2 <2026.9.0` | `0.0.17` | Previous | Supports the stable 2026.8 plugin SDK and preserves DM/group reply-thread routing. |
57
- | `0.0.63` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.16` | Previous | Applies live-safe settings writes without restarting the Inline channel before it can answer. |
58
- | `0.0.62` | `>=2026.6.11 || >=2026.7.1-0` | `0.0.16` | Previous | Keeps the thread-only Following control out of direct-message agent settings, where the server does not support it. |
55
+ | `0.0.69` | `>=2026.8.2` | `0.0.18` | Current | Supports September system change approvals and cancels pending replies during channel shutdown. |
56
+ | `0.0.68` | `2026.8.2` | `0.0.18` | Previous | Retries stalled sync autonomously and isolates unrelated chat handlers while retaining ordered acknowledgements. |
57
+ | `0.0.67` | `2026.8.2` | `0.0.17` | Previous | Keeps the manifest compatible with ClawHub's metadata transport without changing the channel schema. |
58
+ | `0.0.66` | `2026.8.2` | `0.0.17` | Previous | Bounds direct account probes so SDK cleanup completes before the host deadline. |
59
+ | `0.0.65` | `2026.8.2` | `0.0.17` | Previous | Makes chat-triggered updates noninteractive by explicitly accepting the trusted Inline capability surface. |
60
+ | `0.0.64` | `2026.8.2` | `0.0.17` | Previous | Supports the stable 2026.8 plugin SDK and preserves DM/group reply-thread routing. |
61
+
62
+ ### Release 0.0.69
63
+
64
+ - Removes the host upper bound and supports September system change approvals while retaining August APIs.
65
+ - Cancels reply generation when the channel stops, suppresses late sends, and bounds shutdown waits.
66
+ - Retains realtime SDK `0.0.18`: finite-target catch-up fence release, autonomous recovery after timeouts, authoritative DM deletion buckets, and concurrent handlers with ordered acknowledgements.
67
+ - Tests the extracted package against released hosts and checks that the bundled SDK matches the validated build.
68
+
69
+ The CI host matrix runs on `2026.8.2`, `2026.9.1`, and npm `latest`.
70
+ To check an installed host locally after building the SDK:
71
+
72
+ ```sh
73
+ bun run --cwd openclaw check:host /path/to/node_modules/openclaw
74
+ ```
59
75
 
60
76
  From npm:
61
77
 
62
78
  ```sh
63
- openclaw plugins install @inline-openclaw/inline --force --accept-capabilities
79
+ openclaw plugins install npm:@inline-openclaw/inline@0.0.69 --force --accept-capabilities
64
80
  ```
65
81
 
66
82
  If the plugin is already installed, update in place: