@integrity-labs/agt-cli 0.28.105 → 0.28.106

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-YUTJO6FU.js";
6
+ } from "./chunk-D22IMWAZ.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1565,4 +1565,4 @@ export {
1565
1565
  stopAllSessionsAndWait,
1566
1566
  getProjectDir
1567
1567
  };
1568
- //# sourceMappingURL=chunk-GBE523G5.js.map
1568
+ //# sourceMappingURL=chunk-O4OYAFTZ.js.map
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
100
100
  return { ok: true };
101
101
  } catch {
102
102
  }
103
- const { resolveClaudeBinary } = await import("./persistent-session-Q65SZNJ6.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-RMRG5HXI.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  const pairEnv = {
106
106
  ...process.env,
@@ -373,4 +373,4 @@ export {
373
373
  startClaudePair,
374
374
  submitClaudePairCode
375
375
  };
376
- //# sourceMappingURL=claude-pair-runtime-WOE2EELU.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-6DZEDQAG.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-5EVWGQ5X.js";
31
+ } from "../chunk-5VPPNSKR.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -71,7 +71,7 @@ import {
71
71
  takeZombieDetection,
72
72
  transcriptActivityAgeSeconds,
73
73
  writeEgressAllowlist
74
- } from "../chunk-GBE523G5.js";
74
+ } from "../chunk-O4OYAFTZ.js";
75
75
  import {
76
76
  FLAGS_SCHEMA_VERSION,
77
77
  FLAG_REGISTRY,
@@ -96,6 +96,7 @@ import {
96
96
  isParseError,
97
97
  isResolveError,
98
98
  isSelfCompletion,
99
+ laneTagFragment,
99
100
  parseDeliveryTarget,
100
101
  parseEnvIntegrations,
101
102
  parseTranscriptUsage,
@@ -106,7 +107,7 @@ import {
106
107
  resolveDmTarget,
107
108
  sumTranscriptUsageInWindow,
108
109
  wrapScheduledTaskPrompt
109
- } from "../chunk-YUTJO6FU.js";
110
+ } from "../chunk-D22IMWAZ.js";
110
111
  import {
111
112
  parsePsRows,
112
113
  reapOrphanChannelMcps
@@ -6992,7 +6993,7 @@ var cachedMaintenanceWindow = null;
6992
6993
  var lastVersionCheckAt = 0;
6993
6994
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6994
6995
  var lastResponsivenessProbeAt = 0;
6995
- var agtCliVersion = true ? "0.28.105" : "dev";
6996
+ var agtCliVersion = true ? "0.28.106" : "dev";
6996
6997
  function resolveBrewPath(execFileSync4) {
6997
6998
  try {
6998
6999
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -8103,7 +8104,7 @@ async function pollCycle() {
8103
8104
  }
8104
8105
  try {
8105
8106
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
8106
- const { collectDiagnostics } = await import("../persistent-session-Q65SZNJ6.js");
8107
+ const { collectDiagnostics } = await import("../persistent-session-RMRG5HXI.js");
8107
8108
  const diagCodeNames = [...agentState.persistentSessionAgents];
8108
8109
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
8109
8110
  let tailscaleHostname;
@@ -8204,7 +8205,7 @@ async function pollCycle() {
8204
8205
  const {
8205
8206
  collectResponsivenessProbes,
8206
8207
  getResponsivenessIntervalMs
8207
- } = await import("../responsiveness-probe-FS3JNFI2.js");
8208
+ } = await import("../responsiveness-probe-2KVIALGI.js");
8208
8209
  const probeIntervalMs = getResponsivenessIntervalMs();
8209
8210
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
8210
8211
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8236,7 +8237,7 @@ async function pollCycle() {
8236
8237
  collectResponsivenessProbes,
8237
8238
  livePendingInboundOldestAgeSeconds,
8238
8239
  parkPendingInbound
8239
- } = await import("../responsiveness-probe-FS3JNFI2.js");
8240
+ } = await import("../responsiveness-probe-2KVIALGI.js");
8240
8241
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
8241
8242
  const wedgeNow = /* @__PURE__ */ new Date();
8242
8243
  const liveAgents = agentState.persistentSessionAgents;
@@ -11345,7 +11346,7 @@ async function processDirectChatMessage(agent, msg) {
11345
11346
  }
11346
11347
  }
11347
11348
  const escapeXml = (value) => value.replaceAll("&", "&amp;").replaceAll("<", "&lt;").replaceAll(">", "&gt;").replaceAll('"', "&quot;").replaceAll("'", "&apos;");
11348
- const channelEnvelope = `<channel source="direct-chat" session_id="${escapeXml(msg.session_id)}" user="webapp">
11349
+ const channelEnvelope = `<channel source="direct-chat" session_id="${escapeXml(msg.session_id)}" user="webapp" ${laneTagFragment("conversational", true)}>
11349
11350
  ${escapeXml(msg.content)}
11350
11351
  </channel>`;
11351
11352
  const delivered = await injectMessage(
@@ -11764,7 +11765,7 @@ async function processClaudePairSessions(agents) {
11764
11765
  killPairSession,
11765
11766
  pairTmuxSession,
11766
11767
  finalizeClaudePairOnboarding
11767
- } = await import("../claude-pair-runtime-WOE2EELU.js");
11768
+ } = await import("../claude-pair-runtime-6DZEDQAG.js");
11768
11769
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11769
11770
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11770
11771
  const killed = await killPairSession(pairTmuxSession(pairId));