@inline-openclaw/inline 0.0.58 → 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.
@@ -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
@@ -1070,7 +1070,7 @@
1070
1070
  },
1071
1071
  "parseMarkdown": {
1072
1072
  "label": "Inline Markdown",
1073
- "help": "Parse OpenClaw Markdown into Inline formatting for outgoing text. Defaults to true."
1073
+ "help": "Parse Inline's supported Markdown surface for outgoing text. Defaults to true; false disables Inline parsing."
1074
1074
  },
1075
1075
  "mediaMaxMb": {
1076
1076
  "label": "Inline Media Limit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inline-openclaw/inline",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "check": "bun run typecheck && bun run lint && bun run test && bun run build"
36
36
  },
37
37
  "dependencies": {
38
- "@inline-chat/realtime-sdk": "0.0.15",
38
+ "@inline-chat/realtime-sdk": "0.0.16",
39
39
  "zod": "4.4.3"
40
40
  },
41
41
  "peerDependencies": {