@integrity-labs/agt-cli 0.28.99 → 0.28.100

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,7 +100,7 @@ async function spawnPairSession(session) {
100
100
  return { ok: true };
101
101
  } catch {
102
102
  }
103
- const { resolveClaudeBinary } = await import("./persistent-session-3OABTEPN.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-6CU3BIHP.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-LDBMWVTP.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-JP3TEGDV.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-QPQRF6F4.js";
31
+ } from "../chunk-ZDBCKRVT.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-TGGRM5NJ.js";
74
+ } from "../chunk-WNN5WT42.js";
75
75
  import {
76
76
  FLAGS_SCHEMA_VERSION,
77
77
  FLAG_REGISTRY,
@@ -106,7 +106,7 @@ import {
106
106
  resolveDmTarget,
107
107
  sumTranscriptUsageInWindow,
108
108
  wrapScheduledTaskPrompt
109
- } from "../chunk-IPSZZQ3D.js";
109
+ } from "../chunk-5DYG42FL.js";
110
110
  import {
111
111
  parsePsRows,
112
112
  reapOrphanChannelMcps
@@ -6961,7 +6961,7 @@ var cachedMaintenanceWindow = null;
6961
6961
  var lastVersionCheckAt = 0;
6962
6962
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6963
6963
  var lastResponsivenessProbeAt = 0;
6964
- var agtCliVersion = true ? "0.28.99" : "dev";
6964
+ var agtCliVersion = true ? "0.28.100" : "dev";
6965
6965
  function resolveBrewPath(execFileSync4) {
6966
6966
  try {
6967
6967
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -8072,7 +8072,7 @@ async function pollCycle() {
8072
8072
  }
8073
8073
  try {
8074
8074
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
8075
- const { collectDiagnostics } = await import("../persistent-session-3OABTEPN.js");
8075
+ const { collectDiagnostics } = await import("../persistent-session-6CU3BIHP.js");
8076
8076
  const diagCodeNames = [...agentState.persistentSessionAgents];
8077
8077
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
8078
8078
  let tailscaleHostname;
@@ -8173,7 +8173,7 @@ async function pollCycle() {
8173
8173
  const {
8174
8174
  collectResponsivenessProbes,
8175
8175
  getResponsivenessIntervalMs
8176
- } = await import("../responsiveness-probe-IES7QHV5.js");
8176
+ } = await import("../responsiveness-probe-GLZZZ2OK.js");
8177
8177
  const probeIntervalMs = getResponsivenessIntervalMs();
8178
8178
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
8179
8179
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8205,7 +8205,7 @@ async function pollCycle() {
8205
8205
  collectResponsivenessProbes,
8206
8206
  livePendingInboundOldestAgeSeconds,
8207
8207
  parkPendingInbound
8208
- } = await import("../responsiveness-probe-IES7QHV5.js");
8208
+ } = await import("../responsiveness-probe-GLZZZ2OK.js");
8209
8209
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
8210
8210
  const wedgeNow = /* @__PURE__ */ new Date();
8211
8211
  const liveAgents = agentState.persistentSessionAgents;
@@ -11733,7 +11733,7 @@ async function processClaudePairSessions(agents) {
11733
11733
  killPairSession,
11734
11734
  pairTmuxSession,
11735
11735
  finalizeClaudePairOnboarding
11736
- } = await import("../claude-pair-runtime-LDBMWVTP.js");
11736
+ } = await import("../claude-pair-runtime-JP3TEGDV.js");
11737
11737
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11738
11738
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11739
11739
  const killed = await killPairSession(pairTmuxSession(pairId));