@inline-openclaw/inline 0.0.27 → 0.0.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inline-openclaw/inline",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -23,16 +23,16 @@
23
23
  "check": "bun run typecheck && bun run test && bun run build"
24
24
  },
25
25
  "dependencies": {
26
- "@inline-chat/realtime-sdk": "^0.0.10",
26
+ "@inline-chat/realtime-sdk": "^0.0.11",
27
27
  "zod": "^4.1.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "openclaw": ">=2026.3.28"
30
+ "openclaw": ">=2026.4.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.11.30",
34
34
  "@vitest/coverage-v8": "4.0.16",
35
- "openclaw": "^2026.3.24",
35
+ "openclaw": "^2026.4.5",
36
36
  "typescript": "^5.8.3",
37
37
  "vitest": "^4.0.16"
38
38
  },
@@ -1,24 +0,0 @@
1
- /**
2
- * Temporary compatibility layer for native command arg menus.
3
- *
4
- * Why this exists:
5
- * - The published `openclaw/plugin-sdk` currently does not expose command-registry
6
- * helpers (`findCommandByNativeName`, `parseCommandArgs`, `resolveCommandArgMenu`,
7
- * `buildCommandTextFromArgs`) that Telegram uses for native command buttons.
8
- * - Inline needs equivalent behavior for command option pickers.
9
- *
10
- * Source inspiration:
11
- * - openclaw/src/auto-reply/commands-registry.ts
12
- * - openclaw/src/auto-reply/commands-registry.data.ts
13
- *
14
- * Remove this file once upstream exposes the command menu helpers.
15
- */
16
- export type InlineCompatReplyMarkupButton = {
17
- text: string;
18
- callback_data: string;
19
- };
20
- export declare function resolveInlineCompatNativeCommandMenu(commandBody: string): {
21
- title: string;
22
- buttons: InlineCompatReplyMarkupButton[][];
23
- } | null;
24
- //# sourceMappingURL=command-menu-compat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"command-menu-compat.d.ts","sourceRoot":"","sources":["../../src/inline/command-menu-compat.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA;AAuPD,wBAAgB,oCAAoC,CAAC,WAAW,EAAE,MAAM,GAAG;IACzE,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,6BAA6B,EAAE,EAAE,CAAA;CAC3C,GAAG,IAAI,CA8BP"}