@integrity-labs/agt-cli 0.28.592 → 0.28.593

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-ISHB2ACR.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-JLTLTQHQ.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-UKXF7UJ6.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-PBFR6UGJ.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-NRP5FPSD.js";
56
+ } from "../chunk-BYCE4V7Q.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -184,7 +184,7 @@ import {
184
184
  toOpencodeModel,
185
185
  transcriptActivityAgeSeconds,
186
186
  writeEgressAllowlist
187
- } from "../chunk-ZILMYD5B.js";
187
+ } from "../chunk-TKWDYMM3.js";
188
188
  import {
189
189
  reapOrphanChannelMcps
190
190
  } from "../chunk-XWVM4KPK.js";
@@ -11684,7 +11684,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
11684
11684
  var lastVersionCheckAt = 0;
11685
11685
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
11686
11686
  var lastResponsivenessProbeAt = 0;
11687
- var agtCliVersion = true ? "0.28.592" : "dev";
11687
+ var agtCliVersion = true ? "0.28.593" : "dev";
11688
11688
  function resolveBrewPath(execFileSync2) {
11689
11689
  try {
11690
11690
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -12991,7 +12991,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
12991
12991
  if (codeNames.length === 0) return;
12992
12992
  void (async () => {
12993
12993
  try {
12994
- const { collectDiagnostics } = await import("../persistent-session-ISHB2ACR.js");
12994
+ const { collectDiagnostics } = await import("../persistent-session-JLTLTQHQ.js");
12995
12995
  await api.post("/host/heartbeat", {
12996
12996
  host_id: hostId,
12997
12997
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -13099,7 +13099,7 @@ async function pollCycle() {
13099
13099
  }
13100
13100
  try {
13101
13101
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
13102
- const { collectDiagnostics } = await import("../persistent-session-ISHB2ACR.js");
13102
+ const { collectDiagnostics } = await import("../persistent-session-JLTLTQHQ.js");
13103
13103
  const diagCodeNames = [...agentState.persistentSessionAgents];
13104
13104
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics) : void 0;
13105
13105
  let tailscaleHostname;
@@ -13222,7 +13222,7 @@ async function pollCycle() {
13222
13222
  collectPanelessActivityProbes,
13223
13223
  getResponsivenessIntervalMs,
13224
13224
  occupancyQualificationClassifications
13225
- } = await import("../responsiveness-probe-HXYUPTA7.js");
13225
+ } = await import("../responsiveness-probe-4GJUK5GG.js");
13226
13226
  const probeIntervalMs = getResponsivenessIntervalMs();
13227
13227
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
13228
13228
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -13313,7 +13313,7 @@ async function pollCycle() {
13313
13313
  collectResponsivenessProbes,
13314
13314
  livePendingInboundOldestAgeSeconds,
13315
13315
  parkPendingInbound
13316
- } = await import("../responsiveness-probe-HXYUPTA7.js");
13316
+ } = await import("../responsiveness-probe-4GJUK5GG.js");
13317
13317
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
13318
13318
  const wedgeNow = /* @__PURE__ */ new Date();
13319
13319
  const liveAgents = agentState.persistentSessionAgents;
@@ -16884,7 +16884,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
16884
16884
  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}`));
16885
16885
  void (async () => {
16886
16886
  try {
16887
- const { collectDiagnostics } = await import("../persistent-session-ISHB2ACR.js");
16887
+ const { collectDiagnostics } = await import("../persistent-session-JLTLTQHQ.js");
16888
16888
  await api.post("/host/heartbeat", {
16889
16889
  host_id: hostId,
16890
16890
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -16935,7 +16935,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
16935
16935
  }
16936
16936
  try {
16937
16937
  const hostId = await getHostId();
16938
- const { collectDiagnostics } = await import("../persistent-session-ISHB2ACR.js");
16938
+ const { collectDiagnostics } = await import("../persistent-session-JLTLTQHQ.js");
16939
16939
  await api.post("/host/heartbeat", {
16940
16940
  host_id: hostId,
16941
16941
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -17513,7 +17513,7 @@ async function processClaudePairSessions(agents) {
17513
17513
  killPairSession,
17514
17514
  pairTmuxSession,
17515
17515
  finalizeClaudePairOnboarding
17516
- } = await import("../claude-pair-runtime-UKXF7UJ6.js");
17516
+ } = await import("../claude-pair-runtime-PBFR6UGJ.js");
17517
17517
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
17518
17518
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
17519
17519
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -43,7 +43,7 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-ZILMYD5B.js";
46
+ } from "./chunk-TKWDYMM3.js";
47
47
  import "./chunk-XWVM4KPK.js";
48
48
  export {
49
49
  EGRESS_BASELINE_DOMAINS,
@@ -91,4 +91,4 @@ export {
91
91
  writeEgressAllowlist,
92
92
  writePersistentClaudeWrapper
93
93
  };
94
- //# sourceMappingURL=persistent-session-ISHB2ACR.js.map
94
+ //# sourceMappingURL=persistent-session-JLTLTQHQ.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-ZILMYD5B.js";
3
+ } from "./chunk-TKWDYMM3.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -689,4 +689,4 @@ export {
689
689
  readAndResetSlackReplyBindingClassifications,
690
690
  readAndResetSlackReplyTargetClassifications
691
691
  };
692
- //# sourceMappingURL=responsiveness-probe-HXYUPTA7.js.map
692
+ //# sourceMappingURL=responsiveness-probe-4GJUK5GG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.592",
3
+ "version": "0.28.593",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {