@integrity-labs/agt-cli 0.28.181 → 0.28.183

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.
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-J36USBIR.js";
6
+ } from "./chunk-IDAJRLPK.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1588,4 +1588,4 @@ export {
1588
1588
  stopAllSessionsAndWait,
1589
1589
  getProjectDir
1590
1590
  };
1591
- //# sourceMappingURL=chunk-COJWP7W3.js.map
1591
+ //# sourceMappingURL=chunk-KE4NYCEP.js.map
@@ -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-MT7ZJLZR.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-2TNWAAKT.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-J3LRK6MS.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-D3O2UOA4.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-4PUAP6TD.js";
31
+ } from "../chunk-3QVZSJZF.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -70,7 +70,7 @@ import {
70
70
  takeZombieDetection,
71
71
  transcriptActivityAgeSeconds,
72
72
  writeEgressAllowlist
73
- } from "../chunk-COJWP7W3.js";
73
+ } from "../chunk-KE4NYCEP.js";
74
74
  import {
75
75
  CONVERSATION_FAILURE_CATEGORIES,
76
76
  DEFAULT_FRAMEWORK,
@@ -111,7 +111,7 @@ import {
111
111
  resolveChannels,
112
112
  resolveDmTarget,
113
113
  sumTranscriptUsageInWindow
114
- } from "../chunk-J36USBIR.js";
114
+ } from "../chunk-IDAJRLPK.js";
115
115
  import {
116
116
  parsePsRows,
117
117
  reapOrphanChannelMcps
@@ -6596,7 +6596,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6596
6596
  var lastVersionCheckAt = 0;
6597
6597
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6598
6598
  var lastResponsivenessProbeAt = 0;
6599
- var agtCliVersion = true ? "0.28.181" : "dev";
6599
+ var agtCliVersion = true ? "0.28.183" : "dev";
6600
6600
  function resolveBrewPath(execFileSync4) {
6601
6601
  try {
6602
6602
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7489,7 +7489,7 @@ async function pollCycle() {
7489
7489
  }
7490
7490
  try {
7491
7491
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
7492
- const { collectDiagnostics } = await import("../persistent-session-MT7ZJLZR.js");
7492
+ const { collectDiagnostics } = await import("../persistent-session-2TNWAAKT.js");
7493
7493
  const diagCodeNames = [...agentState.persistentSessionAgents];
7494
7494
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
7495
7495
  let tailscaleHostname;
@@ -7637,7 +7637,7 @@ async function pollCycle() {
7637
7637
  const {
7638
7638
  collectResponsivenessProbes,
7639
7639
  getResponsivenessIntervalMs
7640
- } = await import("../responsiveness-probe-H7P3OWBR.js");
7640
+ } = await import("../responsiveness-probe-VCFRALHX.js");
7641
7641
  const probeIntervalMs = getResponsivenessIntervalMs();
7642
7642
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
7643
7643
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -7669,7 +7669,7 @@ async function pollCycle() {
7669
7669
  collectResponsivenessProbes,
7670
7670
  livePendingInboundOldestAgeSeconds,
7671
7671
  parkPendingInbound
7672
- } = await import("../responsiveness-probe-H7P3OWBR.js");
7672
+ } = await import("../responsiveness-probe-VCFRALHX.js");
7673
7673
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
7674
7674
  const wedgeNow = /* @__PURE__ */ new Date();
7675
7675
  const liveAgents = agentState.persistentSessionAgents;
@@ -10644,7 +10644,7 @@ async function processClaudePairSessions(agents) {
10644
10644
  killPairSession,
10645
10645
  pairTmuxSession,
10646
10646
  finalizeClaudePairOnboarding
10647
- } = await import("../claude-pair-runtime-J3LRK6MS.js");
10647
+ } = await import("../claude-pair-runtime-D3O2UOA4.js");
10648
10648
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10649
10649
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10650
10650
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -34,8 +34,8 @@ import {
34
34
  writeDirectChatSessionState,
35
35
  writeEgressAllowlist,
36
36
  writePersistentClaudeWrapper
37
- } from "./chunk-COJWP7W3.js";
38
- import "./chunk-J36USBIR.js";
37
+ } from "./chunk-KE4NYCEP.js";
38
+ import "./chunk-IDAJRLPK.js";
39
39
  import "./chunk-XWVM4KPK.js";
40
40
  export {
41
41
  EGRESS_BASELINE_DOMAINS,
@@ -74,4 +74,4 @@ export {
74
74
  writeEgressAllowlist,
75
75
  writePersistentClaudeWrapper
76
76
  };
77
- //# sourceMappingURL=persistent-session-MT7ZJLZR.js.map
77
+ //# sourceMappingURL=persistent-session-2TNWAAKT.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-COJWP7W3.js";
4
- import "./chunk-J36USBIR.js";
3
+ } from "./chunk-KE4NYCEP.js";
4
+ import "./chunk-IDAJRLPK.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -304,4 +304,4 @@ export {
304
304
  readAndResetChannelDeflections,
305
305
  readAndResetChannelLaneClassifications
306
306
  };
307
- //# sourceMappingURL=responsiveness-probe-H7P3OWBR.js.map
307
+ //# sourceMappingURL=responsiveness-probe-VCFRALHX.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.181",
3
+ "version": "0.28.183",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {