@integrity-labs/agt-cli 0.28.47 → 0.28.48

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-ONG7KSRP.js";
6
+ } from "./chunk-5CO27R3F.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1395,4 +1395,4 @@ export {
1395
1395
  stopAllSessionsAndWait,
1396
1396
  getProjectDir
1397
1397
  };
1398
- //# sourceMappingURL=chunk-UVE6VSU3.js.map
1398
+ //# sourceMappingURL=chunk-M5MBPE7H.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-Q73X7PPM.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-PZUQMDGX.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-QXRSXJ4D.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-F5WFIGUJ.js.map
@@ -27,7 +27,7 @@ import {
27
27
  requireHost,
28
28
  safeWriteJsonAtomic,
29
29
  setConfigHash
30
- } from "../chunk-FON5YIFK.js";
30
+ } from "../chunk-A5V5GSWV.js";
31
31
  import {
32
32
  getProjectDir as getProjectDir2,
33
33
  getReadyTasks,
@@ -65,7 +65,7 @@ import {
65
65
  takeWatchdogGiveUpCount,
66
66
  takeZombieDetection,
67
67
  transcriptActivityAgeSeconds
68
- } from "../chunk-UVE6VSU3.js";
68
+ } from "../chunk-M5MBPE7H.js";
69
69
  import {
70
70
  FLAGS_SCHEMA_VERSION,
71
71
  FLAG_REGISTRY,
@@ -96,7 +96,7 @@ import {
96
96
  resolveDmTarget,
97
97
  sumTranscriptUsageInWindow,
98
98
  wrapScheduledTaskPrompt
99
- } from "../chunk-ONG7KSRP.js";
99
+ } from "../chunk-5CO27R3F.js";
100
100
  import {
101
101
  parsePsRows,
102
102
  reapOrphanChannelMcps
@@ -6630,7 +6630,7 @@ var cachedMaintenanceWindow = null;
6630
6630
  var lastVersionCheckAt = 0;
6631
6631
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6632
6632
  var lastResponsivenessProbeAt = 0;
6633
- var agtCliVersion = true ? "0.28.47" : "dev";
6633
+ var agtCliVersion = true ? "0.28.48" : "dev";
6634
6634
  function resolveBrewPath(execFileSync4) {
6635
6635
  try {
6636
6636
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7739,7 +7739,7 @@ async function pollCycle() {
7739
7739
  }
7740
7740
  try {
7741
7741
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
7742
- const { collectDiagnostics } = await import("../persistent-session-Q73X7PPM.js");
7742
+ const { collectDiagnostics } = await import("../persistent-session-PZUQMDGX.js");
7743
7743
  const diagCodeNames = [...agentState.persistentSessionAgents];
7744
7744
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
7745
7745
  let tailscaleHostname;
@@ -7840,7 +7840,7 @@ async function pollCycle() {
7840
7840
  const {
7841
7841
  collectResponsivenessProbes,
7842
7842
  getResponsivenessIntervalMs
7843
- } = await import("../responsiveness-probe-R7WZXP2Y.js");
7843
+ } = await import("../responsiveness-probe-5TG3QMB2.js");
7844
7844
  const probeIntervalMs = getResponsivenessIntervalMs();
7845
7845
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
7846
7846
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -7872,7 +7872,7 @@ async function pollCycle() {
7872
7872
  collectResponsivenessProbes,
7873
7873
  livePendingInboundOldestAgeSeconds,
7874
7874
  parkPendingInbound
7875
- } = await import("../responsiveness-probe-R7WZXP2Y.js");
7875
+ } = await import("../responsiveness-probe-5TG3QMB2.js");
7876
7876
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
7877
7877
  const wedgeNow = /* @__PURE__ */ new Date();
7878
7878
  const liveAgents = agentState.persistentSessionAgents;
@@ -11276,7 +11276,7 @@ async function processClaudePairSessions(agents) {
11276
11276
  killPairSession,
11277
11277
  pairTmuxSession,
11278
11278
  finalizeClaudePairOnboarding
11279
- } = await import("../claude-pair-runtime-QXRSXJ4D.js");
11279
+ } = await import("../claude-pair-runtime-F5WFIGUJ.js");
11280
11280
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11281
11281
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11282
11282
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -25,8 +25,8 @@ import {
25
25
  takeZombieDetection,
26
26
  writeDirectChatSessionState,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-UVE6VSU3.js";
29
- import "./chunk-ONG7KSRP.js";
28
+ } from "./chunk-M5MBPE7H.js";
29
+ import "./chunk-5CO27R3F.js";
30
30
  import "./chunk-XWVM4KPK.js";
31
31
  export {
32
32
  SEND_KEYS_ENTER_DELAY_MS,
@@ -56,4 +56,4 @@ export {
56
56
  writeDirectChatSessionState,
57
57
  writePersistentClaudeWrapper
58
58
  };
59
- //# sourceMappingURL=persistent-session-Q73X7PPM.js.map
59
+ //# sourceMappingURL=persistent-session-PZUQMDGX.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-UVE6VSU3.js";
4
- import "./chunk-ONG7KSRP.js";
3
+ } from "./chunk-M5MBPE7H.js";
4
+ import "./chunk-5CO27R3F.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -250,4 +250,4 @@ export {
250
250
  parkPendingInbound,
251
251
  readAndResetChannelDeflections
252
252
  };
253
- //# sourceMappingURL=responsiveness-probe-R7WZXP2Y.js.map
253
+ //# sourceMappingURL=responsiveness-probe-5TG3QMB2.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.47",
3
+ "version": "0.28.48",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {