@integrity-labs/agt-cli 0.28.411 → 0.28.412

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-YE2Q5LSK.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-EDUFOS36.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-253N4REG.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-BMYJSZIZ.js.map
@@ -45,7 +45,7 @@ import {
45
45
  resolveEffectivePinRaw,
46
46
  safeWriteJsonAtomic,
47
47
  setConfigHash
48
- } from "../chunk-JIT5ORMO.js";
48
+ } from "../chunk-5ES25OE6.js";
49
49
  import {
50
50
  getProjectDir as getProjectDir2,
51
51
  getReadyTasks,
@@ -148,7 +148,7 @@ import {
148
148
  toOpencodeModel,
149
149
  transcriptActivityAgeSeconds,
150
150
  writeEgressAllowlist
151
- } from "../chunk-D4MDIZ3T.js";
151
+ } from "../chunk-QZUKHEMO.js";
152
152
  import {
153
153
  reapOrphanChannelMcps
154
154
  } from "../chunk-XWVM4KPK.js";
@@ -9378,7 +9378,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
9378
9378
  var lastVersionCheckAt = 0;
9379
9379
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
9380
9380
  var lastResponsivenessProbeAt = 0;
9381
- var agtCliVersion = true ? "0.28.411" : "dev";
9381
+ var agtCliVersion = true ? "0.28.412" : "dev";
9382
9382
  function resolveBrewPath(execFileSync2) {
9383
9383
  try {
9384
9384
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -10526,7 +10526,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
10526
10526
  if (codeNames.length === 0) return;
10527
10527
  void (async () => {
10528
10528
  try {
10529
- const { collectDiagnostics } = await import("../persistent-session-YE2Q5LSK.js");
10529
+ const { collectDiagnostics } = await import("../persistent-session-EDUFOS36.js");
10530
10530
  await api.post("/host/heartbeat", {
10531
10531
  host_id: hostId,
10532
10532
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor)
@@ -10633,7 +10633,7 @@ async function pollCycle() {
10633
10633
  }
10634
10634
  try {
10635
10635
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
10636
- const { collectDiagnostics } = await import("../persistent-session-YE2Q5LSK.js");
10636
+ const { collectDiagnostics } = await import("../persistent-session-EDUFOS36.js");
10637
10637
  const diagCodeNames = [...agentState.persistentSessionAgents];
10638
10638
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor) : void 0;
10639
10639
  let tailscaleHostname;
@@ -10746,7 +10746,7 @@ async function pollCycle() {
10746
10746
  const {
10747
10747
  collectResponsivenessProbes,
10748
10748
  getResponsivenessIntervalMs
10749
- } = await import("../responsiveness-probe-QO4EHFCH.js");
10749
+ } = await import("../responsiveness-probe-SVTUFKX5.js");
10750
10750
  const probeIntervalMs = getResponsivenessIntervalMs();
10751
10751
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
10752
10752
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -10778,7 +10778,7 @@ async function pollCycle() {
10778
10778
  collectResponsivenessProbes,
10779
10779
  livePendingInboundOldestAgeSeconds,
10780
10780
  parkPendingInbound
10781
- } = await import("../responsiveness-probe-QO4EHFCH.js");
10781
+ } = await import("../responsiveness-probe-SVTUFKX5.js");
10782
10782
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-HYOOQV4A.js");
10783
10783
  const wedgeNow = /* @__PURE__ */ new Date();
10784
10784
  const liveAgents = agentState.persistentSessionAgents;
@@ -14082,7 +14082,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
14082
14082
  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}`));
14083
14083
  void (async () => {
14084
14084
  try {
14085
- const { collectDiagnostics } = await import("../persistent-session-YE2Q5LSK.js");
14085
+ const { collectDiagnostics } = await import("../persistent-session-EDUFOS36.js");
14086
14086
  await api.post("/host/heartbeat", {
14087
14087
  host_id: hostId,
14088
14088
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor)
@@ -14132,7 +14132,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
14132
14132
  }
14133
14133
  try {
14134
14134
  const hostId = await getHostId();
14135
- const { collectDiagnostics } = await import("../persistent-session-YE2Q5LSK.js");
14135
+ const { collectDiagnostics } = await import("../persistent-session-EDUFOS36.js");
14136
14136
  await api.post("/host/heartbeat", {
14137
14137
  host_id: hostId,
14138
14138
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor)
@@ -14585,7 +14585,7 @@ async function processClaudePairSessions(agents) {
14585
14585
  killPairSession,
14586
14586
  pairTmuxSession,
14587
14587
  finalizeClaudePairOnboarding
14588
- } = await import("../claude-pair-runtime-253N4REG.js");
14588
+ } = await import("../claude-pair-runtime-BMYJSZIZ.js");
14589
14589
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
14590
14590
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
14591
14591
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-D4MDIZ3T.js";
39
+ } from "./chunk-QZUKHEMO.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-YE2Q5LSK.js.map
80
+ //# sourceMappingURL=persistent-session-EDUFOS36.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-D4MDIZ3T.js";
3
+ } from "./chunk-QZUKHEMO.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -437,4 +437,4 @@ export {
437
437
  readAndResetSlackReplyBindingClassifications,
438
438
  readAndResetSlackReplyTargetClassifications
439
439
  };
440
- //# sourceMappingURL=responsiveness-probe-QO4EHFCH.js.map
440
+ //# sourceMappingURL=responsiveness-probe-SVTUFKX5.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.411",
3
+ "version": "0.28.412",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {