@integrity-labs/agt-cli 0.27.31 → 0.27.32

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-HSHIZC2Q.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-ZJDQHJL3.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-3UHTNKZ4.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-JRG2D5KQ.js.map
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-E6MGOZTL.js";
18
+ } from "../chunk-J5BIXLKB.js";
19
19
  import {
20
20
  getProjectDir as getProjectDir2,
21
21
  getReadyTasks,
@@ -46,7 +46,7 @@ import {
46
46
  stopAllSessionsAndWait,
47
47
  stopPersistentSession,
48
48
  takeZombieDetection
49
- } from "../chunk-JIETOJQV.js";
49
+ } from "../chunk-MV4WLCUO.js";
50
50
  import {
51
51
  KANBAN_CHECK_COMMAND,
52
52
  appendDmFooter,
@@ -69,7 +69,7 @@ import {
69
69
  resolveConnectivityProbe,
70
70
  resolveDmTarget,
71
71
  wrapScheduledTaskPrompt
72
- } from "../chunk-6HFXSNNY.js";
72
+ } from "../chunk-NZWPRYJO.js";
73
73
  import {
74
74
  parsePsRows,
75
75
  reapOrphanChannelMcps
@@ -3344,7 +3344,7 @@ var cachedFrameworkVersion = null;
3344
3344
  var lastVersionCheckAt = 0;
3345
3345
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3346
3346
  var lastResponsivenessProbeAt = 0;
3347
- var agtCliVersion = true ? "0.27.31" : "dev";
3347
+ var agtCliVersion = true ? "0.27.32" : "dev";
3348
3348
  function resolveBrewPath(execFileSync4) {
3349
3349
  try {
3350
3350
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -4395,7 +4395,7 @@ async function pollCycle() {
4395
4395
  }
4396
4396
  try {
4397
4397
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
4398
- const { collectDiagnostics } = await import("../persistent-session-HSHIZC2Q.js");
4398
+ const { collectDiagnostics } = await import("../persistent-session-ZJDQHJL3.js");
4399
4399
  const diagCodeNames = [...agentState.persistentSessionAgents];
4400
4400
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
4401
4401
  let tailscaleHostname;
@@ -4463,7 +4463,7 @@ async function pollCycle() {
4463
4463
  const {
4464
4464
  collectResponsivenessProbes,
4465
4465
  getResponsivenessIntervalMs
4466
- } = await import("../responsiveness-probe-RYKS5TRP.js");
4466
+ } = await import("../responsiveness-probe-XQFRB2DB.js");
4467
4467
  const probeIntervalMs = getResponsivenessIntervalMs();
4468
4468
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
4469
4469
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -5191,7 +5191,7 @@ async function processAgent(agent, agentStates) {
5191
5191
  const peersForHash = channelId === "telegram" ? extractCharterTelegramPeers(refreshData.charter?.raw_content ?? "", gateContext) : channelId === "slack" ? extractCharterSlackPeers(refreshData.charter?.raw_content ?? "", gateContext) : null;
5192
5192
  const sessionModeForHash = refreshData.agent.session_mode;
5193
5193
  const senderPolicyForHash = refreshData.sender_policy ?? null;
5194
- const CHANNEL_WRITE_VERSION = 8;
5194
+ const CHANNEL_WRITE_VERSION = 9;
5195
5195
  const configHash = createHash3("sha256").update(
5196
5196
  canonicalJson({
5197
5197
  writeVersion: CHANNEL_WRITE_VERSION,
@@ -8508,7 +8508,7 @@ async function processClaudePairSessions(agents) {
8508
8508
  killPairSession,
8509
8509
  pairTmuxSession,
8510
8510
  finalizeClaudePairOnboarding
8511
- } = await import("../claude-pair-runtime-3UHTNKZ4.js");
8511
+ } = await import("../claude-pair-runtime-JRG2D5KQ.js");
8512
8512
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
8513
8513
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
8514
8514
  const killed = await killPairSession(pairTmuxSession(pairId));