@inline-openclaw/inline 0.0.70 → 0.0.71-alpha.0

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,9 +34,10 @@ Reply-thread behavior:
34
34
 
35
35
  ## Install
36
36
 
37
- The current Inline plugin supports OpenClaw `2026.8.2` and newer, including
37
+ The Inline plugin supports OpenClaw `2026.8.2` and newer, including
38
38
  `2026.9.x`, with no upper version cap. It is built against `2026.9.4`. Install
39
- the plugin version for your OpenClaw release line:
39
+ the plugin version for your OpenClaw release line. The `0.0.71-alpha.0`
40
+ prerelease is available for testing; `0.0.70` remains the stable release.
40
41
 
41
42
  | OpenClaw line | Inline plugin | Exact install |
42
43
  | --- | --- | --- |
@@ -52,33 +53,33 @@ on the 24.x line or Node 26.1+; Node 26 is recommended.
52
53
 
53
54
  | Plugin version | OpenClaw host | Inline realtime SDK | Status | Notes |
54
55
  | --- | --- | --- | --- | --- |
55
- | `0.0.70` | `>=2026.8.2` | `0.0.18` | Current | Preserves native reply suppression and send-policy decisions, with September approvals and shutdown cancellation. |
56
+ | `0.0.71-alpha.0` | `>=2026.8.2` | `0.0.19-alpha.0` | Prerelease | Reports install provenance safely, avoids false reconnect-loop status, and keeps autonomous sync-recovery diagnostics non-sticky. |
57
+ | `0.0.70` | `>=2026.8.2` | `0.0.18` | Stable | Preserves native reply suppression and send-policy decisions, with September approvals and shutdown cancellation. |
56
58
  | `0.0.69` | `>=2026.8.2` | `0.0.18` | Previous | Added September system change approvals and shutdown cancellation. |
57
59
  | `0.0.68` | `2026.8.2` | `0.0.18` | Previous | Retries stalled sync autonomously and isolates unrelated chat handlers while retaining ordered acknowledgements. |
58
60
  | `0.0.67` | `2026.8.2` | `0.0.17` | Previous | Keeps the manifest compatible with ClawHub's metadata transport without changing the channel schema. |
59
61
  | `0.0.66` | `2026.8.2` | `0.0.17` | Previous | Bounds direct account probes so SDK cleanup completes before the host deadline. |
60
- | `0.0.65` | `2026.8.2` | `0.0.17` | Previous | Makes chat-triggered updates noninteractive by explicitly accepting the trusted Inline capability surface. |
61
62
 
62
- ### Release 0.0.70
63
+ ### Prerelease 0.0.71-alpha.0
63
64
 
64
- - Matches native Telegram by suppressing empty-response fallbacks in message-tool-only mode and honoring host send-policy denial, including after delivery errors.
65
-
66
- - Removes the host upper bound and supports September system change approvals while retaining August APIs.
67
- - Cancels reply generation when the channel stops, suppresses late sends, and bounds shutdown waits.
68
- - 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.
65
+ - Reports supported host installation provenance and timestamps in `/inline_version` without exposing package specs or filesystem paths.
66
+ - Diagnoses only active reconnect loops instead of treating the lifetime reconnect count as current failure evidence.
67
+ - Keeps SDK recovery scheduling, bucket retirement, and discovery retry observable without leaving a sticky channel error after autonomous recovery.
68
+ - Uses inherited backend chat access for bot presence in authorized DM and Space reply threads.
69
+ - Carries forward native reply suppression, September approvals, cancellation-safe shutdown, and realtime SDK `0.0.19-alpha.0` recovery behavior.
69
70
  - Tests the extracted package against released hosts and checks that the bundled SDK matches the validated build.
70
71
 
71
72
  The CI host matrix runs on `2026.8.2`, `2026.9.1`, and npm `latest`.
72
73
  To check an installed host locally after building the SDK:
73
74
 
74
75
  ```sh
75
- bun run --cwd openclaw check:host /path/to/node_modules/openclaw
76
+ bun run --cwd plugins/openclaw check:host /path/to/node_modules/openclaw
76
77
  ```
77
78
 
78
- From npm:
79
+ To test the prerelease from npm:
79
80
 
80
81
  ```sh
81
- openclaw plugins install npm:@inline-openclaw/inline@0.0.70 --force --accept-capabilities
82
+ openclaw plugins install npm:@inline-openclaw/inline@0.0.71-alpha.0 --force --accept-capabilities
82
83
  ```
83
84
 
84
85
  If the plugin is already installed, update in place: