@integrity-labs/agt-cli 0.28.314 → 0.28.315

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.
@@ -18,7 +18,7 @@ import {
18
18
  resolveConnectivityProbe,
19
19
  worseConnectivityOutcome,
20
20
  wrapScheduledTaskPrompt
21
- } from "./chunk-KJE5Y4GF.js";
21
+ } from "./chunk-H6GG7WM3.js";
22
22
  import {
23
23
  parsePsRows
24
24
  } from "./chunk-XWVM4KPK.js";
@@ -5900,7 +5900,7 @@ function requireHost() {
5900
5900
  }
5901
5901
 
5902
5902
  // src/lib/api-client.ts
5903
- var agtCliVersion = true ? "0.28.314" : "dev";
5903
+ var agtCliVersion = true ? "0.28.315" : "dev";
5904
5904
  var lastConfigHash = null;
5905
5905
  function setConfigHash(hash) {
5906
5906
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8199,4 +8199,4 @@ export {
8199
8199
  managerInstallSystemUnitCommand,
8200
8200
  managerUninstallSystemUnitCommand
8201
8201
  };
8202
- //# sourceMappingURL=chunk-R5AKZYDG.js.map
8202
+ //# sourceMappingURL=chunk-PNE62JL3.js.map
@@ -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-3XOQWQJE.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-OYVPR4R3.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-UQHJTVEE.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-V7DKCABP.js.map
@@ -39,7 +39,7 @@ import {
39
39
  requireHost,
40
40
  safeWriteJsonAtomic,
41
41
  setConfigHash
42
- } from "../chunk-R5AKZYDG.js";
42
+ } from "../chunk-PNE62JL3.js";
43
43
  import {
44
44
  getProjectDir as getProjectDir2,
45
45
  getReadyTasks,
@@ -127,7 +127,7 @@ import {
127
127
  takeZombieDetection,
128
128
  transcriptActivityAgeSeconds,
129
129
  writeEgressAllowlist
130
- } from "../chunk-KJE5Y4GF.js";
130
+ } from "../chunk-H6GG7WM3.js";
131
131
  import {
132
132
  reapOrphanChannelMcps
133
133
  } from "../chunk-XWVM4KPK.js";
@@ -7087,7 +7087,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
7087
7087
  var lastVersionCheckAt = 0;
7088
7088
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
7089
7089
  var lastResponsivenessProbeAt = 0;
7090
- var agtCliVersion = true ? "0.28.314" : "dev";
7090
+ var agtCliVersion = true ? "0.28.315" : "dev";
7091
7091
  function resolveBrewPath(execFileSync2) {
7092
7092
  try {
7093
7093
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7959,7 +7959,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
7959
7959
  if (codeNames.length === 0) return;
7960
7960
  void (async () => {
7961
7961
  try {
7962
- const { collectDiagnostics } = await import("../persistent-session-3XOQWQJE.js");
7962
+ const { collectDiagnostics } = await import("../persistent-session-OYVPR4R3.js");
7963
7963
  await api.post("/host/heartbeat", {
7964
7964
  host_id: hostId,
7965
7965
  agent_diagnostics: collectDiagnostics(codeNames)
@@ -8057,7 +8057,7 @@ async function pollCycle() {
8057
8057
  }
8058
8058
  try {
8059
8059
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
8060
- const { collectDiagnostics } = await import("../persistent-session-3XOQWQJE.js");
8060
+ const { collectDiagnostics } = await import("../persistent-session-OYVPR4R3.js");
8061
8061
  const diagCodeNames = [...agentState.persistentSessionAgents];
8062
8062
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
8063
8063
  let tailscaleHostname;
@@ -8205,7 +8205,7 @@ async function pollCycle() {
8205
8205
  const {
8206
8206
  collectResponsivenessProbes,
8207
8207
  getResponsivenessIntervalMs
8208
- } = await import("../responsiveness-probe-DUGIDPLT.js");
8208
+ } = await import("../responsiveness-probe-DFQFCUN2.js");
8209
8209
  const probeIntervalMs = getResponsivenessIntervalMs();
8210
8210
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
8211
8211
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8237,7 +8237,7 @@ async function pollCycle() {
8237
8237
  collectResponsivenessProbes,
8238
8238
  livePendingInboundOldestAgeSeconds,
8239
8239
  parkPendingInbound
8240
- } = await import("../responsiveness-probe-DUGIDPLT.js");
8240
+ } = await import("../responsiveness-probe-DFQFCUN2.js");
8241
8241
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
8242
8242
  const wedgeNow = /* @__PURE__ */ new Date();
8243
8243
  const liveAgents = agentState.persistentSessionAgents;
@@ -11253,7 +11253,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
11253
11253
  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}`));
11254
11254
  void (async () => {
11255
11255
  try {
11256
- const { collectDiagnostics } = await import("../persistent-session-3XOQWQJE.js");
11256
+ const { collectDiagnostics } = await import("../persistent-session-OYVPR4R3.js");
11257
11257
  await api.post("/host/heartbeat", {
11258
11258
  host_id: hostId,
11259
11259
  agent_diagnostics: collectDiagnostics([codeName])
@@ -11303,7 +11303,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
11303
11303
  }
11304
11304
  try {
11305
11305
  const hostId = await getHostId();
11306
- const { collectDiagnostics } = await import("../persistent-session-3XOQWQJE.js");
11306
+ const { collectDiagnostics } = await import("../persistent-session-OYVPR4R3.js");
11307
11307
  await api.post("/host/heartbeat", {
11308
11308
  host_id: hostId,
11309
11309
  agent_diagnostics: collectDiagnostics([codeName])
@@ -11727,7 +11727,7 @@ async function processClaudePairSessions(agents) {
11727
11727
  killPairSession,
11728
11728
  pairTmuxSession,
11729
11729
  finalizeClaudePairOnboarding
11730
- } = await import("../claude-pair-runtime-UQHJTVEE.js");
11730
+ } = await import("../claude-pair-runtime-V7DKCABP.js");
11731
11731
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11732
11732
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11733
11733
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-KJE5Y4GF.js";
39
+ } from "./chunk-H6GG7WM3.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-3XOQWQJE.js.map
80
+ //# sourceMappingURL=persistent-session-OYVPR4R3.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-KJE5Y4GF.js";
3
+ } from "./chunk-H6GG7WM3.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -427,4 +427,4 @@ export {
427
427
  readAndResetSlackReplyBindingClassifications,
428
428
  readAndResetSlackReplyTargetClassifications
429
429
  };
430
- //# sourceMappingURL=responsiveness-probe-DUGIDPLT.js.map
430
+ //# sourceMappingURL=responsiveness-probe-DFQFCUN2.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.314",
3
+ "version": "0.28.315",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {