@integrity-labs/agt-cli 0.27.162 → 0.27.163

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-LK7R6HLJ.js";
4
+ } from "./chunk-3A2H4ZLD.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1641,4 +1641,4 @@ export {
1641
1641
  stopAllSessionsAndWait,
1642
1642
  getProjectDir
1643
1643
  };
1644
- //# sourceMappingURL=chunk-AEECYKHW.js.map
1644
+ //# sourceMappingURL=chunk-5TBIEU36.js.map
@@ -14,7 +14,7 @@ import {
14
14
  registerFramework,
15
15
  resolveAvatarEnvUrl,
16
16
  wrapScheduledTaskPrompt
17
- } from "./chunk-LK7R6HLJ.js";
17
+ } from "./chunk-3A2H4ZLD.js";
18
18
 
19
19
  // ../../packages/core/dist/integrations/registry.js
20
20
  var INTEGRATION_REGISTRY = [
@@ -8222,4 +8222,4 @@ export {
8222
8222
  managerInstallSystemUnitCommand,
8223
8223
  managerUninstallSystemUnitCommand
8224
8224
  };
8225
- //# sourceMappingURL=chunk-H5B4ESA5.js.map
8225
+ //# sourceMappingURL=chunk-DTZKJYJP.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-WL22MKBS.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-7BLPRGWR.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-TZOAZFBQ.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-ZEFIYDUH.js.map
@@ -22,7 +22,7 @@ import {
22
22
  provisionStopHook,
23
23
  requireHost,
24
24
  safeWriteJsonAtomic
25
- } from "../chunk-H5B4ESA5.js";
25
+ } from "../chunk-DTZKJYJP.js";
26
26
  import {
27
27
  getProjectDir as getProjectDir2,
28
28
  getReadyTasks,
@@ -64,7 +64,7 @@ import {
64
64
  takeWatchdogGiveUpCount,
65
65
  takeZombieDetection,
66
66
  transcriptActivityAgeSeconds
67
- } from "../chunk-AEECYKHW.js";
67
+ } from "../chunk-5TBIEU36.js";
68
68
  import {
69
69
  FLAGS_SCHEMA_VERSION,
70
70
  KANBAN_CHECK_COMMAND,
@@ -96,7 +96,7 @@ import {
96
96
  sumTranscriptUsageInWindow,
97
97
  worseConnectivityOutcome,
98
98
  wrapScheduledTaskPrompt
99
- } from "../chunk-LK7R6HLJ.js";
99
+ } from "../chunk-3A2H4ZLD.js";
100
100
  import {
101
101
  parsePsRows,
102
102
  reapOrphanChannelMcps
@@ -5012,7 +5012,7 @@ var cachedMaintenanceWindow = null;
5012
5012
  var lastVersionCheckAt = 0;
5013
5013
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
5014
5014
  var lastResponsivenessProbeAt = 0;
5015
- var agtCliVersion = true ? "0.27.162" : "dev";
5015
+ var agtCliVersion = true ? "0.27.163" : "dev";
5016
5016
  function resolveBrewPath(execFileSync4) {
5017
5017
  try {
5018
5018
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -5762,10 +5762,7 @@ function hostFlagStore() {
5762
5762
  return _hostFlagStore;
5763
5763
  }
5764
5764
  function channelQuarantineMode() {
5765
- const v = process.env["AGT_CHANNEL_QUARANTINE_MODE"]?.toLowerCase();
5766
- if (v === "off") return "off";
5767
- if (v === "enforce") return "enforce";
5768
- return "shadow";
5765
+ return hostFlagStore().getString("channel-quarantine-mode");
5769
5766
  }
5770
5767
  function channelQuarantineDwellMs() {
5771
5768
  const raw = parseInt(process.env["AGT_CHANNEL_QUARANTINE_DWELL_MS"] ?? "", 10);
@@ -6218,7 +6215,7 @@ async function pollCycle() {
6218
6215
  }
6219
6216
  try {
6220
6217
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
6221
- const { collectDiagnostics } = await import("../persistent-session-WL22MKBS.js");
6218
+ const { collectDiagnostics } = await import("../persistent-session-7BLPRGWR.js");
6222
6219
  const diagCodeNames = [...agentState.persistentSessionAgents];
6223
6220
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
6224
6221
  let tailscaleHostname;
@@ -6312,12 +6309,12 @@ async function pollCycle() {
6312
6309
  const {
6313
6310
  collectResponsivenessProbes,
6314
6311
  getResponsivenessIntervalMs
6315
- } = await import("../responsiveness-probe-N3Q3O6X7.js");
6312
+ } = await import("../responsiveness-probe-AL3O7SYZ.js");
6316
6313
  const probeIntervalMs = getResponsivenessIntervalMs();
6317
6314
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
6318
6315
  const probeCodeNames = [...agentState.persistentSessionAgents];
6319
6316
  if (probeCodeNames.length > 0) {
6320
- const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-WL22MKBS.js");
6317
+ const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-7BLPRGWR.js");
6321
6318
  const drainedGiveUps = /* @__PURE__ */ new Map();
6322
6319
  const drainedAcpxFailures = /* @__PURE__ */ new Map();
6323
6320
  const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
@@ -6351,7 +6348,7 @@ async function pollCycle() {
6351
6348
  collectResponsivenessProbes,
6352
6349
  livePendingInboundOldestAgeSeconds,
6353
6350
  parkPendingInbound
6354
- } = await import("../responsiveness-probe-N3Q3O6X7.js");
6351
+ } = await import("../responsiveness-probe-AL3O7SYZ.js");
6355
6352
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
6356
6353
  const wedgeNow = /* @__PURE__ */ new Date();
6357
6354
  const liveAgents = agentState.persistentSessionAgents;
@@ -10947,7 +10944,7 @@ async function processClaudePairSessions(agents) {
10947
10944
  killPairSession,
10948
10945
  pairTmuxSession,
10949
10946
  finalizeClaudePairOnboarding
10950
- } = await import("../claude-pair-runtime-TZOAZFBQ.js");
10947
+ } = await import("../claude-pair-runtime-ZEFIYDUH.js");
10951
10948
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10952
10949
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10953
10950
  const killed = await killPairSession(pairTmuxSession(pairId));