@integrity-labs/agt-cli 0.28.156 → 0.28.158

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-42JGH4TP.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-N7WFONZC.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-YEJA2OWZ.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-SXO5Q5R6.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-OINH6USQ.js";
31
+ } from "../chunk-3OLFOA4F.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-AYN7K3DY.js";
73
+ } from "../chunk-E6ABR63O.js";
74
74
  import {
75
75
  FLAGS_SCHEMA_VERSION,
76
76
  FLAG_REGISTRY,
@@ -107,7 +107,7 @@ import {
107
107
  resolveChannels,
108
108
  resolveDmTarget,
109
109
  sumTranscriptUsageInWindow
110
- } from "../chunk-SKANUWSB.js";
110
+ } from "../chunk-TLX6ORJ5.js";
111
111
  import {
112
112
  parsePsRows,
113
113
  reapOrphanChannelMcps
@@ -6871,7 +6871,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6871
6871
  var lastVersionCheckAt = 0;
6872
6872
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6873
6873
  var lastResponsivenessProbeAt = 0;
6874
- var agtCliVersion = true ? "0.28.156" : "dev";
6874
+ var agtCliVersion = true ? "0.28.158" : "dev";
6875
6875
  function resolveBrewPath(execFileSync4) {
6876
6876
  try {
6877
6877
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -8004,7 +8004,7 @@ async function pollCycle() {
8004
8004
  }
8005
8005
  try {
8006
8006
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
8007
- const { collectDiagnostics } = await import("../persistent-session-42JGH4TP.js");
8007
+ const { collectDiagnostics } = await import("../persistent-session-N7WFONZC.js");
8008
8008
  const diagCodeNames = [...agentState.persistentSessionAgents];
8009
8009
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
8010
8010
  let tailscaleHostname;
@@ -8152,7 +8152,7 @@ async function pollCycle() {
8152
8152
  const {
8153
8153
  collectResponsivenessProbes,
8154
8154
  getResponsivenessIntervalMs
8155
- } = await import("../responsiveness-probe-P3H7BWPZ.js");
8155
+ } = await import("../responsiveness-probe-UXJY4YRL.js");
8156
8156
  const probeIntervalMs = getResponsivenessIntervalMs();
8157
8157
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
8158
8158
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8184,7 +8184,7 @@ async function pollCycle() {
8184
8184
  collectResponsivenessProbes,
8185
8185
  livePendingInboundOldestAgeSeconds,
8186
8186
  parkPendingInbound
8187
- } = await import("../responsiveness-probe-P3H7BWPZ.js");
8187
+ } = await import("../responsiveness-probe-UXJY4YRL.js");
8188
8188
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
8189
8189
  const wedgeNow = /* @__PURE__ */ new Date();
8190
8190
  const liveAgents = agentState.persistentSessionAgents;
@@ -11685,7 +11685,7 @@ async function processClaudePairSessions(agents) {
11685
11685
  killPairSession,
11686
11686
  pairTmuxSession,
11687
11687
  finalizeClaudePairOnboarding
11688
- } = await import("../claude-pair-runtime-YEJA2OWZ.js");
11688
+ } = await import("../claude-pair-runtime-SXO5Q5R6.js");
11689
11689
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11690
11690
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11691
11691
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -34,8 +34,8 @@ import {
34
34
  writeDirectChatSessionState,
35
35
  writeEgressAllowlist,
36
36
  writePersistentClaudeWrapper
37
- } from "./chunk-AYN7K3DY.js";
38
- import "./chunk-SKANUWSB.js";
37
+ } from "./chunk-E6ABR63O.js";
38
+ import "./chunk-TLX6ORJ5.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-42JGH4TP.js.map
77
+ //# sourceMappingURL=persistent-session-N7WFONZC.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-AYN7K3DY.js";
4
- import "./chunk-SKANUWSB.js";
3
+ } from "./chunk-E6ABR63O.js";
4
+ import "./chunk-TLX6ORJ5.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-P3H7BWPZ.js.map
307
+ //# sourceMappingURL=responsiveness-probe-UXJY4YRL.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.156",
3
+ "version": "0.28.158",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {