@integrity-labs/agt-cli 0.28.464 → 0.28.466

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-HRVZVAIL.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-UYMZ2MEI.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-VTW57E4U.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-63X4ERBM.js.map
@@ -42,7 +42,7 @@ import {
42
42
  resolveEffectivePinRaw,
43
43
  safeWriteJsonAtomic,
44
44
  setConfigHash
45
- } from "../chunk-Q5GHZOXL.js";
45
+ } from "../chunk-CL24G4D3.js";
46
46
  import {
47
47
  getProjectDir as getProjectDir2,
48
48
  getReadyTasks,
@@ -164,7 +164,7 @@ import {
164
164
  toOpencodeModel,
165
165
  transcriptActivityAgeSeconds,
166
166
  writeEgressAllowlist
167
- } from "../chunk-QZUECTC7.js";
167
+ } from "../chunk-GPSEUO2D.js";
168
168
  import {
169
169
  reapOrphanChannelMcps
170
170
  } from "../chunk-XWVM4KPK.js";
@@ -9976,7 +9976,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
9976
9976
  var lastVersionCheckAt = 0;
9977
9977
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
9978
9978
  var lastResponsivenessProbeAt = 0;
9979
- var agtCliVersion = true ? "0.28.464" : "dev";
9979
+ var agtCliVersion = true ? "0.28.466" : "dev";
9980
9980
  function resolveBrewPath(execFileSync2) {
9981
9981
  try {
9982
9982
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11137,7 +11137,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11137
11137
  if (codeNames.length === 0) return;
11138
11138
  void (async () => {
11139
11139
  try {
11140
- const { collectDiagnostics } = await import("../persistent-session-HRVZVAIL.js");
11140
+ const { collectDiagnostics } = await import("../persistent-session-UYMZ2MEI.js");
11141
11141
  await api.post("/host/heartbeat", {
11142
11142
  host_id: hostId,
11143
11143
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11244,7 +11244,7 @@ async function pollCycle() {
11244
11244
  }
11245
11245
  try {
11246
11246
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11247
- const { collectDiagnostics } = await import("../persistent-session-HRVZVAIL.js");
11247
+ const { collectDiagnostics } = await import("../persistent-session-UYMZ2MEI.js");
11248
11248
  const diagCodeNames = [...agentState.persistentSessionAgents];
11249
11249
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11250
11250
  let tailscaleHostname;
@@ -11358,7 +11358,7 @@ async function pollCycle() {
11358
11358
  collectResponsivenessProbes,
11359
11359
  collectPanelessActivityProbes,
11360
11360
  getResponsivenessIntervalMs
11361
- } = await import("../responsiveness-probe-UUVXQIQ4.js");
11361
+ } = await import("../responsiveness-probe-WXHKKJ7N.js");
11362
11362
  const probeIntervalMs = getResponsivenessIntervalMs();
11363
11363
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11364
11364
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11422,7 +11422,7 @@ async function pollCycle() {
11422
11422
  collectResponsivenessProbes,
11423
11423
  livePendingInboundOldestAgeSeconds,
11424
11424
  parkPendingInbound
11425
- } = await import("../responsiveness-probe-UUVXQIQ4.js");
11425
+ } = await import("../responsiveness-probe-WXHKKJ7N.js");
11426
11426
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11427
11427
  const wedgeNow = /* @__PURE__ */ new Date();
11428
11428
  const liveAgents = agentState.persistentSessionAgents;
@@ -14861,7 +14861,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
14861
14861
  void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
14862
14862
  void (async () => {
14863
14863
  try {
14864
- const { collectDiagnostics } = await import("../persistent-session-HRVZVAIL.js");
14864
+ const { collectDiagnostics } = await import("../persistent-session-UYMZ2MEI.js");
14865
14865
  await api.post("/host/heartbeat", {
14866
14866
  host_id: hostId,
14867
14867
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -14911,7 +14911,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
14911
14911
  }
14912
14912
  try {
14913
14913
  const hostId = await getHostId();
14914
- const { collectDiagnostics } = await import("../persistent-session-HRVZVAIL.js");
14914
+ const { collectDiagnostics } = await import("../persistent-session-UYMZ2MEI.js");
14915
14915
  await api.post("/host/heartbeat", {
14916
14916
  host_id: hostId,
14917
14917
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15369,7 +15369,7 @@ async function processClaudePairSessions(agents) {
15369
15369
  killPairSession,
15370
15370
  pairTmuxSession,
15371
15371
  finalizeClaudePairOnboarding
15372
- } = await import("../claude-pair-runtime-VTW57E4U.js");
15372
+ } = await import("../claude-pair-runtime-63X4ERBM.js");
15373
15373
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15374
15374
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15375
15375
  const killed = await killPairSession(pairTmuxSession(pairId));