@integrity-labs/agt-cli 0.28.840 → 0.28.842
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 +5 -5
- package/dist/{chunk-24AILXID.js → chunk-F4WQSKKU.js} +4 -4
- package/dist/{chunk-W4KAZQBS.js → chunk-KOVJCGBN.js} +122 -17
- package/dist/chunk-KOVJCGBN.js.map +1 -0
- package/dist/{chunk-DUOFKTAD.js → chunk-XBLODN73.js} +17 -11
- package/dist/chunk-XBLODN73.js.map +1 -0
- package/dist/{claude-pair-runtime-A52UZQ6V.js → claude-pair-runtime-UZZZJP4O.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/direct-chat-channel.js +752 -635
- package/dist/{persistent-session-N6FIS7UY.js → persistent-session-2Y2PA4SO.js} +13 -3
- package/dist/{responsiveness-probe-OBQCSEFT.js → responsiveness-probe-2ZJN5762.js} +3 -3
- package/dist/{session-auth-dead-LIPEYPBX.js → session-auth-dead-X6B6C3BR.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-DUOFKTAD.js.map +0 -1
- package/dist/chunk-W4KAZQBS.js.map +0 -1
- /package/dist/{chunk-24AILXID.js.map → chunk-F4WQSKKU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-A52UZQ6V.js.map → claude-pair-runtime-UZZZJP4O.js.map} +0 -0
- /package/dist/{persistent-session-N6FIS7UY.js.map → persistent-session-2Y2PA4SO.js.map} +0 -0
- /package/dist/{responsiveness-probe-OBQCSEFT.js.map → responsiveness-probe-2ZJN5762.js.map} +0 -0
- /package/dist/{session-auth-dead-LIPEYPBX.js.map → session-auth-dead-X6B6C3BR.js.map} +0 -0
|
@@ -3,10 +3,13 @@ import {
|
|
|
3
3
|
PANE_AGENT_ID_PROBE_TIMEOUT_MS,
|
|
4
4
|
REQUIRED_SPAWN_ENV,
|
|
5
5
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
6
|
+
TMUX_BOOTSTRAP_HOLD_CMD,
|
|
7
|
+
TMUX_BOOTSTRAP_SESSION_PREFIX,
|
|
6
8
|
_internals,
|
|
7
9
|
buildDockerRunCommand,
|
|
8
10
|
buildEgressAllowlist,
|
|
9
11
|
buildSpawnEnv,
|
|
12
|
+
buildTmuxSpawnPlan,
|
|
10
13
|
collectDiagnostics,
|
|
11
14
|
describePaneAgentIdMismatch,
|
|
12
15
|
detectFailureSignature,
|
|
@@ -39,6 +42,7 @@ import {
|
|
|
39
42
|
restartEgressSidecar,
|
|
40
43
|
rotatePaneLogForDayRollover,
|
|
41
44
|
rotateSessionForWedge,
|
|
45
|
+
runTmuxSpawnPlan,
|
|
42
46
|
sendToAgent,
|
|
43
47
|
spawnBackoffMs,
|
|
44
48
|
startPersistentSession,
|
|
@@ -46,21 +50,25 @@ import {
|
|
|
46
50
|
stopAllSessionsAndWait,
|
|
47
51
|
stopPersistentSession,
|
|
48
52
|
takeZombieDetection,
|
|
53
|
+
tmuxBootstrapSessionName,
|
|
49
54
|
writeDirectChatSessionState,
|
|
50
55
|
writeEgressAllowlist,
|
|
51
56
|
writePersistentClaudeWrapper
|
|
52
|
-
} from "./chunk-
|
|
53
|
-
import "./chunk-
|
|
57
|
+
} from "./chunk-KOVJCGBN.js";
|
|
58
|
+
import "./chunk-XBLODN73.js";
|
|
54
59
|
import "./chunk-XWVM4KPK.js";
|
|
55
60
|
export {
|
|
56
61
|
EGRESS_BASELINE_DOMAINS,
|
|
57
62
|
PANE_AGENT_ID_PROBE_TIMEOUT_MS,
|
|
58
63
|
REQUIRED_SPAWN_ENV,
|
|
59
64
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
65
|
+
TMUX_BOOTSTRAP_HOLD_CMD,
|
|
66
|
+
TMUX_BOOTSTRAP_SESSION_PREFIX,
|
|
60
67
|
_internals,
|
|
61
68
|
buildDockerRunCommand,
|
|
62
69
|
buildEgressAllowlist,
|
|
63
70
|
buildSpawnEnv,
|
|
71
|
+
buildTmuxSpawnPlan,
|
|
64
72
|
collectDiagnostics,
|
|
65
73
|
describePaneAgentIdMismatch,
|
|
66
74
|
detectFailureSignature,
|
|
@@ -93,6 +101,7 @@ export {
|
|
|
93
101
|
restartEgressSidecar,
|
|
94
102
|
rotatePaneLogForDayRollover,
|
|
95
103
|
rotateSessionForWedge,
|
|
104
|
+
runTmuxSpawnPlan,
|
|
96
105
|
sendToAgent,
|
|
97
106
|
spawnBackoffMs,
|
|
98
107
|
startPersistentSession,
|
|
@@ -100,8 +109,9 @@ export {
|
|
|
100
109
|
stopAllSessionsAndWait,
|
|
101
110
|
stopPersistentSession,
|
|
102
111
|
takeZombieDetection,
|
|
112
|
+
tmuxBootstrapSessionName,
|
|
103
113
|
writeDirectChatSessionState,
|
|
104
114
|
writeEgressAllowlist,
|
|
105
115
|
writePersistentClaudeWrapper
|
|
106
116
|
};
|
|
107
|
-
//# sourceMappingURL=persistent-session-
|
|
117
|
+
//# sourceMappingURL=persistent-session-2Y2PA4SO.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-KOVJCGBN.js";
|
|
4
|
+
import "./chunk-XBLODN73.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -764,4 +764,4 @@ export {
|
|
|
764
764
|
readAndResetSlackReplyBindingClassifications,
|
|
765
765
|
readAndResetSlackReplyTargetClassifications
|
|
766
766
|
};
|
|
767
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
767
|
+
//# sourceMappingURL=responsiveness-probe-2ZJN5762.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XBLODN73.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-X6B6C3BR.js.map
|