@integrity-labs/agt-cli 0.27.94 → 0.27.96

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.
@@ -5419,6 +5419,13 @@ ${sections}`
5419
5419
  if (allowedChats && allowedChats.length > 0) {
5420
5420
  telegramEnv.TELEGRAM_ALLOWED_CHATS = allowedChats.join(",");
5421
5421
  }
5422
+ const rawDiagnosticChatIds = config["diagnostic_chat_ids"];
5423
+ if (Array.isArray(rawDiagnosticChatIds)) {
5424
+ const diagnosticChatIds = rawDiagnosticChatIds.map((v) => typeof v === "string" || typeof v === "number" ? String(v).trim() : "").filter((v) => v.length > 0);
5425
+ if (diagnosticChatIds.length > 0) {
5426
+ telegramEnv.TELEGRAM_DIAGNOSTIC_CHAT_IDS = diagnosticChatIds.join(",");
5427
+ }
5428
+ }
5422
5429
  const rawPeerAgentMode = config["peer_agent_mode"];
5423
5430
  if (rawPeerAgentMode === "listen" || rawPeerAgentMode === "respond") {
5424
5431
  telegramEnv.TELEGRAM_PEER_AGENT_MODE = rawPeerAgentMode;
@@ -7578,4 +7585,4 @@ export {
7578
7585
  managerInstallSystemUnitCommand,
7579
7586
  managerUninstallSystemUnitCommand
7580
7587
  };
7581
- //# sourceMappingURL=chunk-2ITGJXXM.js.map
7588
+ //# sourceMappingURL=chunk-Y65ABH2V.js.map