@integrity-labs/agt-cli 0.28.504 → 0.28.505

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.
@@ -42,7 +42,7 @@ import {
42
42
  resolveConnectivityProbe,
43
43
  worseConnectivityOutcome,
44
44
  wrapScheduledTaskPrompt
45
- } from "./chunk-HEUDF73X.js";
45
+ } from "./chunk-3BRI7LJZ.js";
46
46
  import {
47
47
  parsePsRows
48
48
  } from "./chunk-XWVM4KPK.js";
@@ -5061,7 +5061,7 @@ function exchangeFailureKind(err) {
5061
5061
  }
5062
5062
 
5063
5063
  // src/lib/api-client.ts
5064
- var agtCliVersion = true ? "0.28.504" : "dev";
5064
+ var agtCliVersion = true ? "0.28.505" : "dev";
5065
5065
  var lastConfigHash = null;
5066
5066
  function setConfigHash(hash) {
5067
5067
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8322,4 +8322,4 @@ export {
8322
8322
  managerInstallSystemUnitCommand,
8323
8323
  managerUninstallSystemUnitCommand
8324
8324
  };
8325
- //# sourceMappingURL=chunk-GXEXHVNW.js.map
8325
+ //# sourceMappingURL=chunk-3SKLJE7C.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-AB4SAH5B.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-JOWL7FDY.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-E3KMHKQQ.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-R56JCRXJ.js.map
@@ -52,7 +52,7 @@ import {
52
52
  safeWriteJsonAtomic,
53
53
  setConfigHash,
54
54
  tripClass
55
- } from "../chunk-GXEXHVNW.js";
55
+ } from "../chunk-3SKLJE7C.js";
56
56
  import {
57
57
  getProjectDir as getProjectDir2,
58
58
  getReadyTasks,
@@ -172,7 +172,7 @@ import {
172
172
  toOpencodeModel,
173
173
  transcriptActivityAgeSeconds,
174
174
  writeEgressAllowlist
175
- } from "../chunk-HEUDF73X.js";
175
+ } from "../chunk-3BRI7LJZ.js";
176
176
  import {
177
177
  reapOrphanChannelMcps
178
178
  } from "../chunk-XWVM4KPK.js";
@@ -10001,7 +10001,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10001
10001
  var lastVersionCheckAt = 0;
10002
10002
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10003
10003
  var lastResponsivenessProbeAt = 0;
10004
- var agtCliVersion = true ? "0.28.504" : "dev";
10004
+ var agtCliVersion = true ? "0.28.505" : "dev";
10005
10005
  function resolveBrewPath(execFileSync2) {
10006
10006
  try {
10007
10007
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11208,7 +11208,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11208
11208
  if (codeNames.length === 0) return;
11209
11209
  void (async () => {
11210
11210
  try {
11211
- const { collectDiagnostics } = await import("../persistent-session-AB4SAH5B.js");
11211
+ const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
11212
11212
  await api.post("/host/heartbeat", {
11213
11213
  host_id: hostId,
11214
11214
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11315,7 +11315,7 @@ async function pollCycle() {
11315
11315
  }
11316
11316
  try {
11317
11317
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11318
- const { collectDiagnostics } = await import("../persistent-session-AB4SAH5B.js");
11318
+ const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
11319
11319
  const diagCodeNames = [...agentState.persistentSessionAgents];
11320
11320
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11321
11321
  let tailscaleHostname;
@@ -11430,7 +11430,7 @@ async function pollCycle() {
11430
11430
  collectResponsivenessProbes,
11431
11431
  collectPanelessActivityProbes,
11432
11432
  getResponsivenessIntervalMs
11433
- } = await import("../responsiveness-probe-O4SCSCKC.js");
11433
+ } = await import("../responsiveness-probe-FBU2VB32.js");
11434
11434
  const probeIntervalMs = getResponsivenessIntervalMs();
11435
11435
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11436
11436
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11494,7 +11494,7 @@ async function pollCycle() {
11494
11494
  collectResponsivenessProbes,
11495
11495
  livePendingInboundOldestAgeSeconds,
11496
11496
  parkPendingInbound
11497
- } = await import("../responsiveness-probe-O4SCSCKC.js");
11497
+ } = await import("../responsiveness-probe-FBU2VB32.js");
11498
11498
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11499
11499
  const wedgeNow = /* @__PURE__ */ new Date();
11500
11500
  const liveAgents = agentState.persistentSessionAgents;
@@ -14986,7 +14986,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
14986
14986
  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}`));
14987
14987
  void (async () => {
14988
14988
  try {
14989
- const { collectDiagnostics } = await import("../persistent-session-AB4SAH5B.js");
14989
+ const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
14990
14990
  await api.post("/host/heartbeat", {
14991
14991
  host_id: hostId,
14992
14992
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15036,7 +15036,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15036
15036
  }
15037
15037
  try {
15038
15038
  const hostId = await getHostId();
15039
- const { collectDiagnostics } = await import("../persistent-session-AB4SAH5B.js");
15039
+ const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
15040
15040
  await api.post("/host/heartbeat", {
15041
15041
  host_id: hostId,
15042
15042
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15554,7 +15554,7 @@ async function processClaudePairSessions(agents) {
15554
15554
  killPairSession,
15555
15555
  pairTmuxSession,
15556
15556
  finalizeClaudePairOnboarding
15557
- } = await import("../claude-pair-runtime-E3KMHKQQ.js");
15557
+ } = await import("../claude-pair-runtime-R56JCRXJ.js");
15558
15558
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15559
15559
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15560
15560
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -37,7 +37,7 @@ import {
37
37
  writeDirectChatSessionState,
38
38
  writeEgressAllowlist,
39
39
  writePersistentClaudeWrapper
40
- } from "./chunk-HEUDF73X.js";
40
+ } from "./chunk-3BRI7LJZ.js";
41
41
  import "./chunk-XWVM4KPK.js";
42
42
  export {
43
43
  EGRESS_BASELINE_DOMAINS,
@@ -79,4 +79,4 @@ export {
79
79
  writeEgressAllowlist,
80
80
  writePersistentClaudeWrapper
81
81
  };
82
- //# sourceMappingURL=persistent-session-AB4SAH5B.js.map
82
+ //# sourceMappingURL=persistent-session-JOWL7FDY.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-HEUDF73X.js";
3
+ } from "./chunk-3BRI7LJZ.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -662,4 +662,4 @@ export {
662
662
  readAndResetSlackReplyBindingClassifications,
663
663
  readAndResetSlackReplyTargetClassifications
664
664
  };
665
- //# sourceMappingURL=responsiveness-probe-O4SCSCKC.js.map
665
+ //# sourceMappingURL=responsiveness-probe-FBU2VB32.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.504",
3
+ "version": "0.28.505",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {