@integrity-labs/agt-cli 0.27.151 → 0.27.152

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-CZQPV267.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-THI6WSPJ.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-AYMNAIYY.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-VSUJJO67.js.map
@@ -19,7 +19,7 @@ import {
19
19
  provisionStopHook,
20
20
  requireHost,
21
21
  safeWriteJsonAtomic
22
- } from "../chunk-EI2FRRGG.js";
22
+ } from "../chunk-CPXNNR4W.js";
23
23
  import {
24
24
  getProjectDir as getProjectDir2,
25
25
  getReadyTasks,
@@ -60,7 +60,7 @@ import {
60
60
  takeWatchdogGiveUpCount,
61
61
  takeZombieDetection,
62
62
  transcriptActivityAgeSeconds
63
- } from "../chunk-UF6HY7TN.js";
63
+ } from "../chunk-FF37P4BH.js";
64
64
  import {
65
65
  KANBAN_CHECK_COMMAND,
66
66
  MAX_AVATAR_ENV_URL_BYTES,
@@ -90,7 +90,7 @@ import {
90
90
  resolveDmTarget,
91
91
  worseConnectivityOutcome,
92
92
  wrapScheduledTaskPrompt
93
- } from "../chunk-K5XUY6PS.js";
93
+ } from "../chunk-FZTGR2AQ.js";
94
94
  import {
95
95
  parsePsRows,
96
96
  reapOrphanChannelMcps
@@ -1830,7 +1830,7 @@ var nodeArtifactFs = {
1830
1830
 
1831
1831
  // src/lib/usage-banner-monitor.ts
1832
1832
  var MIN_CHECK_INTERVAL_MS = 6e4;
1833
- var PANE_TAIL_LINES_FOR_BANNER = 200;
1833
+ var PANE_TAIL_LINES_FOR_BANNER = 5e3;
1834
1834
  var state = /* @__PURE__ */ new Map();
1835
1835
  async function maybeReportUsageBanner(args) {
1836
1836
  const { api: api2, codeName, agentId, log: log2 } = args;
@@ -4919,7 +4919,7 @@ var cachedMaintenanceWindow = null;
4919
4919
  var lastVersionCheckAt = 0;
4920
4920
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4921
4921
  var lastResponsivenessProbeAt = 0;
4922
- var agtCliVersion = true ? "0.27.151" : "dev";
4922
+ var agtCliVersion = true ? "0.27.152" : "dev";
4923
4923
  function resolveBrewPath(execFileSync4) {
4924
4924
  try {
4925
4925
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -6117,7 +6117,7 @@ async function pollCycle() {
6117
6117
  }
6118
6118
  try {
6119
6119
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
6120
- const { collectDiagnostics } = await import("../persistent-session-CZQPV267.js");
6120
+ const { collectDiagnostics } = await import("../persistent-session-THI6WSPJ.js");
6121
6121
  const diagCodeNames = [...agentState.persistentSessionAgents];
6122
6122
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
6123
6123
  let tailscaleHostname;
@@ -6204,12 +6204,12 @@ async function pollCycle() {
6204
6204
  const {
6205
6205
  collectResponsivenessProbes,
6206
6206
  getResponsivenessIntervalMs
6207
- } = await import("../responsiveness-probe-EW2ZLSZL.js");
6207
+ } = await import("../responsiveness-probe-UFF2EBGZ.js");
6208
6208
  const probeIntervalMs = getResponsivenessIntervalMs();
6209
6209
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
6210
6210
  const probeCodeNames = [...agentState.persistentSessionAgents];
6211
6211
  if (probeCodeNames.length > 0) {
6212
- const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-CZQPV267.js");
6212
+ const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-THI6WSPJ.js");
6213
6213
  const drainedGiveUps = /* @__PURE__ */ new Map();
6214
6214
  const drainedAcpxFailures = /* @__PURE__ */ new Map();
6215
6215
  const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
@@ -6243,7 +6243,7 @@ async function pollCycle() {
6243
6243
  collectResponsivenessProbes,
6244
6244
  livePendingInboundOldestAgeSeconds,
6245
6245
  deadLetterPendingInbound
6246
- } = await import("../responsiveness-probe-EW2ZLSZL.js");
6246
+ } = await import("../responsiveness-probe-UFF2EBGZ.js");
6247
6247
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
6248
6248
  const wedgeNow = /* @__PURE__ */ new Date();
6249
6249
  const liveAgents = agentState.persistentSessionAgents;
@@ -10805,7 +10805,7 @@ async function processClaudePairSessions(agents) {
10805
10805
  killPairSession,
10806
10806
  pairTmuxSession,
10807
10807
  finalizeClaudePairOnboarding
10808
- } = await import("../claude-pair-runtime-AYMNAIYY.js");
10808
+ } = await import("../claude-pair-runtime-VSUJJO67.js");
10809
10809
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10810
10810
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10811
10811
  const killed = await killPairSession(pairTmuxSession(pairId));