@integrity-labs/agt-cli 0.19.8 → 0.19.10

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-YEUFJMWF.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-XBRQN7XE.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  try {
106
106
  await execFileAsync("tmux", [
@@ -357,4 +357,4 @@ export {
357
357
  startClaudePair,
358
358
  submitClaudePairCode
359
359
  };
360
- //# sourceMappingURL=claude-pair-runtime-Q7PNH3ZK.js.map
360
+ //# sourceMappingURL=claude-pair-runtime-SJDLJNYF.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveChannels,
23
23
  resolveDmTarget,
24
24
  wrapScheduledTaskPrompt
25
- } from "../chunk-E4TNET3D.js";
25
+ } from "../chunk-VL4VCDEN.js";
26
26
  import {
27
27
  findTaskByTemplate,
28
28
  getProjectDir,
@@ -47,7 +47,7 @@ import {
47
47
  startPersistentSession,
48
48
  stopAllSessionsAndWait,
49
49
  stopPersistentSession
50
- } from "../chunk-EG5D3KUV.js";
50
+ } from "../chunk-QFWR2NV5.js";
51
51
 
52
52
  // src/lib/manager-worker.ts
53
53
  import { createHash } from "crypto";
@@ -1630,7 +1630,7 @@ function clearAgentCaches(agentId, codeName) {
1630
1630
  var cachedFrameworkVersion = null;
1631
1631
  var lastVersionCheckAt = 0;
1632
1632
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
1633
- var agtCliVersion = true ? "0.19.8" : "dev";
1633
+ var agtCliVersion = true ? "0.19.10" : "dev";
1634
1634
  function resolveBrewPath(execFileSync2) {
1635
1635
  try {
1636
1636
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -2533,7 +2533,7 @@ async function pollCycle() {
2533
2533
  }
2534
2534
  try {
2535
2535
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
2536
- const { collectDiagnostics } = await import("../persistent-session-YEUFJMWF.js");
2536
+ const { collectDiagnostics } = await import("../persistent-session-XBRQN7XE.js");
2537
2537
  const diagCodeNames = [...persistentSessionAgents];
2538
2538
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
2539
2539
  let tailscaleHostname;
@@ -5721,7 +5721,7 @@ async function processClaudePairSessions(agents) {
5721
5721
  killPairSession,
5722
5722
  pairTmuxSession,
5723
5723
  finalizeClaudePairOnboarding
5724
- } = await import("../claude-pair-runtime-Q7PNH3ZK.js");
5724
+ } = await import("../claude-pair-runtime-SJDLJNYF.js");
5725
5725
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
5726
5726
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
5727
5727
  const killed = await killPairSession(pairTmuxSession(pairId));