xiaozuoassistant 0.2.33 → 0.2.34

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.
@@ -100,6 +100,8 @@ export class FeishuChannel extends BaseChannel {
100
100
  });
101
101
  await wsClient.start({
102
102
  eventDispatcher: eventDispatcher
103
+ }).catch(e => {
104
+ console.error(`[Feishu-${botName}] WSClient start threw an error:`, e);
103
105
  });
104
106
  this.bots.push({ name, client, wsClient });
105
107
  console.log(`Feishu Bot ${name} Started (WebSocket Mode)`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozuoassistant",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "A local-first personal AI assistant with multi-channel support and enhanced memory.",
5
5
  "author": "mantle.lau",
6
6
  "license": "MIT",