@integrity-labs/agt-cli 0.28.835 → 0.28.837

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.
@@ -60,7 +60,7 @@ import {
60
60
  safeWriteJsonAtomic,
61
61
  setConfigHash,
62
62
  tripClass
63
- } from "../chunk-REBHUZ7N.js";
63
+ } from "../chunk-PWCWBPNG.js";
64
64
  import {
65
65
  getProjectDir as getProjectDir2,
66
66
  getReadyTasks,
@@ -13669,7 +13669,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
13669
13669
  var lastVersionCheckAt = 0;
13670
13670
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
13671
13671
  var lastResponsivenessProbeAt = 0;
13672
- var agtCliVersion = true ? "0.28.835" : "dev";
13672
+ var agtCliVersion = true ? "0.28.837" : "dev";
13673
13673
  function resolveBrewPath(execFileSync2) {
13674
13674
  try {
13675
13675
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();