@integrity-labs/agt-cli 0.28.583 → 0.28.584

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-MHBLUAOV.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-R7ACVUYP.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-MKWK27KO.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-WLMXUNII.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-I4ZI4W7S.js";
56
+ } from "../chunk-XHC5QJCK.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-RDBPQZVG.js";
186
+ } from "../chunk-XRG4XYAV.js";
187
187
  import {
188
188
  reapOrphanChannelMcps
189
189
  } from "../chunk-XWVM4KPK.js";
@@ -11624,7 +11624,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
11624
11624
  var lastVersionCheckAt = 0;
11625
11625
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
11626
11626
  var lastResponsivenessProbeAt = 0;
11627
- var agtCliVersion = true ? "0.28.583" : "dev";
11627
+ var agtCliVersion = true ? "0.28.584" : "dev";
11628
11628
  function resolveBrewPath(execFileSync2) {
11629
11629
  try {
11630
11630
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -12931,7 +12931,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
12931
12931
  if (codeNames.length === 0) return;
12932
12932
  void (async () => {
12933
12933
  try {
12934
- const { collectDiagnostics } = await import("../persistent-session-MHBLUAOV.js");
12934
+ const { collectDiagnostics } = await import("../persistent-session-R7ACVUYP.js");
12935
12935
  await api.post("/host/heartbeat", {
12936
12936
  host_id: hostId,
12937
12937
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -13039,7 +13039,7 @@ async function pollCycle() {
13039
13039
  }
13040
13040
  try {
13041
13041
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
13042
- const { collectDiagnostics } = await import("../persistent-session-MHBLUAOV.js");
13042
+ const { collectDiagnostics } = await import("../persistent-session-R7ACVUYP.js");
13043
13043
  const diagCodeNames = [...agentState.persistentSessionAgents];
13044
13044
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics) : void 0;
13045
13045
  let tailscaleHostname;
@@ -13162,7 +13162,7 @@ async function pollCycle() {
13162
13162
  collectPanelessActivityProbes,
13163
13163
  getResponsivenessIntervalMs,
13164
13164
  occupancyQualificationClassifications
13165
- } = await import("../responsiveness-probe-XGMKVWSH.js");
13165
+ } = await import("../responsiveness-probe-RDBVTQD7.js");
13166
13166
  const probeIntervalMs = getResponsivenessIntervalMs();
13167
13167
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
13168
13168
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -13253,7 +13253,7 @@ async function pollCycle() {
13253
13253
  collectResponsivenessProbes,
13254
13254
  livePendingInboundOldestAgeSeconds,
13255
13255
  parkPendingInbound
13256
- } = await import("../responsiveness-probe-XGMKVWSH.js");
13256
+ } = await import("../responsiveness-probe-RDBVTQD7.js");
13257
13257
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
13258
13258
  const wedgeNow = /* @__PURE__ */ new Date();
13259
13259
  const liveAgents = agentState.persistentSessionAgents;
@@ -16823,7 +16823,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
16823
16823
  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}`));
16824
16824
  void (async () => {
16825
16825
  try {
16826
- const { collectDiagnostics } = await import("../persistent-session-MHBLUAOV.js");
16826
+ const { collectDiagnostics } = await import("../persistent-session-R7ACVUYP.js");
16827
16827
  await api.post("/host/heartbeat", {
16828
16828
  host_id: hostId,
16829
16829
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -16874,7 +16874,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
16874
16874
  }
16875
16875
  try {
16876
16876
  const hostId = await getHostId();
16877
- const { collectDiagnostics } = await import("../persistent-session-MHBLUAOV.js");
16877
+ const { collectDiagnostics } = await import("../persistent-session-R7ACVUYP.js");
16878
16878
  await api.post("/host/heartbeat", {
16879
16879
  host_id: hostId,
16880
16880
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
@@ -17452,7 +17452,7 @@ async function processClaudePairSessions(agents) {
17452
17452
  killPairSession,
17453
17453
  pairTmuxSession,
17454
17454
  finalizeClaudePairOnboarding
17455
- } = await import("../claude-pair-runtime-MKWK27KO.js");
17455
+ } = await import("../claude-pair-runtime-WLMXUNII.js");
17456
17456
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
17457
17457
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
17458
17458
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -43,7 +43,7 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-RDBPQZVG.js";
46
+ } from "./chunk-XRG4XYAV.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-MHBLUAOV.js.map
94
+ //# sourceMappingURL=persistent-session-R7ACVUYP.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-RDBPQZVG.js";
3
+ } from "./chunk-XRG4XYAV.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-XGMKVWSH.js.map
692
+ //# sourceMappingURL=responsiveness-probe-RDBVTQD7.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.583",
3
+ "version": "0.28.584",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {