@inline-openclaw/inline 0.0.20 → 0.0.21

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
@@ -178,6 +178,21 @@ The plugin also registers a dedicated `inline_members` tool for space-member dis
178
178
  - Optional filters: `query`, `userId`, `limit`, `accountId`
179
179
  - Returned members include explicit DM targets like `user:123`
180
180
 
181
+ The plugin also registers `inline_bot_commands` for bot slash command management (v1):
182
+
183
+ - `action: "get"` -> calls `getMyCommands`
184
+ - `action: "set"` -> calls `setMyCommands` with Telegram-style `commands[]`
185
+ - `action: "delete"` -> calls `deleteMyCommands`
186
+ - Limits follow Inline Bot API: max `100` commands, `command` max `32`, `description` max `256`, charset `^[a-z0-9_]+$`
187
+
188
+ Native command sync (Telegram-style startup behavior):
189
+
190
+ - On `gateway_start`, the plugin clears + re-registers default native commands for each enabled/configured Inline account.
191
+ - Default commands now mirror OpenClaw native defaults (for example: `/status`, `/model`, `/exec`, `/usage`, etc.).
192
+ - When available in `openclaw/plugin-sdk`, the plugin uses the same command + skill sources as native providers (Telegram/Slack/Discord), including plugin command specs.
193
+ - Disable startup sync globally with `commands.native: false`, or per-channel with `channels.inline.commands.native: false`.
194
+ - Disable native skill command inclusion with `commands.nativeSkills: false`, or per-channel with `channels.inline.commands.nativeSkills: false`.
195
+
181
196
  Multi-account:
182
197
 
183
198
  ```yaml
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAgB,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAQ1E,QAAA,MAAM,MAAM,EAAE;IACZ,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IAGnB,YAAY,EAAE,OAAO,CAAA;IACrB,QAAQ,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAA;CAmB3C,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAgB,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAW1E,QAAA,MAAM,MAAM,EAAE;IACZ,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IAGnB,YAAY,EAAE,OAAO,CAAA;IACrB,QAAQ,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAA;CAkC3C,CAAA;AAED,eAAe,MAAM,CAAA"}