@integrity-labs/agt-cli 0.28.537 → 0.28.539

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-P4G3OG7N.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-D47WOTHA.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-EAGTWLTC.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-FHNWMTUH.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-ZD6CJ7UE.js";
56
+ } from "../chunk-TR2H3AGK.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -180,7 +180,7 @@ import {
180
180
  toOpencodeModel,
181
181
  transcriptActivityAgeSeconds,
182
182
  writeEgressAllowlist
183
- } from "../chunk-FONX6SU6.js";
183
+ } from "../chunk-N6HD5UG4.js";
184
184
  import {
185
185
  reapOrphanChannelMcps
186
186
  } from "../chunk-XWVM4KPK.js";
@@ -10369,7 +10369,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10369
10369
  var lastVersionCheckAt = 0;
10370
10370
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10371
10371
  var lastResponsivenessProbeAt = 0;
10372
- var agtCliVersion = true ? "0.28.537" : "dev";
10372
+ var agtCliVersion = true ? "0.28.539" : "dev";
10373
10373
  function resolveBrewPath(execFileSync2) {
10374
10374
  try {
10375
10375
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11580,7 +11580,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11580
11580
  if (codeNames.length === 0) return;
11581
11581
  void (async () => {
11582
11582
  try {
11583
- const { collectDiagnostics } = await import("../persistent-session-P4G3OG7N.js");
11583
+ const { collectDiagnostics } = await import("../persistent-session-D47WOTHA.js");
11584
11584
  await api.post("/host/heartbeat", {
11585
11585
  host_id: hostId,
11586
11586
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11687,7 +11687,7 @@ async function pollCycle() {
11687
11687
  }
11688
11688
  try {
11689
11689
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11690
- const { collectDiagnostics } = await import("../persistent-session-P4G3OG7N.js");
11690
+ const { collectDiagnostics } = await import("../persistent-session-D47WOTHA.js");
11691
11691
  const diagCodeNames = [...agentState.persistentSessionAgents];
11692
11692
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11693
11693
  let tailscaleHostname;
@@ -11803,7 +11803,7 @@ async function pollCycle() {
11803
11803
  collectPanelessActivityProbes,
11804
11804
  getResponsivenessIntervalMs,
11805
11805
  occupancyQualificationClassifications
11806
- } = await import("../responsiveness-probe-FWQ7RQCW.js");
11806
+ } = await import("../responsiveness-probe-HZUQTMSG.js");
11807
11807
  const probeIntervalMs = getResponsivenessIntervalMs();
11808
11808
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11809
11809
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11894,7 +11894,7 @@ async function pollCycle() {
11894
11894
  collectResponsivenessProbes,
11895
11895
  livePendingInboundOldestAgeSeconds,
11896
11896
  parkPendingInbound
11897
- } = await import("../responsiveness-probe-FWQ7RQCW.js");
11897
+ } = await import("../responsiveness-probe-HZUQTMSG.js");
11898
11898
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11899
11899
  const wedgeNow = /* @__PURE__ */ new Date();
11900
11900
  const liveAgents = agentState.persistentSessionAgents;
@@ -15424,7 +15424,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
15424
15424
  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}`));
15425
15425
  void (async () => {
15426
15426
  try {
15427
- const { collectDiagnostics } = await import("../persistent-session-P4G3OG7N.js");
15427
+ const { collectDiagnostics } = await import("../persistent-session-D47WOTHA.js");
15428
15428
  await api.post("/host/heartbeat", {
15429
15429
  host_id: hostId,
15430
15430
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15474,7 +15474,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15474
15474
  }
15475
15475
  try {
15476
15476
  const hostId = await getHostId();
15477
- const { collectDiagnostics } = await import("../persistent-session-P4G3OG7N.js");
15477
+ const { collectDiagnostics } = await import("../persistent-session-D47WOTHA.js");
15478
15478
  await api.post("/host/heartbeat", {
15479
15479
  host_id: hostId,
15480
15480
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15998,7 +15998,7 @@ async function processClaudePairSessions(agents) {
15998
15998
  killPairSession,
15999
15999
  pairTmuxSession,
16000
16000
  finalizeClaudePairOnboarding
16001
- } = await import("../claude-pair-runtime-EAGTWLTC.js");
16001
+ } = await import("../claude-pair-runtime-FHNWMTUH.js");
16002
16002
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
16003
16003
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
16004
16004
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -41,7 +41,7 @@ import {
41
41
  writeDirectChatSessionState,
42
42
  writeEgressAllowlist,
43
43
  writePersistentClaudeWrapper
44
- } from "./chunk-FONX6SU6.js";
44
+ } from "./chunk-N6HD5UG4.js";
45
45
  import "./chunk-XWVM4KPK.js";
46
46
  export {
47
47
  EGRESS_BASELINE_DOMAINS,
@@ -87,4 +87,4 @@ export {
87
87
  writeEgressAllowlist,
88
88
  writePersistentClaudeWrapper
89
89
  };
90
- //# sourceMappingURL=persistent-session-P4G3OG7N.js.map
90
+ //# sourceMappingURL=persistent-session-D47WOTHA.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-FONX6SU6.js";
3
+ } from "./chunk-N6HD5UG4.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-FWQ7RQCW.js.map
692
+ //# sourceMappingURL=responsiveness-probe-HZUQTMSG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.537",
3
+ "version": "0.28.539",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {