@integrity-labs/agt-cli 0.28.126 → 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.
@@ -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 {
@@ -34,8 +34,8 @@ import {
34
34
  writeDirectChatSessionState,
35
35
  writeEgressAllowlist,
36
36
  writePersistentClaudeWrapper
37
- } from "./chunk-TZOAFHQP.js";
38
- import "./chunk-7XL7JLHZ.js";
37
+ } from "./chunk-7YAD4ECZ.js";
38
+ import "./chunk-NCRDTQ54.js";
39
39
  import "./chunk-XWVM4KPK.js";
40
40
  export {
41
41
  EGRESS_BASELINE_DOMAINS,
@@ -74,4 +74,4 @@ export {
74
74
  writeEgressAllowlist,
75
75
  writePersistentClaudeWrapper
76
76
  };
77
- //# sourceMappingURL=persistent-session-DEJFP7V7.js.map
77
+ //# sourceMappingURL=persistent-session-ZSBDAKGL.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-TZOAFHQP.js";
4
- import "./chunk-7XL7JLHZ.js";
3
+ } from "./chunk-7YAD4ECZ.js";
4
+ import "./chunk-NCRDTQ54.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -304,4 +304,4 @@ export {
304
304
  readAndResetChannelDeflections,
305
305
  readAndResetChannelLaneClassifications
306
306
  };
307
- //# sourceMappingURL=responsiveness-probe-5MNMTBIE.js.map
307
+ //# sourceMappingURL=responsiveness-probe-QPRFO2EJ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.126",
3
+ "version": "0.28.128",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {