@integrity-labs/agt-cli 0.27.133 → 0.27.135

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-TRGX4NVZ.js";
4
+ } from "./chunk-KZGU4X3A.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1596,4 +1596,4 @@ export {
1596
1596
  stopAllSessionsAndWait,
1597
1597
  getProjectDir
1598
1598
  };
1599
- //# sourceMappingURL=chunk-DBJWD2LU.js.map
1599
+ //# sourceMappingURL=chunk-XKX2HEQY.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-35XIC3CB.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-56AY3LH6.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-GYSKMJ2B.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-I7SKUE2Q.js.map
@@ -17,7 +17,7 @@ import {
17
17
  provisionStopHook,
18
18
  requireHost,
19
19
  safeWriteJsonAtomic
20
- } from "../chunk-I2GFFKMO.js";
20
+ } from "../chunk-HC7B2OVZ.js";
21
21
  import {
22
22
  getProjectDir as getProjectDir2,
23
23
  getReadyTasks,
@@ -56,7 +56,7 @@ import {
56
56
  stopPersistentSession,
57
57
  takeWatchdogGiveUpCount,
58
58
  takeZombieDetection
59
- } from "../chunk-DBJWD2LU.js";
59
+ } from "../chunk-XKX2HEQY.js";
60
60
  import {
61
61
  KANBAN_CHECK_COMMAND,
62
62
  SUPPRESS_SENTINEL,
@@ -83,7 +83,7 @@ import {
83
83
  resolveDmTarget,
84
84
  worseConnectivityOutcome,
85
85
  wrapScheduledTaskPrompt
86
- } from "../chunk-TRGX4NVZ.js";
86
+ } from "../chunk-KZGU4X3A.js";
87
87
  import {
88
88
  parsePsRows,
89
89
  reapOrphanChannelMcps
@@ -4690,7 +4690,7 @@ var cachedMaintenanceWindow = null;
4690
4690
  var lastVersionCheckAt = 0;
4691
4691
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4692
4692
  var lastResponsivenessProbeAt = 0;
4693
- var agtCliVersion = true ? "0.27.133" : "dev";
4693
+ var agtCliVersion = true ? "0.27.135" : "dev";
4694
4694
  function resolveBrewPath(execFileSync4) {
4695
4695
  try {
4696
4696
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -5887,7 +5887,7 @@ async function pollCycle() {
5887
5887
  }
5888
5888
  try {
5889
5889
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
5890
- const { collectDiagnostics } = await import("../persistent-session-35XIC3CB.js");
5890
+ const { collectDiagnostics } = await import("../persistent-session-56AY3LH6.js");
5891
5891
  const diagCodeNames = [...agentState.persistentSessionAgents];
5892
5892
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
5893
5893
  let tailscaleHostname;
@@ -5974,12 +5974,12 @@ async function pollCycle() {
5974
5974
  const {
5975
5975
  collectResponsivenessProbes,
5976
5976
  getResponsivenessIntervalMs
5977
- } = await import("../responsiveness-probe-ZXJS2D43.js");
5977
+ } = await import("../responsiveness-probe-L6B7WINR.js");
5978
5978
  const probeIntervalMs = getResponsivenessIntervalMs();
5979
5979
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
5980
5980
  const probeCodeNames = [...agentState.persistentSessionAgents];
5981
5981
  if (probeCodeNames.length > 0) {
5982
- const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-35XIC3CB.js");
5982
+ const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-56AY3LH6.js");
5983
5983
  const drainedGiveUps = /* @__PURE__ */ new Map();
5984
5984
  const drainedAcpxFailures = /* @__PURE__ */ new Map();
5985
5985
  const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
@@ -6013,7 +6013,7 @@ async function pollCycle() {
6013
6013
  collectResponsivenessProbes,
6014
6014
  livePendingInboundOldestAgeSeconds,
6015
6015
  deadLetterPendingInbound
6016
- } = await import("../responsiveness-probe-ZXJS2D43.js");
6016
+ } = await import("../responsiveness-probe-L6B7WINR.js");
6017
6017
  const wedgeNow = /* @__PURE__ */ new Date();
6018
6018
  const liveAgents = agentState.persistentSessionAgents;
6019
6019
  for (const tracked of consecutiveWedgeCycles.keys()) {
@@ -10519,7 +10519,7 @@ async function processClaudePairSessions(agents) {
10519
10519
  killPairSession,
10520
10520
  pairTmuxSession,
10521
10521
  finalizeClaudePairOnboarding
10522
- } = await import("../claude-pair-runtime-GYSKMJ2B.js");
10522
+ } = await import("../claude-pair-runtime-I7SKUE2Q.js");
10523
10523
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10524
10524
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10525
10525
  const killed = await killPairSession(pairTmuxSession(pairId));
package/dist/mcp/index.js CHANGED
@@ -22469,7 +22469,7 @@ async function getPublishedArtefactSourceChunkText(artefactId, offset, limit) {
22469
22469
  return data.chunk + trailer;
22470
22470
  }
22471
22471
  var artefactListSchema = {
22472
- publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "here-now")'),
22472
+ publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "agt-live")'),
22473
22473
  kind: external_exports.enum(["mockup", "deck", "site", "app", "other"]).optional().describe("Filter by artefact kind"),
22474
22474
  limit: external_exports.number().int().min(1).max(100).optional().describe("Maximum artefacts to return (default 50, max 100)")
22475
22475
  };
@@ -25,8 +25,8 @@ import {
25
25
  takeAcpxExecFailureCount,
26
26
  takeZombieDetection,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-DBJWD2LU.js";
29
- import "./chunk-TRGX4NVZ.js";
28
+ } from "./chunk-XKX2HEQY.js";
29
+ import "./chunk-KZGU4X3A.js";
30
30
  import "./chunk-XWVM4KPK.js";
31
31
  export {
32
32
  SEND_KEYS_ENTER_DELAY_MS,
@@ -56,4 +56,4 @@ export {
56
56
  takeZombieDetection,
57
57
  writePersistentClaudeWrapper
58
58
  };
59
- //# sourceMappingURL=persistent-session-35XIC3CB.js.map
59
+ //# sourceMappingURL=persistent-session-56AY3LH6.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-DBJWD2LU.js";
4
- import "./chunk-TRGX4NVZ.js";
3
+ } from "./chunk-XKX2HEQY.js";
4
+ import "./chunk-KZGU4X3A.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -154,4 +154,4 @@ export {
154
154
  livePendingInboundOldestAgeSeconds,
155
155
  oldestLivePendingInboundMtimeMs
156
156
  };
157
- //# sourceMappingURL=responsiveness-probe-ZXJS2D43.js.map
157
+ //# sourceMappingURL=responsiveness-probe-L6B7WINR.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.133",
3
+ "version": "0.27.135",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {