@integrity-labs/agt-cli 0.28.86 → 0.28.88

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.
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-E5TGFEDQ.js";
6
+ } from "./chunk-3G2D4VXI.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1395,4 +1395,4 @@ export {
1395
1395
  stopAllSessionsAndWait,
1396
1396
  getProjectDir
1397
1397
  };
1398
- //# sourceMappingURL=chunk-OZWBVM7M.js.map
1398
+ //# sourceMappingURL=chunk-5Z43ORR6.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveConnectivityProbe,
23
23
  worseConnectivityOutcome,
24
24
  wrapScheduledTaskPrompt
25
- } from "./chunk-E5TGFEDQ.js";
25
+ } from "./chunk-3G2D4VXI.js";
26
26
 
27
27
  // ../../packages/core/dist/integrations/registry.js
28
28
  var INTEGRATION_REGISTRY = [
@@ -6097,7 +6097,9 @@ ${sections}`
6097
6097
  AGT_HOST: resolvedAgtHostForTelegram,
6098
6098
  ...resolvedAgtApiKeyForTelegram ? { AGT_API_KEY: "${AGT_API_KEY}" } : {},
6099
6099
  ...options?.agentId ? { AGT_AGENT_ID: options.agentId } : {},
6100
- ...tzEnv
6100
+ ...tzEnv,
6101
+ // ENG-6582 (D16): stamp the verified turn initiator for broker MCPs.
6102
+ AGT_TURN_INITIATOR_FILE: join4(getAgentDir(codeName), ".current-turn-initiator.json")
6101
6103
  };
6102
6104
  if (allowedChats && allowedChats.length > 0) {
6103
6105
  telegramEnv.TELEGRAM_ALLOWED_CHATS = allowedChats.join(",");
@@ -7531,7 +7533,7 @@ function requireHost() {
7531
7533
  }
7532
7534
 
7533
7535
  // src/lib/api-client.ts
7534
- var agtCliVersion = true ? "0.28.86" : "dev";
7536
+ var agtCliVersion = true ? "0.28.88" : "dev";
7535
7537
  var lastConfigHash = null;
7536
7538
  function setConfigHash(hash) {
7537
7539
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8828,4 +8830,4 @@ export {
8828
8830
  managerInstallSystemUnitCommand,
8829
8831
  managerUninstallSystemUnitCommand
8830
8832
  };
8831
- //# sourceMappingURL=chunk-3EZHAJGB.js.map
8833
+ //# sourceMappingURL=chunk-ULHJX4A2.js.map