@integrity-labs/agt-cli 0.28.127 → 0.28.128

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.
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-LPQ7DEEL.js";
31
+ } from "../chunk-O55BMAX7.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -7017,7 +7017,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
7017
7017
  var lastVersionCheckAt = 0;
7018
7018
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
7019
7019
  var lastResponsivenessProbeAt = 0;
7020
- var agtCliVersion = true ? "0.28.127" : "dev";
7020
+ var agtCliVersion = true ? "0.28.128" : "dev";
7021
7021
  function resolveBrewPath(execFileSync4) {
7022
7022
  try {
7023
7023
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -17899,6 +17899,7 @@ var strandedInboundNoticeFired = false;
17899
17899
  var strandedInboundNoticeInFlight = false;
17900
17900
  async function notifyStrandedInboundsOnFirstConnect() {
17901
17901
  if (strandedInboundNoticeFired || strandedInboundNoticeInFlight) return;
17902
+ if (channelReplayEnabled()) return;
17902
17903
  strandedInboundNoticeInFlight = true;
17903
17904
  let hadFailure = false;
17904
17905
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.127",
3
+ "version": "0.28.128",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {