@integrity-labs/agt-cli 0.28.846 → 0.28.847

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.
@@ -18,7 +18,7 @@ import {
18
18
  rotateDailySession,
19
19
  sessionFileExists,
20
20
  todayLocalIso
21
- } from "./chunk-FMA2UULO.js";
21
+ } from "./chunk-MFU2FD4N.js";
22
22
  import {
23
23
  reapOrphanChannelMcps
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5431,4 +5431,4 @@ export {
5431
5431
  stopAllSessionsAndWait,
5432
5432
  getProjectDir
5433
5433
  };
5434
- //# sourceMappingURL=chunk-WDYMHXJP.js.map
5434
+ //# sourceMappingURL=chunk-PMQNTU7W.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-OWPX7UQX.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-JKES3FMW.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-VMDY3RD6.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-BQ5JUW5F.js.map
@@ -60,7 +60,7 @@ import {
60
60
  safeWriteJsonAtomic,
61
61
  setConfigHash,
62
62
  tripClass
63
- } from "../chunk-37YAM7WC.js";
63
+ } from "../chunk-3THOQFC6.js";
64
64
  import {
65
65
  getProjectDir as getProjectDir2,
66
66
  getReadyTasks,
@@ -126,7 +126,7 @@ import {
126
126
  takeZombieDetection,
127
127
  toOpencodeModel,
128
128
  writeEgressAllowlist
129
- } from "../chunk-WDYMHXJP.js";
129
+ } from "../chunk-PMQNTU7W.js";
130
130
  import {
131
131
  ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
132
132
  AnchorSessionClient,
@@ -221,7 +221,7 @@ import {
221
221
  subagentActivityAgeSeconds,
222
222
  sumTranscriptUsageInWindow,
223
223
  transcriptActivityAgeSeconds
224
- } from "../chunk-FMA2UULO.js";
224
+ } from "../chunk-MFU2FD4N.js";
225
225
  import {
226
226
  reapOrphanChannelMcps
227
227
  } from "../chunk-XWVM4KPK.js";
@@ -13021,7 +13021,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
13021
13021
  var dayRolloverInboundHold = /* @__PURE__ */ new Map();
13022
13022
  var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
13023
13023
  async function channelInboundActivityAgeSecondsFor(codeName) {
13024
- const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-ULCOBFNG.js");
13024
+ const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-P7EAWN6J.js");
13025
13025
  const newest = newestPendingInboundActivityMtimeMs(dirname11(paneLogPath(codeName)));
13026
13026
  if (newest === null) return null;
13027
13027
  return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
@@ -13689,7 +13689,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
13689
13689
  var lastVersionCheckAt = 0;
13690
13690
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
13691
13691
  var lastResponsivenessProbeAt = 0;
13692
- var agtCliVersion = true ? "0.28.846" : "dev";
13692
+ var agtCliVersion = true ? "0.28.847" : "dev";
13693
13693
  function resolveBrewPath(execFileSync2) {
13694
13694
  try {
13695
13695
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -15279,7 +15279,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
15279
15279
  if (codeNames.length === 0) return;
15280
15280
  void (async () => {
15281
15281
  try {
15282
- const { collectDiagnostics } = await import("../persistent-session-OWPX7UQX.js");
15282
+ const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
15283
15283
  await api.post("/host/heartbeat", {
15284
15284
  host_id: hostId,
15285
15285
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -15421,7 +15421,7 @@ async function pollCycleInner() {
15421
15421
  }
15422
15422
  try {
15423
15423
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
15424
- const { collectDiagnostics } = await import("../persistent-session-OWPX7UQX.js");
15424
+ const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
15425
15425
  const diagCodeNames = [...agentState.persistentSessionAgents];
15426
15426
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
15427
15427
  let tailscaleHostname;
@@ -15590,7 +15590,7 @@ async function pollCycleInner() {
15590
15590
  collectPanelessActivityProbes,
15591
15591
  getResponsivenessIntervalMs,
15592
15592
  occupancyQualificationClassifications
15593
- } = await import("../responsiveness-probe-ULCOBFNG.js");
15593
+ } = await import("../responsiveness-probe-P7EAWN6J.js");
15594
15594
  const probeIntervalMs = getResponsivenessIntervalMs();
15595
15595
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
15596
15596
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -15707,7 +15707,7 @@ async function pollCycleInner() {
15707
15707
  collectResponsivenessProbes,
15708
15708
  livePendingInboundOldestAgeSeconds,
15709
15709
  parkPendingInbound
15710
- } = await import("../responsiveness-probe-ULCOBFNG.js");
15710
+ } = await import("../responsiveness-probe-P7EAWN6J.js");
15711
15711
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
15712
15712
  const wedgeNow = /* @__PURE__ */ new Date();
15713
15713
  const liveAgents = agentState.persistentSessionAgents;
@@ -15863,7 +15863,7 @@ async function pollCycleInner() {
15863
15863
  }
15864
15864
  try {
15865
15865
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
15866
- const { probeSessionAuth } = await import("../session-auth-dead-AQBSFCQO.js");
15866
+ const { probeSessionAuth } = await import("../session-auth-dead-IFU2XLHO.js");
15867
15867
  const observations = [];
15868
15868
  const pendingCacheCommits = [];
15869
15869
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -20106,7 +20106,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20106
20106
  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}`));
20107
20107
  void (async () => {
20108
20108
  try {
20109
- const { collectDiagnostics } = await import("../persistent-session-OWPX7UQX.js");
20109
+ const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
20110
20110
  await api.post("/host/heartbeat", {
20111
20111
  host_id: hostId,
20112
20112
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -20152,7 +20152,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
20152
20152
  }
20153
20153
  try {
20154
20154
  const hostId = await getHostId();
20155
- const { collectDiagnostics } = await import("../persistent-session-OWPX7UQX.js");
20155
+ const { collectDiagnostics } = await import("../persistent-session-JKES3FMW.js");
20156
20156
  await api.post("/host/heartbeat", {
20157
20157
  host_id: hostId,
20158
20158
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -20788,7 +20788,7 @@ async function processClaudePairSessions(agents) {
20788
20788
  killPairSession,
20789
20789
  pairTmuxSession,
20790
20790
  finalizeClaudePairOnboarding
20791
- } = await import("../claude-pair-runtime-VMDY3RD6.js");
20791
+ } = await import("../claude-pair-runtime-BQ5JUW5F.js");
20792
20792
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
20793
20793
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
20794
20794
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -54,8 +54,8 @@ import {
54
54
  writeDirectChatSessionState,
55
55
  writeEgressAllowlist,
56
56
  writePersistentClaudeWrapper
57
- } from "./chunk-WDYMHXJP.js";
58
- import "./chunk-FMA2UULO.js";
57
+ } from "./chunk-PMQNTU7W.js";
58
+ import "./chunk-MFU2FD4N.js";
59
59
  import "./chunk-XWVM4KPK.js";
60
60
  export {
61
61
  EGRESS_BASELINE_DOMAINS,
@@ -114,4 +114,4 @@ export {
114
114
  writeEgressAllowlist,
115
115
  writePersistentClaudeWrapper
116
116
  };
117
- //# sourceMappingURL=persistent-session-OWPX7UQX.js.map
117
+ //# sourceMappingURL=persistent-session-JKES3FMW.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-WDYMHXJP.js";
4
- import "./chunk-FMA2UULO.js";
3
+ } from "./chunk-PMQNTU7W.js";
4
+ import "./chunk-MFU2FD4N.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -764,4 +764,4 @@ export {
764
764
  readAndResetSlackReplyBindingClassifications,
765
765
  readAndResetSlackReplyTargetClassifications
766
766
  };
767
- //# sourceMappingURL=responsiveness-probe-ULCOBFNG.js.map
767
+ //# sourceMappingURL=responsiveness-probe-P7EAWN6J.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-FMA2UULO.js";
3
+ } from "./chunk-MFU2FD4N.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-AQBSFCQO.js.map
206
+ //# sourceMappingURL=session-auth-dead-IFU2XLHO.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.846",
3
+ "version": "0.28.847",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {