@inline-openclaw/inline 0.0.40 → 0.0.42

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.
@@ -1,3 +1,3 @@
1
- declare const _default: import("openclaw/plugin-sdk/channel-entry-contract").BundledChannelSetupEntryContract<import("openclaw/plugin-sdk/core").ChannelPlugin>;
1
+ declare const _default: import("openclaw/plugin-sdk/channel-entry-contract").BundledChannelSetupEntryContract<import("openclaw/plugin-sdk").ChannelPlugin>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=setup-entry.d.ts.map
@@ -1002,11 +1002,11 @@
1002
1002
  },
1003
1003
  "replyThreadMode": {
1004
1004
  "label": "Inline Reply Thread Mode",
1005
- "help": "Controls automatic routing for Inline group replies that start from parent-chat messages: \"auto\" keeps small/new conversations in the parent chat, \"thread\" moves long parent-chat replies into a reusable child reply thread, and \"main\" keeps automatic replies in the parent chat. Explicit thread tools remain available."
1005
+ "help": "Controls automatic routing for Inline group replies that start from parent-chat messages: \"auto\" keeps small/new conversations in the parent chat, \"thread\" moves eligible parent-chat replies into child reply threads anchored to the triggering parent messages, and \"main\" keeps automatic replies in the parent chat. Explicit thread tools remain available."
1006
1006
  },
1007
1007
  "replyThreadAutoCreateMinMessages": {
1008
1008
  "label": "Inline Reply Thread Parent Size",
1009
- "help": "Minimum inbound chat-local message ID before \"thread\" mode auto-creates or reuses a child reply thread from a parent-chat message. Defaults to 50; set to 0 to allow immediate thread routing. Existing reply-thread chats always stay in their current thread."
1009
+ "help": "Minimum inbound chat-local message ID before \"thread\" mode auto-creates a child reply thread from a parent-chat message. Defaults to 50; set to 0 to allow immediate thread routing. Existing reply-thread chats always stay in their current thread."
1010
1010
  },
1011
1011
  "replyThreadRequireExplicitMention": {
1012
1012
  "label": "Inline Reply Thread Mentions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inline-openclaw/inline",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -29,7 +29,7 @@
29
29
  "zod": "4.4.3"
30
30
  },
31
31
  "peerDependencies": {
32
- "openclaw": ">=2026.5.28"
32
+ "openclaw": ">=2026.5.18"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "openclaw": {
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "@types/node": "20.17.19",
41
41
  "@vitest/coverage-v8": "4.0.16",
42
- "openclaw": "2026.5.28",
42
+ "openclaw": "2026.5.18",
43
43
  "typescript": "5.8.3",
44
44
  "vitest": "4.0.16"
45
45
  },
@@ -88,13 +88,13 @@
88
88
  "npmSpec": "@inline-openclaw/inline",
89
89
  "localPath": "packages/openclaw",
90
90
  "defaultChoice": "npm",
91
- "minHostVersion": ">=2026.5.28"
91
+ "minHostVersion": ">=2026.5.18"
92
92
  },
93
93
  "compat": {
94
- "pluginApi": ">=2026.5.28"
94
+ "pluginApi": ">=2026.5.18"
95
95
  },
96
96
  "build": {
97
- "openclawVersion": "2026.5.28"
97
+ "openclawVersion": "2026.5.18"
98
98
  },
99
99
  "release": {
100
100
  "publishToClawHub": true,