openclaw-lark-multi-agent 1.0.14 → 1.0.15

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.
@@ -1713,6 +1713,7 @@ export class FeishuBot {
1713
1713
  : chairman
1714
1714
  ? chairman === this.config.name ? `👑 æ˜Ŋ${chairman}` : `åĶïžˆå―“å‰ïžš${chairman}`
1715
1715
  : "朊čŪūį―Ū";
1716
+ const localeStatus = chatType === "p2p" ? this.locale : this.chatLocale(chatId);
1716
1717
  const statusText = [
1717
1718
  `📊 ${this.config.name} Bot Status`,
1718
1719
  `━━━━━━━━━━━━━━━━━━`,
@@ -1728,6 +1729,7 @@ export class FeishuBot {
1728
1729
  `🔧 Verbose: ${verboseStatus}`,
1729
1730
  `🎛ïļ Mode: ${mode}`,
1730
1731
  `👑 Chairman: ${chairmanStatus}`,
1732
+ `🌐 Locale: ${localeStatus}`,
1731
1733
  ].join("\n");
1732
1734
  await this.replyMessage(messageId, statusText);
1733
1735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-lark-multi-agent",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Multi-bot Lark/Feishu bridge for OpenClaw, with per-bot model routing and isolated sessions",
5
5
  "type": "module",
6
6
  "scripts": {