@integrity-labs/agt-cli 0.28.445 → 0.28.447

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-NTHAZ2LZ.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-ZFYA3PVC.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-NEH45P4Y.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-QRPID3CT.js.map
@@ -42,7 +42,7 @@ import {
42
42
  resolveEffectivePinRaw,
43
43
  safeWriteJsonAtomic,
44
44
  setConfigHash
45
- } from "../chunk-H43XPGEC.js";
45
+ } from "../chunk-FUFWZKTD.js";
46
46
  import {
47
47
  getProjectDir as getProjectDir2,
48
48
  getReadyTasks,
@@ -160,7 +160,7 @@ import {
160
160
  toOpencodeModel,
161
161
  transcriptActivityAgeSeconds,
162
162
  writeEgressAllowlist
163
- } from "../chunk-3CTWN3L4.js";
163
+ } from "../chunk-ZZX5YKRV.js";
164
164
  import {
165
165
  reapOrphanChannelMcps
166
166
  } from "../chunk-XWVM4KPK.js";
@@ -9787,7 +9787,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
9787
9787
  var lastVersionCheckAt = 0;
9788
9788
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
9789
9789
  var lastResponsivenessProbeAt = 0;
9790
- var agtCliVersion = true ? "0.28.445" : "dev";
9790
+ var agtCliVersion = true ? "0.28.447" : "dev";
9791
9791
  function resolveBrewPath(execFileSync2) {
9792
9792
  try {
9793
9793
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -10948,7 +10948,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
10948
10948
  if (codeNames.length === 0) return;
10949
10949
  void (async () => {
10950
10950
  try {
10951
- const { collectDiagnostics } = await import("../persistent-session-NTHAZ2LZ.js");
10951
+ const { collectDiagnostics } = await import("../persistent-session-ZFYA3PVC.js");
10952
10952
  await api.post("/host/heartbeat", {
10953
10953
  host_id: hostId,
10954
10954
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11055,7 +11055,7 @@ async function pollCycle() {
11055
11055
  }
11056
11056
  try {
11057
11057
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11058
- const { collectDiagnostics } = await import("../persistent-session-NTHAZ2LZ.js");
11058
+ const { collectDiagnostics } = await import("../persistent-session-ZFYA3PVC.js");
11059
11059
  const diagCodeNames = [...agentState.persistentSessionAgents];
11060
11060
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11061
11061
  let tailscaleHostname;
@@ -11169,7 +11169,7 @@ async function pollCycle() {
11169
11169
  collectResponsivenessProbes,
11170
11170
  collectPanelessActivityProbes,
11171
11171
  getResponsivenessIntervalMs
11172
- } = await import("../responsiveness-probe-7FDKX4N6.js");
11172
+ } = await import("../responsiveness-probe-AKOCOY53.js");
11173
11173
  const probeIntervalMs = getResponsivenessIntervalMs();
11174
11174
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11175
11175
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11233,7 +11233,7 @@ async function pollCycle() {
11233
11233
  collectResponsivenessProbes,
11234
11234
  livePendingInboundOldestAgeSeconds,
11235
11235
  parkPendingInbound
11236
- } = await import("../responsiveness-probe-7FDKX4N6.js");
11236
+ } = await import("../responsiveness-probe-AKOCOY53.js");
11237
11237
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11238
11238
  const wedgeNow = /* @__PURE__ */ new Date();
11239
11239
  const liveAgents = agentState.persistentSessionAgents;
@@ -14603,7 +14603,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
14603
14603
  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}`));
14604
14604
  void (async () => {
14605
14605
  try {
14606
- const { collectDiagnostics } = await import("../persistent-session-NTHAZ2LZ.js");
14606
+ const { collectDiagnostics } = await import("../persistent-session-ZFYA3PVC.js");
14607
14607
  await api.post("/host/heartbeat", {
14608
14608
  host_id: hostId,
14609
14609
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -14653,7 +14653,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
14653
14653
  }
14654
14654
  try {
14655
14655
  const hostId = await getHostId();
14656
- const { collectDiagnostics } = await import("../persistent-session-NTHAZ2LZ.js");
14656
+ const { collectDiagnostics } = await import("../persistent-session-ZFYA3PVC.js");
14657
14657
  await api.post("/host/heartbeat", {
14658
14658
  host_id: hostId,
14659
14659
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15106,7 +15106,7 @@ async function processClaudePairSessions(agents) {
15106
15106
  killPairSession,
15107
15107
  pairTmuxSession,
15108
15108
  finalizeClaudePairOnboarding
15109
- } = await import("../claude-pair-runtime-NEH45P4Y.js");
15109
+ } = await import("../claude-pair-runtime-QRPID3CT.js");
15110
15110
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15111
15111
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15112
15112
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-3CTWN3L4.js";
39
+ } from "./chunk-ZZX5YKRV.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-NTHAZ2LZ.js.map
80
+ //# sourceMappingURL=persistent-session-ZFYA3PVC.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-3CTWN3L4.js";
3
+ } from "./chunk-ZZX5YKRV.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -471,4 +471,4 @@ export {
471
471
  readAndResetSlackReplyBindingClassifications,
472
472
  readAndResetSlackReplyTargetClassifications
473
473
  };
474
- //# sourceMappingURL=responsiveness-probe-7FDKX4N6.js.map
474
+ //# sourceMappingURL=responsiveness-probe-AKOCOY53.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.445",
3
+ "version": "0.28.447",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {