@integrity-labs/agt-cli 0.28.58 → 0.28.59

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-SJRG5VUF.js";
6
+ } from "./chunk-OEZEWEEG.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-MKKTPM6J.js.map
1398
+ //# sourceMappingURL=chunk-UA3LEZL4.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveConnectivityProbe,
23
23
  worseConnectivityOutcome,
24
24
  wrapScheduledTaskPrompt
25
- } from "./chunk-SJRG5VUF.js";
25
+ } from "./chunk-OEZEWEEG.js";
26
26
 
27
27
  // ../../packages/core/dist/integrations/registry.js
28
28
  var INTEGRATION_REGISTRY = [
@@ -7355,7 +7355,7 @@ function requireHost() {
7355
7355
  }
7356
7356
 
7357
7357
  // src/lib/api-client.ts
7358
- var agtCliVersion = true ? "0.28.58" : "dev";
7358
+ var agtCliVersion = true ? "0.28.59" : "dev";
7359
7359
  var lastConfigHash = null;
7360
7360
  function setConfigHash(hash) {
7361
7361
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8651,4 +8651,4 @@ export {
8651
8651
  managerInstallSystemUnitCommand,
8652
8652
  managerUninstallSystemUnitCommand
8653
8653
  };
8654
- //# sourceMappingURL=chunk-ZKHETP7Y.js.map
8654
+ //# sourceMappingURL=chunk-ZNOAT5RQ.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-INTCKEG6.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-42V6NGMR.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-RAAIXOKO.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-VSXYDPST.js.map
@@ -27,7 +27,7 @@ import {
27
27
  requireHost,
28
28
  safeWriteJsonAtomic,
29
29
  setConfigHash
30
- } from "../chunk-ZKHETP7Y.js";
30
+ } from "../chunk-ZNOAT5RQ.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-MKKTPM6J.js";
68
+ } from "../chunk-UA3LEZL4.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-SJRG5VUF.js";
99
+ } from "../chunk-OEZEWEEG.js";
100
100
  import {
101
101
  parsePsRows,
102
102
  reapOrphanChannelMcps
@@ -6701,7 +6701,7 @@ var cachedMaintenanceWindow = null;
6701
6701
  var lastVersionCheckAt = 0;
6702
6702
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6703
6703
  var lastResponsivenessProbeAt = 0;
6704
- var agtCliVersion = true ? "0.28.58" : "dev";
6704
+ var agtCliVersion = true ? "0.28.59" : "dev";
6705
6705
  function resolveBrewPath(execFileSync4) {
6706
6706
  try {
6707
6707
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7809,7 +7809,7 @@ async function pollCycle() {
7809
7809
  }
7810
7810
  try {
7811
7811
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
7812
- const { collectDiagnostics } = await import("../persistent-session-INTCKEG6.js");
7812
+ const { collectDiagnostics } = await import("../persistent-session-42V6NGMR.js");
7813
7813
  const diagCodeNames = [...agentState.persistentSessionAgents];
7814
7814
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
7815
7815
  let tailscaleHostname;
@@ -7910,7 +7910,7 @@ async function pollCycle() {
7910
7910
  const {
7911
7911
  collectResponsivenessProbes,
7912
7912
  getResponsivenessIntervalMs
7913
- } = await import("../responsiveness-probe-XAYQAVLV.js");
7913
+ } = await import("../responsiveness-probe-YSSYWWTG.js");
7914
7914
  const probeIntervalMs = getResponsivenessIntervalMs();
7915
7915
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
7916
7916
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -7942,7 +7942,7 @@ async function pollCycle() {
7942
7942
  collectResponsivenessProbes,
7943
7943
  livePendingInboundOldestAgeSeconds,
7944
7944
  parkPendingInbound
7945
- } = await import("../responsiveness-probe-XAYQAVLV.js");
7945
+ } = await import("../responsiveness-probe-YSSYWWTG.js");
7946
7946
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
7947
7947
  const wedgeNow = /* @__PURE__ */ new Date();
7948
7948
  const liveAgents = agentState.persistentSessionAgents;
@@ -11376,7 +11376,7 @@ async function processClaudePairSessions(agents) {
11376
11376
  killPairSession,
11377
11377
  pairTmuxSession,
11378
11378
  finalizeClaudePairOnboarding
11379
- } = await import("../claude-pair-runtime-RAAIXOKO.js");
11379
+ } = await import("../claude-pair-runtime-VSXYDPST.js");
11380
11380
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11381
11381
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11382
11382
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -14637,8 +14637,11 @@ function orphanSweepIntervalMs() {
14637
14637
  }
14638
14638
  var MAX_MARKER_REPLAYS = 3;
14639
14639
  function channelReplayEnabled() {
14640
- const v = process.env.AGT_CHANNEL_REPLAY_ENABLED;
14641
- return v === "1" || v === "true";
14640
+ return resolveHostBooleanFlag({
14641
+ key: "channel-replay",
14642
+ envVar: "AGT_CHANNEL_REPLAY_ENABLED",
14643
+ defaultValue: false
14644
+ });
14642
14645
  }
14643
14646
  function shouldReplayMarker(i) {
14644
14647
  if (!i.enabled) return false;
@@ -16438,8 +16438,11 @@ function orphanSweepIntervalMs() {
16438
16438
  }
16439
16439
  var MAX_MARKER_REPLAYS = 3;
16440
16440
  function channelReplayEnabled() {
16441
- const v = process.env.AGT_CHANNEL_REPLAY_ENABLED;
16442
- return v === "1" || v === "true";
16441
+ return resolveHostBooleanFlag({
16442
+ key: "channel-replay",
16443
+ envVar: "AGT_CHANNEL_REPLAY_ENABLED",
16444
+ defaultValue: false
16445
+ });
16443
16446
  }
16444
16447
  function shouldReplayMarker(i) {
16445
16448
  if (!i.enabled) return false;
@@ -25,8 +25,8 @@ import {
25
25
  takeZombieDetection,
26
26
  writeDirectChatSessionState,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-MKKTPM6J.js";
29
- import "./chunk-SJRG5VUF.js";
28
+ } from "./chunk-UA3LEZL4.js";
29
+ import "./chunk-OEZEWEEG.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-INTCKEG6.js.map
59
+ //# sourceMappingURL=persistent-session-42V6NGMR.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-MKKTPM6J.js";
4
- import "./chunk-SJRG5VUF.js";
3
+ } from "./chunk-UA3LEZL4.js";
4
+ import "./chunk-OEZEWEEG.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-XAYQAVLV.js.map
253
+ //# sourceMappingURL=responsiveness-probe-YSSYWWTG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.58",
3
+ "version": "0.28.59",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {