@integrity-labs/agt-cli 0.28.588 → 0.28.589

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-V5MSWCUI.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-D4NE7KEU.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-LAR36LFE.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-673RQWL5.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-4G52LVUD.js";
56
+ } from "../chunk-THFO7CK4.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -183,7 +183,7 @@ import {
183
183
  toOpencodeModel,
184
184
  transcriptActivityAgeSeconds,
185
185
  writeEgressAllowlist
186
- } from "../chunk-BLA56WZF.js";
186
+ } from "../chunk-QDJEEGZB.js";
187
187
  import {
188
188
  reapOrphanChannelMcps
189
189
  } from "../chunk-XWVM4KPK.js";
@@ -11629,7 +11629,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
11629
11629
  var lastVersionCheckAt = 0;
11630
11630
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
11631
11631
  var lastResponsivenessProbeAt = 0;
11632
- var agtCliVersion = true ? "0.28.588" : "dev";
11632
+ var agtCliVersion = true ? "0.28.589" : "dev";
11633
11633
  function resolveBrewPath(execFileSync2) {
11634
11634
  try {
11635
11635
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -12936,7 +12936,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
12936
12936
  if (codeNames.length === 0) return;
12937
12937
  void (async () => {
12938
12938
  try {
12939
- const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
12939
+ const { collectDiagnostics } = await import("../persistent-session-D4NE7KEU.js");
12940
12940
  await api.post("/host/heartbeat", {
12941
12941
  host_id: hostId,
12942
12942
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -13044,7 +13044,7 @@ async function pollCycle() {
13044
13044
  }
13045
13045
  try {
13046
13046
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
13047
- const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
13047
+ const { collectDiagnostics } = await import("../persistent-session-D4NE7KEU.js");
13048
13048
  const diagCodeNames = [...agentState.persistentSessionAgents];
13049
13049
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics) : void 0;
13050
13050
  let tailscaleHostname;
@@ -13167,7 +13167,7 @@ async function pollCycle() {
13167
13167
  collectPanelessActivityProbes,
13168
13168
  getResponsivenessIntervalMs,
13169
13169
  occupancyQualificationClassifications
13170
- } = await import("../responsiveness-probe-WSEXAPQQ.js");
13170
+ } = await import("../responsiveness-probe-5JWPNTA7.js");
13171
13171
  const probeIntervalMs = getResponsivenessIntervalMs();
13172
13172
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
13173
13173
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -13258,7 +13258,7 @@ async function pollCycle() {
13258
13258
  collectResponsivenessProbes,
13259
13259
  livePendingInboundOldestAgeSeconds,
13260
13260
  parkPendingInbound
13261
- } = await import("../responsiveness-probe-WSEXAPQQ.js");
13261
+ } = await import("../responsiveness-probe-5JWPNTA7.js");
13262
13262
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
13263
13263
  const wedgeNow = /* @__PURE__ */ new Date();
13264
13264
  const liveAgents = agentState.persistentSessionAgents;
@@ -16828,7 +16828,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
16828
16828
  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}`));
16829
16829
  void (async () => {
16830
16830
  try {
16831
- const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
16831
+ const { collectDiagnostics } = await import("../persistent-session-D4NE7KEU.js");
16832
16832
  await api.post("/host/heartbeat", {
16833
16833
  host_id: hostId,
16834
16834
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -16879,7 +16879,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
16879
16879
  }
16880
16880
  try {
16881
16881
  const hostId = await getHostId();
16882
- const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
16882
+ const { collectDiagnostics } = await import("../persistent-session-D4NE7KEU.js");
16883
16883
  await api.post("/host/heartbeat", {
16884
16884
  host_id: hostId,
16885
16885
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -17457,7 +17457,7 @@ async function processClaudePairSessions(agents) {
17457
17457
  killPairSession,
17458
17458
  pairTmuxSession,
17459
17459
  finalizeClaudePairOnboarding
17460
- } = await import("../claude-pair-runtime-LAR36LFE.js");
17460
+ } = await import("../claude-pair-runtime-673RQWL5.js");
17461
17461
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
17462
17462
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
17463
17463
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -43,7 +43,7 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-BLA56WZF.js";
46
+ } from "./chunk-QDJEEGZB.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-V5MSWCUI.js.map
94
+ //# sourceMappingURL=persistent-session-D4NE7KEU.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-BLA56WZF.js";
3
+ } from "./chunk-QDJEEGZB.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-WSEXAPQQ.js.map
692
+ //# sourceMappingURL=responsiveness-probe-5JWPNTA7.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.588",
3
+ "version": "0.28.589",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {