@integrity-labs/agt-cli 0.28.527 → 0.28.528

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-C7ETZOWH.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-KAHG73SM.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-V7PPPPU5.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-KQOPJSUJ.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-HIHBCJWG.js";
56
+ } from "../chunk-7N55RDMG.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -177,7 +177,7 @@ import {
177
177
  toOpencodeModel,
178
178
  transcriptActivityAgeSeconds,
179
179
  writeEgressAllowlist
180
- } from "../chunk-Z4P4VEDU.js";
180
+ } from "../chunk-PR3QSOLI.js";
181
181
  import {
182
182
  reapOrphanChannelMcps
183
183
  } from "../chunk-XWVM4KPK.js";
@@ -10172,7 +10172,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10172
10172
  var lastVersionCheckAt = 0;
10173
10173
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10174
10174
  var lastResponsivenessProbeAt = 0;
10175
- var agtCliVersion = true ? "0.28.527" : "dev";
10175
+ var agtCliVersion = true ? "0.28.528" : "dev";
10176
10176
  function resolveBrewPath(execFileSync2) {
10177
10177
  try {
10178
10178
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11380,7 +11380,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11380
11380
  if (codeNames.length === 0) return;
11381
11381
  void (async () => {
11382
11382
  try {
11383
- const { collectDiagnostics } = await import("../persistent-session-C7ETZOWH.js");
11383
+ const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
11384
11384
  await api.post("/host/heartbeat", {
11385
11385
  host_id: hostId,
11386
11386
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11487,7 +11487,7 @@ async function pollCycle() {
11487
11487
  }
11488
11488
  try {
11489
11489
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11490
- const { collectDiagnostics } = await import("../persistent-session-C7ETZOWH.js");
11490
+ const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
11491
11491
  const diagCodeNames = [...agentState.persistentSessionAgents];
11492
11492
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11493
11493
  let tailscaleHostname;
@@ -11602,7 +11602,7 @@ async function pollCycle() {
11602
11602
  collectResponsivenessProbes,
11603
11603
  collectPanelessActivityProbes,
11604
11604
  getResponsivenessIntervalMs
11605
- } = await import("../responsiveness-probe-WHA7YNFM.js");
11605
+ } = await import("../responsiveness-probe-MKUXLX4F.js");
11606
11606
  const probeIntervalMs = getResponsivenessIntervalMs();
11607
11607
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11608
11608
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11666,7 +11666,7 @@ async function pollCycle() {
11666
11666
  collectResponsivenessProbes,
11667
11667
  livePendingInboundOldestAgeSeconds,
11668
11668
  parkPendingInbound
11669
- } = await import("../responsiveness-probe-WHA7YNFM.js");
11669
+ } = await import("../responsiveness-probe-MKUXLX4F.js");
11670
11670
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11671
11671
  const wedgeNow = /* @__PURE__ */ new Date();
11672
11672
  const liveAgents = agentState.persistentSessionAgents;
@@ -15186,7 +15186,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
15186
15186
  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}`));
15187
15187
  void (async () => {
15188
15188
  try {
15189
- const { collectDiagnostics } = await import("../persistent-session-C7ETZOWH.js");
15189
+ const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
15190
15190
  await api.post("/host/heartbeat", {
15191
15191
  host_id: hostId,
15192
15192
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15236,7 +15236,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15236
15236
  }
15237
15237
  try {
15238
15238
  const hostId = await getHostId();
15239
- const { collectDiagnostics } = await import("../persistent-session-C7ETZOWH.js");
15239
+ const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
15240
15240
  await api.post("/host/heartbeat", {
15241
15241
  host_id: hostId,
15242
15242
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15760,7 +15760,7 @@ async function processClaudePairSessions(agents) {
15760
15760
  killPairSession,
15761
15761
  pairTmuxSession,
15762
15762
  finalizeClaudePairOnboarding
15763
- } = await import("../claude-pair-runtime-V7PPPPU5.js");
15763
+ } = await import("../claude-pair-runtime-KQOPJSUJ.js");
15764
15764
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15765
15765
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15766
15766
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -37,7 +37,7 @@ import {
37
37
  writeDirectChatSessionState,
38
38
  writeEgressAllowlist,
39
39
  writePersistentClaudeWrapper
40
- } from "./chunk-Z4P4VEDU.js";
40
+ } from "./chunk-PR3QSOLI.js";
41
41
  import "./chunk-XWVM4KPK.js";
42
42
  export {
43
43
  EGRESS_BASELINE_DOMAINS,
@@ -79,4 +79,4 @@ export {
79
79
  writeEgressAllowlist,
80
80
  writePersistentClaudeWrapper
81
81
  };
82
- //# sourceMappingURL=persistent-session-C7ETZOWH.js.map
82
+ //# sourceMappingURL=persistent-session-KAHG73SM.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-Z4P4VEDU.js";
3
+ } from "./chunk-PR3QSOLI.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -664,4 +664,4 @@ export {
664
664
  readAndResetSlackReplyBindingClassifications,
665
665
  readAndResetSlackReplyTargetClassifications
666
666
  };
667
- //# sourceMappingURL=responsiveness-probe-WHA7YNFM.js.map
667
+ //# sourceMappingURL=responsiveness-probe-MKUXLX4F.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.527",
3
+ "version": "0.28.528",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {