@integrity-labs/agt-cli 0.28.488 → 0.28.489

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-3LWKJAAP.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-Y3WIXJPW.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-FEVTBAHV.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-GJF64TMZ.js.map
@@ -44,7 +44,7 @@ import {
44
44
  resolveEffectivePinRaw,
45
45
  safeWriteJsonAtomic,
46
46
  setConfigHash
47
- } from "../chunk-PMDCZKFQ.js";
47
+ } from "../chunk-46GY6S7I.js";
48
48
  import {
49
49
  getProjectDir as getProjectDir2,
50
50
  getReadyTasks,
@@ -162,7 +162,7 @@ import {
162
162
  toOpencodeModel,
163
163
  transcriptActivityAgeSeconds,
164
164
  writeEgressAllowlist
165
- } from "../chunk-XZI5IHQP.js";
165
+ } from "../chunk-34E3FHOS.js";
166
166
  import {
167
167
  reapOrphanChannelMcps
168
168
  } from "../chunk-XWVM4KPK.js";
@@ -10079,7 +10079,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10079
10079
  var lastVersionCheckAt = 0;
10080
10080
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10081
10081
  var lastResponsivenessProbeAt = 0;
10082
- var agtCliVersion = true ? "0.28.488" : "dev";
10082
+ var agtCliVersion = true ? "0.28.489" : "dev";
10083
10083
  function resolveBrewPath(execFileSync2) {
10084
10084
  try {
10085
10085
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11242,7 +11242,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11242
11242
  if (codeNames.length === 0) return;
11243
11243
  void (async () => {
11244
11244
  try {
11245
- const { collectDiagnostics } = await import("../persistent-session-3LWKJAAP.js");
11245
+ const { collectDiagnostics } = await import("../persistent-session-Y3WIXJPW.js");
11246
11246
  await api.post("/host/heartbeat", {
11247
11247
  host_id: hostId,
11248
11248
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11349,7 +11349,7 @@ async function pollCycle() {
11349
11349
  }
11350
11350
  try {
11351
11351
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11352
- const { collectDiagnostics } = await import("../persistent-session-3LWKJAAP.js");
11352
+ const { collectDiagnostics } = await import("../persistent-session-Y3WIXJPW.js");
11353
11353
  const diagCodeNames = [...agentState.persistentSessionAgents];
11354
11354
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11355
11355
  let tailscaleHostname;
@@ -11463,7 +11463,7 @@ async function pollCycle() {
11463
11463
  collectResponsivenessProbes,
11464
11464
  collectPanelessActivityProbes,
11465
11465
  getResponsivenessIntervalMs
11466
- } = await import("../responsiveness-probe-AAVWTFJN.js");
11466
+ } = await import("../responsiveness-probe-AEFEFKOQ.js");
11467
11467
  const probeIntervalMs = getResponsivenessIntervalMs();
11468
11468
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11469
11469
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11527,7 +11527,7 @@ async function pollCycle() {
11527
11527
  collectResponsivenessProbes,
11528
11528
  livePendingInboundOldestAgeSeconds,
11529
11529
  parkPendingInbound
11530
- } = await import("../responsiveness-probe-AAVWTFJN.js");
11530
+ } = await import("../responsiveness-probe-AEFEFKOQ.js");
11531
11531
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11532
11532
  const wedgeNow = /* @__PURE__ */ new Date();
11533
11533
  const liveAgents = agentState.persistentSessionAgents;
@@ -15009,7 +15009,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
15009
15009
  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}`));
15010
15010
  void (async () => {
15011
15011
  try {
15012
- const { collectDiagnostics } = await import("../persistent-session-3LWKJAAP.js");
15012
+ const { collectDiagnostics } = await import("../persistent-session-Y3WIXJPW.js");
15013
15013
  await api.post("/host/heartbeat", {
15014
15014
  host_id: hostId,
15015
15015
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15059,7 +15059,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15059
15059
  }
15060
15060
  try {
15061
15061
  const hostId = await getHostId();
15062
- const { collectDiagnostics } = await import("../persistent-session-3LWKJAAP.js");
15062
+ const { collectDiagnostics } = await import("../persistent-session-Y3WIXJPW.js");
15063
15063
  await api.post("/host/heartbeat", {
15064
15064
  host_id: hostId,
15065
15065
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15517,7 +15517,7 @@ async function processClaudePairSessions(agents) {
15517
15517
  killPairSession,
15518
15518
  pairTmuxSession,
15519
15519
  finalizeClaudePairOnboarding
15520
- } = await import("../claude-pair-runtime-FEVTBAHV.js");
15520
+ } = await import("../claude-pair-runtime-GJF64TMZ.js");
15521
15521
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15522
15522
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15523
15523
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-XZI5IHQP.js";
39
+ } from "./chunk-34E3FHOS.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-3LWKJAAP.js.map
80
+ //# sourceMappingURL=persistent-session-Y3WIXJPW.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-XZI5IHQP.js";
3
+ } from "./chunk-34E3FHOS.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -596,4 +596,4 @@ export {
596
596
  readAndResetSlackReplyBindingClassifications,
597
597
  readAndResetSlackReplyTargetClassifications
598
598
  };
599
- //# sourceMappingURL=responsiveness-probe-AAVWTFJN.js.map
599
+ //# sourceMappingURL=responsiveness-probe-AEFEFKOQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.488",
3
+ "version": "0.28.489",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {