@integrity-labs/agt-cli 0.27.168 → 0.27.169

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-7BLPRGWR.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-V7ZLGIRQ.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-ZEFIYDUH.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-MO75D7NS.js.map
@@ -22,7 +22,7 @@ import {
22
22
  provisionStopHook,
23
23
  requireHost,
24
24
  safeWriteJsonAtomic
25
- } from "../chunk-ZQGQVROS.js";
25
+ } from "../chunk-4DWE64OJ.js";
26
26
  import {
27
27
  getProjectDir as getProjectDir2,
28
28
  getReadyTasks,
@@ -64,7 +64,7 @@ import {
64
64
  takeWatchdogGiveUpCount,
65
65
  takeZombieDetection,
66
66
  transcriptActivityAgeSeconds
67
- } from "../chunk-5TBIEU36.js";
67
+ } from "../chunk-4ULNASXC.js";
68
68
  import {
69
69
  FLAGS_SCHEMA_VERSION,
70
70
  KANBAN_CHECK_COMMAND,
@@ -96,7 +96,7 @@ import {
96
96
  sumTranscriptUsageInWindow,
97
97
  worseConnectivityOutcome,
98
98
  wrapScheduledTaskPrompt
99
- } from "../chunk-3A2H4ZLD.js";
99
+ } from "../chunk-L2UTBXZS.js";
100
100
  import {
101
101
  parsePsRows,
102
102
  reapOrphanChannelMcps
@@ -5041,7 +5041,7 @@ var cachedMaintenanceWindow = null;
5041
5041
  var lastVersionCheckAt = 0;
5042
5042
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
5043
5043
  var lastResponsivenessProbeAt = 0;
5044
- var agtCliVersion = true ? "0.27.168" : "dev";
5044
+ var agtCliVersion = true ? "0.27.169" : "dev";
5045
5045
  function resolveBrewPath(execFileSync4) {
5046
5046
  try {
5047
5047
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -6244,7 +6244,7 @@ async function pollCycle() {
6244
6244
  }
6245
6245
  try {
6246
6246
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
6247
- const { collectDiagnostics } = await import("../persistent-session-7BLPRGWR.js");
6247
+ const { collectDiagnostics } = await import("../persistent-session-V7ZLGIRQ.js");
6248
6248
  const diagCodeNames = [...agentState.persistentSessionAgents];
6249
6249
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
6250
6250
  let tailscaleHostname;
@@ -6338,12 +6338,12 @@ async function pollCycle() {
6338
6338
  const {
6339
6339
  collectResponsivenessProbes,
6340
6340
  getResponsivenessIntervalMs
6341
- } = await import("../responsiveness-probe-7NDEHXXZ.js");
6341
+ } = await import("../responsiveness-probe-3QYT7HXT.js");
6342
6342
  const probeIntervalMs = getResponsivenessIntervalMs();
6343
6343
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
6344
6344
  const probeCodeNames = [...agentState.persistentSessionAgents];
6345
6345
  if (probeCodeNames.length > 0) {
6346
- const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-7BLPRGWR.js");
6346
+ const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-V7ZLGIRQ.js");
6347
6347
  const drainedGiveUps = /* @__PURE__ */ new Map();
6348
6348
  const drainedAcpxFailures = /* @__PURE__ */ new Map();
6349
6349
  const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
@@ -6377,7 +6377,7 @@ async function pollCycle() {
6377
6377
  collectResponsivenessProbes,
6378
6378
  livePendingInboundOldestAgeSeconds,
6379
6379
  parkPendingInbound
6380
- } = await import("../responsiveness-probe-7NDEHXXZ.js");
6380
+ } = await import("../responsiveness-probe-3QYT7HXT.js");
6381
6381
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
6382
6382
  const wedgeNow = /* @__PURE__ */ new Date();
6383
6383
  const liveAgents = agentState.persistentSessionAgents;
@@ -10973,7 +10973,7 @@ async function processClaudePairSessions(agents) {
10973
10973
  killPairSession,
10974
10974
  pairTmuxSession,
10975
10975
  finalizeClaudePairOnboarding
10976
- } = await import("../claude-pair-runtime-ZEFIYDUH.js");
10976
+ } = await import("../claude-pair-runtime-MO75D7NS.js");
10977
10977
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10978
10978
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10979
10979
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -25,8 +25,8 @@ import {
25
25
  takeAcpxExecFailureCount,
26
26
  takeZombieDetection,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-5TBIEU36.js";
29
- import "./chunk-3A2H4ZLD.js";
28
+ } from "./chunk-4ULNASXC.js";
29
+ import "./chunk-L2UTBXZS.js";
30
30
  import "./chunk-XWVM4KPK.js";
31
31
  export {
32
32
  SEND_KEYS_ENTER_DELAY_MS,
@@ -56,4 +56,4 @@ export {
56
56
  takeZombieDetection,
57
57
  writePersistentClaudeWrapper
58
58
  };
59
- //# sourceMappingURL=persistent-session-7BLPRGWR.js.map
59
+ //# sourceMappingURL=persistent-session-V7ZLGIRQ.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-5TBIEU36.js";
4
- import "./chunk-3A2H4ZLD.js";
3
+ } from "./chunk-4ULNASXC.js";
4
+ import "./chunk-L2UTBXZS.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -195,4 +195,4 @@ export {
195
195
  oldestLivePendingInboundMtimeMs,
196
196
  parkPendingInbound
197
197
  };
198
- //# sourceMappingURL=responsiveness-probe-7NDEHXXZ.js.map
198
+ //# sourceMappingURL=responsiveness-probe-3QYT7HXT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.168",
3
+ "version": "0.27.169",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {