@inline-openclaw/inline 0.0.51 → 0.0.52

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -39,9 +39,10 @@ Requires OpenClaw `2026.6.11` or newer.
39
39
 
40
40
  | Plugin version | OpenClaw host | Inline realtime SDK | Status | Notes |
41
41
  | --- | --- | --- | --- | --- |
42
- | `0.0.51` | `>=2026.6.11` | `0.0.12` | Current | Adds follow-mode mention gating for eligible reply/fresh Inline threads. Publish the SDK first. |
42
+ | `0.0.52` | `>=2026.6.11` | `0.0.13` | Current | Patch release for the SDK protocol dependency. Publish protocol and SDK first. |
43
+ | `0.0.51` | `>=2026.6.11` | `0.0.12` | Superseded | Added follow-mode mention gating for eligible reply/fresh Inline threads. Prefer `0.0.52`. |
43
44
  | `0.0.50` | `>=2026.6.11` | `0.0.11` | Superseded | Supported line for current stable OpenClaw. Uses focused plugin SDK entrypoints and canonical ClawHub install metadata. |
44
- | `0.0.48` - `0.0.49` | `>=2026.6.11` | `0.0.11` | Superseded | Transitional 2026.6.11 compatibility releases. Prefer `0.0.51`; `0.0.49` fixed metadata shape but still used the non-canonical ClawHub spec. |
45
+ | `0.0.48` - `0.0.49` | `>=2026.6.11` | `0.0.11` | Superseded | Transitional 2026.6.11 compatibility releases. Prefer `0.0.52`; `0.0.49` fixed metadata shape but still used the non-canonical ClawHub spec. |
45
46
  | `0.0.47` and earlier | `>=2026.5.18`, tested before the `2026.6.11` floor | `0.0.11` | Legacy | Use only when an older OpenClaw host cannot be upgraded yet. Keeps the previous broad SDK compatibility path. |
46
47
 
47
48
  From npm:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inline-openclaw/inline",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "check": "bun run typecheck && bun run lint && bun run test && bun run build"
26
26
  },
27
27
  "dependencies": {
28
- "@inline-chat/realtime-sdk": "0.0.12",
28
+ "@inline-chat/realtime-sdk": "0.0.13",
29
29
  "zod": "4.4.3"
30
30
  },
31
31
  "peerDependencies": {