@integrity-labs/agt-cli 0.27.151 → 0.27.153

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-2JIOMDRM.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
@@ -1690,12 +1690,7 @@ var DirectChatSpawnGate = class {
1690
1690
  import { join as join2 } from "path";
1691
1691
  import { homedir } from "os";
1692
1692
  import { readdir, stat, readFile } from "fs/promises";
1693
- var ARTIFACT_STREAM_ENV = "AUGMENTED_ARTIFACT_STREAM_ENABLED";
1694
1693
  var ARTEFACT_ENTRY_FILE = "index.html";
1695
- function isArtifactStreamingEnabled(env = process.env) {
1696
- const v = env[ARTIFACT_STREAM_ENV];
1697
- return v === "true" || v === "1";
1698
- }
1699
1694
  function errMessage(err) {
1700
1695
  return err instanceof Error ? err.message : String(err);
1701
1696
  }
@@ -1830,7 +1825,7 @@ var nodeArtifactFs = {
1830
1825
 
1831
1826
  // src/lib/usage-banner-monitor.ts
1832
1827
  var MIN_CHECK_INTERVAL_MS = 6e4;
1833
- var PANE_TAIL_LINES_FOR_BANNER = 200;
1828
+ var PANE_TAIL_LINES_FOR_BANNER = 5e3;
1834
1829
  var state = /* @__PURE__ */ new Map();
1835
1830
  async function maybeReportUsageBanner(args) {
1836
1831
  const { api: api2, codeName, agentId, log: log2 } = args;
@@ -4919,7 +4914,7 @@ var cachedMaintenanceWindow = null;
4919
4914
  var lastVersionCheckAt = 0;
4920
4915
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4921
4916
  var lastResponsivenessProbeAt = 0;
4922
- var agtCliVersion = true ? "0.27.151" : "dev";
4917
+ var agtCliVersion = true ? "0.27.153" : "dev";
4923
4918
  function resolveBrewPath(execFileSync4) {
4924
4919
  try {
4925
4920
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -6117,7 +6112,7 @@ async function pollCycle() {
6117
6112
  }
6118
6113
  try {
6119
6114
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
6120
- const { collectDiagnostics } = await import("../persistent-session-CZQPV267.js");
6115
+ const { collectDiagnostics } = await import("../persistent-session-THI6WSPJ.js");
6121
6116
  const diagCodeNames = [...agentState.persistentSessionAgents];
6122
6117
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
6123
6118
  let tailscaleHostname;
@@ -6204,12 +6199,12 @@ async function pollCycle() {
6204
6199
  const {
6205
6200
  collectResponsivenessProbes,
6206
6201
  getResponsivenessIntervalMs
6207
- } = await import("../responsiveness-probe-EW2ZLSZL.js");
6202
+ } = await import("../responsiveness-probe-UFF2EBGZ.js");
6208
6203
  const probeIntervalMs = getResponsivenessIntervalMs();
6209
6204
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
6210
6205
  const probeCodeNames = [...agentState.persistentSessionAgents];
6211
6206
  if (probeCodeNames.length > 0) {
6212
- const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-CZQPV267.js");
6207
+ const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-THI6WSPJ.js");
6213
6208
  const drainedGiveUps = /* @__PURE__ */ new Map();
6214
6209
  const drainedAcpxFailures = /* @__PURE__ */ new Map();
6215
6210
  const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
@@ -6243,7 +6238,7 @@ async function pollCycle() {
6243
6238
  collectResponsivenessProbes,
6244
6239
  livePendingInboundOldestAgeSeconds,
6245
6240
  deadLetterPendingInbound
6246
- } = await import("../responsiveness-probe-EW2ZLSZL.js");
6241
+ } = await import("../responsiveness-probe-UFF2EBGZ.js");
6247
6242
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
6248
6243
  const wedgeNow = /* @__PURE__ */ new Date();
6249
6244
  const liveAgents = agentState.persistentSessionAgents;
@@ -10805,7 +10800,7 @@ async function processClaudePairSessions(agents) {
10805
10800
  killPairSession,
10806
10801
  pairTmuxSession,
10807
10802
  finalizeClaudePairOnboarding
10808
- } = await import("../claude-pair-runtime-AYMNAIYY.js");
10803
+ } = await import("../claude-pair-runtime-VSUJJO67.js");
10809
10804
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10810
10805
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10811
10806
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -11318,7 +11313,6 @@ function stopCaffeinate() {
11318
11313
  var artifactScanners = /* @__PURE__ */ new Map();
11319
11314
  var artifactStreamingInFlight = false;
11320
11315
  async function driveArtifactStreaming() {
11321
- if (!isArtifactStreamingEnabled()) return;
11322
11316
  if (artifactStreamingInFlight) return;
11323
11317
  artifactStreamingInFlight = true;
11324
11318
  try {