@integrity-labs/agt-cli 0.28.387 → 0.28.388

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-KQHWYEQF.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-5K4W5XOA.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-NVMVUAGS.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-72H4NOPM.js.map
@@ -43,7 +43,7 @@ import {
43
43
  resolveEffectivePinRaw,
44
44
  safeWriteJsonAtomic,
45
45
  setConfigHash
46
- } from "../chunk-ZNFB4AKQ.js";
46
+ } from "../chunk-3TKW2SSS.js";
47
47
  import {
48
48
  getProjectDir as getProjectDir2,
49
49
  getReadyTasks,
@@ -145,7 +145,7 @@ import {
145
145
  toOpencodeModel,
146
146
  transcriptActivityAgeSeconds,
147
147
  writeEgressAllowlist
148
- } from "../chunk-LAO2CUZU.js";
148
+ } from "../chunk-IJF4W6LC.js";
149
149
  import {
150
150
  reapOrphanChannelMcps
151
151
  } from "../chunk-XWVM4KPK.js";
@@ -9113,7 +9113,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
9113
9113
  var lastVersionCheckAt = 0;
9114
9114
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
9115
9115
  var lastResponsivenessProbeAt = 0;
9116
- var agtCliVersion = true ? "0.28.387" : "dev";
9116
+ var agtCliVersion = true ? "0.28.388" : "dev";
9117
9117
  function resolveBrewPath(execFileSync2) {
9118
9118
  try {
9119
9119
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -10245,7 +10245,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
10245
10245
  if (codeNames.length === 0) return;
10246
10246
  void (async () => {
10247
10247
  try {
10248
- const { collectDiagnostics } = await import("../persistent-session-KQHWYEQF.js");
10248
+ const { collectDiagnostics } = await import("../persistent-session-5K4W5XOA.js");
10249
10249
  await api.post("/host/heartbeat", {
10250
10250
  host_id: hostId,
10251
10251
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor)
@@ -10344,7 +10344,7 @@ async function pollCycle() {
10344
10344
  }
10345
10345
  try {
10346
10346
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
10347
- const { collectDiagnostics } = await import("../persistent-session-KQHWYEQF.js");
10347
+ const { collectDiagnostics } = await import("../persistent-session-5K4W5XOA.js");
10348
10348
  const diagCodeNames = [...agentState.persistentSessionAgents];
10349
10349
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor) : void 0;
10350
10350
  let tailscaleHostname;
@@ -10499,7 +10499,7 @@ async function pollCycle() {
10499
10499
  const {
10500
10500
  collectResponsivenessProbes,
10501
10501
  getResponsivenessIntervalMs
10502
- } = await import("../responsiveness-probe-5X6WVKUZ.js");
10502
+ } = await import("../responsiveness-probe-VOE7CREA.js");
10503
10503
  const probeIntervalMs = getResponsivenessIntervalMs();
10504
10504
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
10505
10505
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -10531,7 +10531,7 @@ async function pollCycle() {
10531
10531
  collectResponsivenessProbes,
10532
10532
  livePendingInboundOldestAgeSeconds,
10533
10533
  parkPendingInbound
10534
- } = await import("../responsiveness-probe-5X6WVKUZ.js");
10534
+ } = await import("../responsiveness-probe-VOE7CREA.js");
10535
10535
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-HYOOQV4A.js");
10536
10536
  const wedgeNow = /* @__PURE__ */ new Date();
10537
10537
  const liveAgents = agentState.persistentSessionAgents;
@@ -13742,7 +13742,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
13742
13742
  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}`));
13743
13743
  void (async () => {
13744
13744
  try {
13745
- const { collectDiagnostics } = await import("../persistent-session-KQHWYEQF.js");
13745
+ const { collectDiagnostics } = await import("../persistent-session-5K4W5XOA.js");
13746
13746
  await api.post("/host/heartbeat", {
13747
13747
  host_id: hostId,
13748
13748
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor)
@@ -13792,7 +13792,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
13792
13792
  }
13793
13793
  try {
13794
13794
  const hostId = await getHostId();
13795
- const { collectDiagnostics } = await import("../persistent-session-KQHWYEQF.js");
13795
+ const { collectDiagnostics } = await import("../persistent-session-5K4W5XOA.js");
13796
13796
  await api.post("/host/heartbeat", {
13797
13797
  host_id: hostId,
13798
13798
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor)
@@ -14245,7 +14245,7 @@ async function processClaudePairSessions(agents) {
14245
14245
  killPairSession,
14246
14246
  pairTmuxSession,
14247
14247
  finalizeClaudePairOnboarding
14248
- } = await import("../claude-pair-runtime-NVMVUAGS.js");
14248
+ } = await import("../claude-pair-runtime-72H4NOPM.js");
14249
14249
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
14250
14250
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
14251
14251
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-LAO2CUZU.js";
39
+ } from "./chunk-IJF4W6LC.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-KQHWYEQF.js.map
80
+ //# sourceMappingURL=persistent-session-5K4W5XOA.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-LAO2CUZU.js";
3
+ } from "./chunk-IJF4W6LC.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -437,4 +437,4 @@ export {
437
437
  readAndResetSlackReplyBindingClassifications,
438
438
  readAndResetSlackReplyTargetClassifications
439
439
  };
440
- //# sourceMappingURL=responsiveness-probe-5X6WVKUZ.js.map
440
+ //# sourceMappingURL=responsiveness-probe-VOE7CREA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.387",
3
+ "version": "0.28.388",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {