@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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-TZOAFHQP.js → chunk-7YAD4ECZ.js} +2 -2
- package/dist/{chunk-7XL7JLHZ.js → chunk-NCRDTQ54.js} +181 -170
- package/dist/chunk-NCRDTQ54.js.map +1 -0
- package/dist/{chunk-6XEUSG6Z.js → chunk-O55BMAX7.js} +56 -21
- package/dist/chunk-O55BMAX7.js.map +1 -0
- package/dist/{claude-pair-runtime-NMP6QNK4.js → claude-pair-runtime-G6OZ2VVG.js} +2 -2
- package/dist/lib/manager-worker.js +33 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +1 -0
- package/dist/{persistent-session-DEJFP7V7.js → persistent-session-ZSBDAKGL.js} +3 -3
- package/dist/{responsiveness-probe-5MNMTBIE.js → responsiveness-probe-QPRFO2EJ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-6XEUSG6Z.js.map +0 -1
- package/dist/chunk-7XL7JLHZ.js.map +0 -1
- /package/dist/{chunk-TZOAFHQP.js.map → chunk-7YAD4ECZ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-NMP6QNK4.js.map → claude-pair-runtime-G6OZ2VVG.js.map} +0 -0
- /package/dist/{persistent-session-DEJFP7V7.js.map → persistent-session-ZSBDAKGL.js.map} +0 -0
- /package/dist/{responsiveness-probe-5MNMTBIE.js.map → responsiveness-probe-QPRFO2EJ.js.map} +0 -0
|
@@ -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-
|
|
38
|
-
import "./chunk-
|
|
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-
|
|
77
|
+
//# sourceMappingURL=persistent-session-ZSBDAKGL.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
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-
|
|
307
|
+
//# sourceMappingURL=responsiveness-probe-QPRFO2EJ.js.map
|