@wu529778790/open-im 1.11.4-beta.8 → 1.11.4-beta.9

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/dist/config.js +1 -0
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -493,6 +493,7 @@ export function loadConfig() {
493
493
  allowedUserIds: clawbotAllowedUserIds,
494
494
  apiUrl: clawbotApiUrl,
495
495
  apiToken: clawbotApiToken,
496
+ tts: file.platforms?.clawbot?.tts,
496
497
  }
497
498
  : {
498
499
  enabled: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.11.4-beta.8",
3
+ "version": "1.11.4-beta.9",
4
4
  "description": "Your AI coding assistant, in every chat app. Multi-platform IM bridge for Claude Code, Codex, and CodeBuddy.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",