@integrity-labs/agt-cli 0.28.662 → 0.28.663

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.
@@ -16,7 +16,7 @@ import {
16
16
  rotateDailySession,
17
17
  sessionFileExists,
18
18
  todayLocalIso
19
- } from "./chunk-SU2J2QRH.js";
19
+ } from "./chunk-MRHKXV7D.js";
20
20
  import {
21
21
  reapOrphanChannelMcps
22
22
  } from "./chunk-XWVM4KPK.js";
@@ -4322,4 +4322,4 @@ export {
4322
4322
  stopAllSessionsAndWait,
4323
4323
  getProjectDir
4324
4324
  };
4325
- //# sourceMappingURL=chunk-5JAUM7J2.js.map
4325
+ //# sourceMappingURL=chunk-ZHLGAOYL.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-WOZN2ORO.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-Z2CPEN6A.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-AAHU6VUL.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-36KWLDV6.js.map
@@ -55,7 +55,7 @@ import {
55
55
  safeWriteJsonAtomic,
56
56
  setConfigHash,
57
57
  tripClass
58
- } from "../chunk-77YTVCXK.js";
58
+ } from "../chunk-I7R5DFBQ.js";
59
59
  import {
60
60
  getProjectDir as getProjectDir2,
61
61
  getReadyTasks,
@@ -111,7 +111,7 @@ import {
111
111
  takeZombieDetection,
112
112
  toOpencodeModel,
113
113
  writeEgressAllowlist
114
- } from "../chunk-5JAUM7J2.js";
114
+ } from "../chunk-ZHLGAOYL.js";
115
115
  import {
116
116
  ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
117
117
  AnchorSessionClient,
@@ -192,7 +192,7 @@ import {
192
192
  subagentActivityAgeSeconds,
193
193
  sumTranscriptUsageInWindow,
194
194
  transcriptActivityAgeSeconds
195
- } from "../chunk-SU2J2QRH.js";
195
+ } from "../chunk-MRHKXV7D.js";
196
196
  import {
197
197
  reapOrphanChannelMcps
198
198
  } from "../chunk-XWVM4KPK.js";
@@ -11609,7 +11609,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
11609
11609
  var dayRolloverInboundHold = /* @__PURE__ */ new Map();
11610
11610
  var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
11611
11611
  async function channelInboundActivityAgeSecondsFor(codeName) {
11612
- const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-APGLAESO.js");
11612
+ const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-I3MCPV3Z.js");
11613
11613
  const newest = newestPendingInboundActivityMtimeMs(dirname10(paneLogPath(codeName)));
11614
11614
  if (newest === null) return null;
11615
11615
  return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
@@ -12253,7 +12253,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
12253
12253
  var lastVersionCheckAt = 0;
12254
12254
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
12255
12255
  var lastResponsivenessProbeAt = 0;
12256
- var agtCliVersion = true ? "0.28.662" : "dev";
12256
+ var agtCliVersion = true ? "0.28.663" : "dev";
12257
12257
  function resolveBrewPath(execFileSync3) {
12258
12258
  try {
12259
12259
  const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -13617,7 +13617,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
13617
13617
  if (codeNames.length === 0) return;
13618
13618
  void (async () => {
13619
13619
  try {
13620
- const { collectDiagnostics } = await import("../persistent-session-WOZN2ORO.js");
13620
+ const { collectDiagnostics } = await import("../persistent-session-Z2CPEN6A.js");
13621
13621
  await api.post("/host/heartbeat", {
13622
13622
  host_id: hostId,
13623
13623
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -13733,7 +13733,7 @@ async function pollCycleInner() {
13733
13733
  }
13734
13734
  try {
13735
13735
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
13736
- const { collectDiagnostics } = await import("../persistent-session-WOZN2ORO.js");
13736
+ const { collectDiagnostics } = await import("../persistent-session-Z2CPEN6A.js");
13737
13737
  const diagCodeNames = [...agentState.persistentSessionAgents];
13738
13738
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor) : void 0;
13739
13739
  let tailscaleHostname;
@@ -13872,7 +13872,7 @@ async function pollCycleInner() {
13872
13872
  collectPanelessActivityProbes,
13873
13873
  getResponsivenessIntervalMs,
13874
13874
  occupancyQualificationClassifications
13875
- } = await import("../responsiveness-probe-APGLAESO.js");
13875
+ } = await import("../responsiveness-probe-I3MCPV3Z.js");
13876
13876
  const probeIntervalMs = getResponsivenessIntervalMs();
13877
13877
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
13878
13878
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -13982,7 +13982,7 @@ async function pollCycleInner() {
13982
13982
  collectResponsivenessProbes,
13983
13983
  livePendingInboundOldestAgeSeconds,
13984
13984
  parkPendingInbound
13985
- } = await import("../responsiveness-probe-APGLAESO.js");
13985
+ } = await import("../responsiveness-probe-I3MCPV3Z.js");
13986
13986
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
13987
13987
  const wedgeNow = /* @__PURE__ */ new Date();
13988
13988
  const liveAgents = agentState.persistentSessionAgents;
@@ -14138,7 +14138,7 @@ async function pollCycleInner() {
14138
14138
  }
14139
14139
  try {
14140
14140
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
14141
- const { probeSessionAuth } = await import("../session-auth-dead-SMMFC3UF.js");
14141
+ const { probeSessionAuth } = await import("../session-auth-dead-XHOOI7MT.js");
14142
14142
  const observations = [];
14143
14143
  const pendingCacheCommits = [];
14144
14144
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -17812,7 +17812,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
17812
17812
  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}`));
17813
17813
  void (async () => {
17814
17814
  try {
17815
- const { collectDiagnostics } = await import("../persistent-session-WOZN2ORO.js");
17815
+ const { collectDiagnostics } = await import("../persistent-session-Z2CPEN6A.js");
17816
17816
  await api.post("/host/heartbeat", {
17817
17817
  host_id: hostId,
17818
17818
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -17863,7 +17863,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
17863
17863
  }
17864
17864
  try {
17865
17865
  const hostId = await getHostId();
17866
- const { collectDiagnostics } = await import("../persistent-session-WOZN2ORO.js");
17866
+ const { collectDiagnostics } = await import("../persistent-session-Z2CPEN6A.js");
17867
17867
  await api.post("/host/heartbeat", {
17868
17868
  host_id: hostId,
17869
17869
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -18460,7 +18460,7 @@ async function processClaudePairSessions(agents) {
18460
18460
  killPairSession,
18461
18461
  pairTmuxSession,
18462
18462
  finalizeClaudePairOnboarding
18463
- } = await import("../claude-pair-runtime-AAHU6VUL.js");
18463
+ } = await import("../claude-pair-runtime-36KWLDV6.js");
18464
18464
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
18465
18465
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
18466
18466
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-5JAUM7J2.js";
47
- import "./chunk-SU2J2QRH.js";
46
+ } from "./chunk-ZHLGAOYL.js";
47
+ import "./chunk-MRHKXV7D.js";
48
48
  import "./chunk-XWVM4KPK.js";
49
49
  export {
50
50
  EGRESS_BASELINE_DOMAINS,
@@ -92,4 +92,4 @@ export {
92
92
  writeEgressAllowlist,
93
93
  writePersistentClaudeWrapper
94
94
  };
95
- //# sourceMappingURL=persistent-session-WOZN2ORO.js.map
95
+ //# sourceMappingURL=persistent-session-Z2CPEN6A.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-5JAUM7J2.js";
4
- import "./chunk-SU2J2QRH.js";
3
+ } from "./chunk-ZHLGAOYL.js";
4
+ import "./chunk-MRHKXV7D.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -727,4 +727,4 @@ export {
727
727
  readAndResetSlackReplyBindingClassifications,
728
728
  readAndResetSlackReplyTargetClassifications
729
729
  };
730
- //# sourceMappingURL=responsiveness-probe-APGLAESO.js.map
730
+ //# sourceMappingURL=responsiveness-probe-I3MCPV3Z.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-SU2J2QRH.js";
3
+ } from "./chunk-MRHKXV7D.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-SMMFC3UF.js.map
206
+ //# sourceMappingURL=session-auth-dead-XHOOI7MT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.662",
3
+ "version": "0.28.663",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {