@integrity-labs/agt-cli 0.19.26 → 0.20.1

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-BVR3HES5.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-3RLZWXFR.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  const pairEnv = {
106
106
  ...process.env,
@@ -366,4 +366,4 @@ export {
366
366
  startClaudePair,
367
367
  submitClaudePairCode
368
368
  };
369
- //# sourceMappingURL=claude-pair-runtime-WA4BYPN5.js.map
369
+ //# sourceMappingURL=claude-pair-runtime-3WZQHRIQ.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveChannels,
23
23
  resolveDmTarget,
24
24
  wrapScheduledTaskPrompt
25
- } from "../chunk-V7PNYKIT.js";
25
+ } from "../chunk-Y3E5EFCM.js";
26
26
  import {
27
27
  findTaskByTemplate,
28
28
  getProjectDir,
@@ -50,7 +50,7 @@ import {
50
50
  startPersistentSession,
51
51
  stopAllSessionsAndWait,
52
52
  stopPersistentSession
53
- } from "../chunk-55SJYI7V.js";
53
+ } from "../chunk-5JHBDBDU.js";
54
54
 
55
55
  // src/lib/manager-worker.ts
56
56
  import { createHash as createHash2 } from "crypto";
@@ -2140,7 +2140,7 @@ function clearAgentCaches(agentId, codeName) {
2140
2140
  var cachedFrameworkVersion = null;
2141
2141
  var lastVersionCheckAt = 0;
2142
2142
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
2143
- var agtCliVersion = true ? "0.19.26" : "dev";
2143
+ var agtCliVersion = true ? "0.20.1" : "dev";
2144
2144
  function resolveBrewPath(execFileSync4) {
2145
2145
  try {
2146
2146
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -3044,7 +3044,7 @@ async function pollCycle() {
3044
3044
  }
3045
3045
  try {
3046
3046
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
3047
- const { collectDiagnostics } = await import("../persistent-session-BVR3HES5.js");
3047
+ const { collectDiagnostics } = await import("../persistent-session-3RLZWXFR.js");
3048
3048
  const diagCodeNames = [...persistentSessionAgents];
3049
3049
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
3050
3050
  let tailscaleHostname;
@@ -6410,7 +6410,7 @@ async function processClaudePairSessions(agents) {
6410
6410
  killPairSession,
6411
6411
  pairTmuxSession,
6412
6412
  finalizeClaudePairOnboarding
6413
- } = await import("../claude-pair-runtime-WA4BYPN5.js");
6413
+ } = await import("../claude-pair-runtime-3WZQHRIQ.js");
6414
6414
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
6415
6415
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
6416
6416
  const killed = await killPairSession(pairTmuxSession(pairId));