@integrity-labs/agt-cli 0.28.655 → 0.28.657

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-3O72XXK5.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-2W67OQUH.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-IK66PNDU.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-3CYAS6UC.js.map
@@ -55,7 +55,7 @@ import {
55
55
  safeWriteJsonAtomic,
56
56
  setConfigHash,
57
57
  tripClass
58
- } from "../chunk-452C2DZR.js";
58
+ } from "../chunk-PHIFSHBS.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-XGTAGSBI.js";
114
+ } from "../chunk-OBIOE63G.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-6KCM6UPT.js";
195
+ } from "../chunk-XUJIPPKF.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-D4OHFUWH.js");
11612
+ const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-44G7U6LR.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));
@@ -12252,7 +12252,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
12252
12252
  var lastVersionCheckAt = 0;
12253
12253
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
12254
12254
  var lastResponsivenessProbeAt = 0;
12255
- var agtCliVersion = true ? "0.28.655" : "dev";
12255
+ var agtCliVersion = true ? "0.28.657" : "dev";
12256
12256
  function resolveBrewPath(execFileSync3) {
12257
12257
  try {
12258
12258
  const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -13562,7 +13562,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
13562
13562
  if (codeNames.length === 0) return;
13563
13563
  void (async () => {
13564
13564
  try {
13565
- const { collectDiagnostics } = await import("../persistent-session-3O72XXK5.js");
13565
+ const { collectDiagnostics } = await import("../persistent-session-2W67OQUH.js");
13566
13566
  await api.post("/host/heartbeat", {
13567
13567
  host_id: hostId,
13568
13568
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -13678,7 +13678,7 @@ async function pollCycleInner() {
13678
13678
  }
13679
13679
  try {
13680
13680
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
13681
- const { collectDiagnostics } = await import("../persistent-session-3O72XXK5.js");
13681
+ const { collectDiagnostics } = await import("../persistent-session-2W67OQUH.js");
13682
13682
  const diagCodeNames = [...agentState.persistentSessionAgents];
13683
13683
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor) : void 0;
13684
13684
  let tailscaleHostname;
@@ -13801,7 +13801,7 @@ async function pollCycleInner() {
13801
13801
  collectPanelessActivityProbes,
13802
13802
  getResponsivenessIntervalMs,
13803
13803
  occupancyQualificationClassifications
13804
- } = await import("../responsiveness-probe-D4OHFUWH.js");
13804
+ } = await import("../responsiveness-probe-44G7U6LR.js");
13805
13805
  const probeIntervalMs = getResponsivenessIntervalMs();
13806
13806
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
13807
13807
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -13911,7 +13911,7 @@ async function pollCycleInner() {
13911
13911
  collectResponsivenessProbes,
13912
13912
  livePendingInboundOldestAgeSeconds,
13913
13913
  parkPendingInbound
13914
- } = await import("../responsiveness-probe-D4OHFUWH.js");
13914
+ } = await import("../responsiveness-probe-44G7U6LR.js");
13915
13915
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
13916
13916
  const wedgeNow = /* @__PURE__ */ new Date();
13917
13917
  const liveAgents = agentState.persistentSessionAgents;
@@ -14067,7 +14067,7 @@ async function pollCycleInner() {
14067
14067
  }
14068
14068
  try {
14069
14069
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
14070
- const { probeSessionAuth } = await import("../session-auth-dead-T3EAAOKZ.js");
14070
+ const { probeSessionAuth } = await import("../session-auth-dead-TNWKYZIA.js");
14071
14071
  const observations = [];
14072
14072
  const pendingCacheCommits = [];
14073
14073
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -17700,7 +17700,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
17700
17700
  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}`));
17701
17701
  void (async () => {
17702
17702
  try {
17703
- const { collectDiagnostics } = await import("../persistent-session-3O72XXK5.js");
17703
+ const { collectDiagnostics } = await import("../persistent-session-2W67OQUH.js");
17704
17704
  await api.post("/host/heartbeat", {
17705
17705
  host_id: hostId,
17706
17706
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -17751,7 +17751,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
17751
17751
  }
17752
17752
  try {
17753
17753
  const hostId = await getHostId();
17754
- const { collectDiagnostics } = await import("../persistent-session-3O72XXK5.js");
17754
+ const { collectDiagnostics } = await import("../persistent-session-2W67OQUH.js");
17755
17755
  await api.post("/host/heartbeat", {
17756
17756
  host_id: hostId,
17757
17757
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -18348,7 +18348,7 @@ async function processClaudePairSessions(agents) {
18348
18348
  killPairSession,
18349
18349
  pairTmuxSession,
18350
18350
  finalizeClaudePairOnboarding
18351
- } = await import("../claude-pair-runtime-IK66PNDU.js");
18351
+ } = await import("../claude-pair-runtime-3CYAS6UC.js");
18352
18352
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
18353
18353
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
18354
18354
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -32211,6 +32211,7 @@ var TIER_PATTERNS = [
32211
32211
 
32212
32212
  // ../core/dist/integrations/pending-approval.js
32213
32213
  var PENDING_APPROVAL_TTL_MS = 7 * 24 * 60 * 60 * 1e3;
32214
+ var PENDING_APPROVAL_GRACE_MS = 5 * 60 * 1e3;
32214
32215
 
32215
32216
  // ../core/dist/integrations/augmented-live/markup.js
32216
32217
  var MARKUP_MARKER = "__augmentedLiveMarkup";
package/dist/mcp/index.js CHANGED
@@ -39573,6 +39573,7 @@ var TIER_PATTERNS = [
39573
39573
 
39574
39574
  // ../core/dist/integrations/pending-approval.js
39575
39575
  var PENDING_APPROVAL_TTL_MS = 7 * 24 * 60 * 60 * 1e3;
39576
+ var PENDING_APPROVAL_GRACE_MS = 5 * 60 * 1e3;
39576
39577
 
39577
39578
  // ../core/dist/integrations/augmented-live/markup.js
39578
39579
  var MARKUP_MARKER = "__augmentedLiveMarkup";
@@ -38431,6 +38431,7 @@ var TIER_PATTERNS = [
38431
38431
 
38432
38432
  // ../core/dist/integrations/pending-approval.js
38433
38433
  var PENDING_APPROVAL_TTL_MS = 7 * 24 * 60 * 60 * 1e3;
38434
+ var PENDING_APPROVAL_GRACE_MS = 5 * 60 * 1e3;
38434
38435
 
38435
38436
  // ../core/dist/integrations/augmented-live/markup.js
38436
38437
  var MARKUP_MARKER = "__augmentedLiveMarkup";
@@ -32491,6 +32491,7 @@ var TIER_PATTERNS = [
32491
32491
 
32492
32492
  // ../core/dist/integrations/pending-approval.js
32493
32493
  var PENDING_APPROVAL_TTL_MS = 7 * 24 * 60 * 60 * 1e3;
32494
+ var PENDING_APPROVAL_GRACE_MS = 5 * 60 * 1e3;
32494
32495
 
32495
32496
  // ../core/dist/integrations/augmented-live/markup.js
32496
32497
  var MARKUP_MARKER = "__augmentedLiveMarkup";
@@ -32641,6 +32641,7 @@ var TIER_PATTERNS = [
32641
32641
 
32642
32642
  // ../core/dist/integrations/pending-approval.js
32643
32643
  var PENDING_APPROVAL_TTL_MS = 7 * 24 * 60 * 60 * 1e3;
32644
+ var PENDING_APPROVAL_GRACE_MS = 5 * 60 * 1e3;
32644
32645
 
32645
32646
  // ../core/dist/integrations/augmented-live/markup.js
32646
32647
  var MARKUP_MARKER = "__augmentedLiveMarkup";
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-XGTAGSBI.js";
47
- import "./chunk-6KCM6UPT.js";
46
+ } from "./chunk-OBIOE63G.js";
47
+ import "./chunk-XUJIPPKF.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-3O72XXK5.js.map
95
+ //# sourceMappingURL=persistent-session-2W67OQUH.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-XGTAGSBI.js";
4
- import "./chunk-6KCM6UPT.js";
3
+ } from "./chunk-OBIOE63G.js";
4
+ import "./chunk-XUJIPPKF.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-D4OHFUWH.js.map
730
+ //# sourceMappingURL=responsiveness-probe-44G7U6LR.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-6KCM6UPT.js";
3
+ } from "./chunk-XUJIPPKF.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-T3EAAOKZ.js.map
206
+ //# sourceMappingURL=session-auth-dead-TNWKYZIA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.655",
3
+ "version": "0.28.657",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {