@integrity-labs/agt-cli 0.28.174 → 0.28.175

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-PO252GNB.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-DHBEAJ6T.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-ABQYSKDJ.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-LN4ZVG3A.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-YCPOBKU7.js";
31
+ } from "../chunk-JOSQUNJP.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -70,7 +70,7 @@ import {
70
70
  takeZombieDetection,
71
71
  transcriptActivityAgeSeconds,
72
72
  writeEgressAllowlist
73
- } from "../chunk-ET5DSDYO.js";
73
+ } from "../chunk-NZLZICAD.js";
74
74
  import {
75
75
  CONVERSATION_FAILURE_CATEGORIES,
76
76
  DEFAULT_FRAMEWORK,
@@ -111,7 +111,7 @@ import {
111
111
  resolveChannels,
112
112
  resolveDmTarget,
113
113
  sumTranscriptUsageInWindow
114
- } from "../chunk-NFJIFCWR.js";
114
+ } from "../chunk-ULPUDU4J.js";
115
115
  import {
116
116
  parsePsRows,
117
117
  reapOrphanChannelMcps
@@ -2971,7 +2971,13 @@ function buildIntegrationBundle(skills) {
2971
2971
  }
2972
2972
  const integrationSlug = skills[0].plugin_slug;
2973
2973
  const ordered = [...skills].sort((a, b) => a.skill_id.localeCompare(b.skill_id));
2974
- const entries = ordered.map((s) => {
2974
+ const seenSkillIds = /* @__PURE__ */ new Set();
2975
+ const deduped = ordered.filter((s) => {
2976
+ if (seenSkillIds.has(s.skill_id)) return false;
2977
+ seenSkillIds.add(s.skill_id);
2978
+ return true;
2979
+ });
2980
+ const entries = deduped.map((s) => {
2975
2981
  const scopeSlug = sanitizeScopeSlug(s.skill_id, integrationSlug);
2976
2982
  const description = extractDescription(s.content);
2977
2983
  return {
@@ -6590,7 +6596,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6590
6596
  var lastVersionCheckAt = 0;
6591
6597
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6592
6598
  var lastResponsivenessProbeAt = 0;
6593
- var agtCliVersion = true ? "0.28.174" : "dev";
6599
+ var agtCliVersion = true ? "0.28.175" : "dev";
6594
6600
  function resolveBrewPath(execFileSync4) {
6595
6601
  try {
6596
6602
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7483,7 +7489,7 @@ async function pollCycle() {
7483
7489
  }
7484
7490
  try {
7485
7491
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
7486
- const { collectDiagnostics } = await import("../persistent-session-PO252GNB.js");
7492
+ const { collectDiagnostics } = await import("../persistent-session-DHBEAJ6T.js");
7487
7493
  const diagCodeNames = [...agentState.persistentSessionAgents];
7488
7494
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
7489
7495
  let tailscaleHostname;
@@ -7631,7 +7637,7 @@ async function pollCycle() {
7631
7637
  const {
7632
7638
  collectResponsivenessProbes,
7633
7639
  getResponsivenessIntervalMs
7634
- } = await import("../responsiveness-probe-D27JQGDZ.js");
7640
+ } = await import("../responsiveness-probe-6XQIUFB7.js");
7635
7641
  const probeIntervalMs = getResponsivenessIntervalMs();
7636
7642
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
7637
7643
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -7663,7 +7669,7 @@ async function pollCycle() {
7663
7669
  collectResponsivenessProbes,
7664
7670
  livePendingInboundOldestAgeSeconds,
7665
7671
  parkPendingInbound
7666
- } = await import("../responsiveness-probe-D27JQGDZ.js");
7672
+ } = await import("../responsiveness-probe-6XQIUFB7.js");
7667
7673
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
7668
7674
  const wedgeNow = /* @__PURE__ */ new Date();
7669
7675
  const liveAgents = agentState.persistentSessionAgents;
@@ -10638,7 +10644,7 @@ async function processClaudePairSessions(agents) {
10638
10644
  killPairSession,
10639
10645
  pairTmuxSession,
10640
10646
  finalizeClaudePairOnboarding
10641
- } = await import("../claude-pair-runtime-ABQYSKDJ.js");
10647
+ } = await import("../claude-pair-runtime-LN4ZVG3A.js");
10642
10648
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10643
10649
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10644
10650
  const killed = await killPairSession(pairTmuxSession(pairId));