@integrity-labs/agt-cli 0.28.941 → 0.28.943

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.
@@ -19,7 +19,7 @@ import {
19
19
  rotateDailySession,
20
20
  sessionFileExists,
21
21
  todayLocalIso
22
- } from "./chunk-4ZRXKEXO.js";
22
+ } from "./chunk-HF2GMFMJ.js";
23
23
  import {
24
24
  reapOrphanChannelMcps
25
25
  } from "./chunk-XWVM4KPK.js";
@@ -5730,4 +5730,4 @@ export {
5730
5730
  stopAllSessionsAndWait,
5731
5731
  getProjectDir
5732
5732
  };
5733
- //# sourceMappingURL=chunk-5LIYT2YF.js.map
5733
+ //# sourceMappingURL=chunk-NB7WT7MA.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-BBN5CBFI.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-VS57VBUF.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-7PLWWVWK.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-7ZXVEOXN.js.map
@@ -63,7 +63,7 @@ import {
63
63
  safeWriteJsonAtomic,
64
64
  setConfigHash,
65
65
  tripClass
66
- } from "../chunk-QEGO2ZVT.js";
66
+ } from "../chunk-44X625BP.js";
67
67
  import {
68
68
  getProjectDir as getProjectDir2,
69
69
  getReadyTasks,
@@ -136,7 +136,7 @@ import {
136
136
  takeZombieDetection,
137
137
  toOpencodeModel,
138
138
  writeEgressAllowlist
139
- } from "../chunk-5LIYT2YF.js";
139
+ } from "../chunk-NB7WT7MA.js";
140
140
  import {
141
141
  ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
142
142
  AnchorSessionClient,
@@ -232,7 +232,7 @@ import {
232
232
  subagentActivityAgeSeconds,
233
233
  sumTranscriptUsageInWindow,
234
234
  transcriptActivityAgeSeconds
235
- } from "../chunk-4ZRXKEXO.js";
235
+ } from "../chunk-HF2GMFMJ.js";
236
236
  import {
237
237
  reapOrphanChannelMcps
238
238
  } from "../chunk-XWVM4KPK.js";
@@ -13257,7 +13257,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
13257
13257
  var dayRolloverInboundHold = /* @__PURE__ */ new Map();
13258
13258
  var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
13259
13259
  async function channelInboundActivityAgeSecondsFor(codeName) {
13260
- const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-5GAOO7P4.js");
13260
+ const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-ZCNVWA6X.js");
13261
13261
  const newest = newestPendingInboundActivityMtimeMs(dirname11(paneLogPath(codeName)));
13262
13262
  if (newest === null) return null;
13263
13263
  return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
@@ -13942,7 +13942,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
13942
13942
  var lastVersionCheckAt = 0;
13943
13943
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
13944
13944
  var lastResponsivenessProbeAt = 0;
13945
- var agtCliVersion = true ? "0.28.941" : "dev";
13945
+ var agtCliVersion = true ? "0.28.943" : "dev";
13946
13946
  function resolveBrewPath(execFileSync2) {
13947
13947
  try {
13948
13948
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -15532,7 +15532,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
15532
15532
  if (codeNames.length === 0) return;
15533
15533
  void (async () => {
15534
15534
  try {
15535
- const { collectDiagnostics } = await import("../persistent-session-BBN5CBFI.js");
15535
+ const { collectDiagnostics } = await import("../persistent-session-VS57VBUF.js");
15536
15536
  await api.post("/host/heartbeat", {
15537
15537
  host_id: hostId,
15538
15538
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -15674,7 +15674,7 @@ async function pollCycleInner() {
15674
15674
  }
15675
15675
  try {
15676
15676
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
15677
- const { collectDiagnostics } = await import("../persistent-session-BBN5CBFI.js");
15677
+ const { collectDiagnostics } = await import("../persistent-session-VS57VBUF.js");
15678
15678
  const diagCodeNames = [...agentState.persistentSessionAgents];
15679
15679
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
15680
15680
  let tailscaleHostname;
@@ -15849,7 +15849,7 @@ async function pollCycleInner() {
15849
15849
  collectPanelessActivityProbes,
15850
15850
  getResponsivenessIntervalMs,
15851
15851
  occupancyQualificationClassifications
15852
- } = await import("../responsiveness-probe-5GAOO7P4.js");
15852
+ } = await import("../responsiveness-probe-ZCNVWA6X.js");
15853
15853
  const probeIntervalMs = getResponsivenessIntervalMs();
15854
15854
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
15855
15855
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -15966,7 +15966,7 @@ async function pollCycleInner() {
15966
15966
  collectResponsivenessProbes,
15967
15967
  livePendingInboundOldestAgeSeconds,
15968
15968
  parkPendingInbound
15969
- } = await import("../responsiveness-probe-5GAOO7P4.js");
15969
+ } = await import("../responsiveness-probe-ZCNVWA6X.js");
15970
15970
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
15971
15971
  const wedgeNow = /* @__PURE__ */ new Date();
15972
15972
  const liveAgents = agentState.persistentSessionAgents;
@@ -16122,7 +16122,7 @@ async function pollCycleInner() {
16122
16122
  }
16123
16123
  try {
16124
16124
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
16125
- const { probeSessionAuth } = await import("../session-auth-dead-FRVOFPZL.js");
16125
+ const { probeSessionAuth } = await import("../session-auth-dead-YDAYAWNL.js");
16126
16126
  const observations = [];
16127
16127
  const pendingCacheCommits = [];
16128
16128
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -20386,7 +20386,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20386
20386
  try {
20387
20387
  const freshId = rotateSessionForWedge(codeName);
20388
20388
  consecutiveWedgeCycles.delete(codeName);
20389
- const { parkPendingInbound: parkForRestart } = await import("../responsiveness-probe-5GAOO7P4.js");
20389
+ const { parkPendingInbound: parkForRestart } = await import("../responsiveness-probe-ZCNVWA6X.js");
20390
20390
  const { parked, deadLettered } = parkForRestart(codeName, /* @__PURE__ */ new Date());
20391
20391
  const parkNote = parked > 0 ? `, ${parked} inbound parked` : "";
20392
20392
  const deadNote = deadLettered > 0 ? `, ${deadLettered} undeliverable dead-lettered` : "";
@@ -20429,7 +20429,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20429
20429
  void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
20430
20430
  void (async () => {
20431
20431
  try {
20432
- const { collectDiagnostics } = await import("../persistent-session-BBN5CBFI.js");
20432
+ const { collectDiagnostics } = await import("../persistent-session-VS57VBUF.js");
20433
20433
  await api.post("/host/heartbeat", {
20434
20434
  host_id: hostId,
20435
20435
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -20480,7 +20480,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
20480
20480
  }
20481
20481
  try {
20482
20482
  const hostId = await getHostId();
20483
- const { collectDiagnostics } = await import("../persistent-session-BBN5CBFI.js");
20483
+ const { collectDiagnostics } = await import("../persistent-session-VS57VBUF.js");
20484
20484
  await api.post("/host/heartbeat", {
20485
20485
  host_id: hostId,
20486
20486
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -21122,7 +21122,7 @@ async function processClaudePairSessions(agents) {
21122
21122
  killPairSession,
21123
21123
  pairTmuxSession,
21124
21124
  finalizeClaudePairOnboarding
21125
- } = await import("../claude-pair-runtime-7PLWWVWK.js");
21125
+ } = await import("../claude-pair-runtime-7ZXVEOXN.js");
21126
21126
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
21127
21127
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
21128
21128
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -62,8 +62,8 @@ import {
62
62
  writeDirectChatSessionState,
63
63
  writeEgressAllowlist,
64
64
  writePersistentClaudeWrapper
65
- } from "./chunk-5LIYT2YF.js";
66
- import "./chunk-4ZRXKEXO.js";
65
+ } from "./chunk-NB7WT7MA.js";
66
+ import "./chunk-HF2GMFMJ.js";
67
67
  import "./chunk-XWVM4KPK.js";
68
68
  export {
69
69
  CLAUDE_HOST_WIDE,
@@ -130,4 +130,4 @@ export {
130
130
  writeEgressAllowlist,
131
131
  writePersistentClaudeWrapper
132
132
  };
133
- //# sourceMappingURL=persistent-session-BBN5CBFI.js.map
133
+ //# sourceMappingURL=persistent-session-VS57VBUF.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-5LIYT2YF.js";
4
- import "./chunk-4ZRXKEXO.js";
3
+ } from "./chunk-NB7WT7MA.js";
4
+ import "./chunk-HF2GMFMJ.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -799,4 +799,4 @@ export {
799
799
  readAndResetSlackReplyBindingClassifications,
800
800
  readAndResetSlackReplyTargetClassifications
801
801
  };
802
- //# sourceMappingURL=responsiveness-probe-5GAOO7P4.js.map
802
+ //# sourceMappingURL=responsiveness-probe-ZCNVWA6X.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-4ZRXKEXO.js";
3
+ } from "./chunk-HF2GMFMJ.js";
4
4
 
5
5
  // src/lib/session-auth-dead.ts
6
6
  import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
@@ -203,4 +203,4 @@ export {
203
203
  decideSessionAuthState,
204
204
  probeSessionAuth
205
205
  };
206
- //# sourceMappingURL=session-auth-dead-FRVOFPZL.js.map
206
+ //# sourceMappingURL=session-auth-dead-YDAYAWNL.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.941",
3
+ "version": "0.28.943",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {