@integrity-labs/agt-cli 0.27.87 → 0.27.88
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-5IWPCN3V.js → chunk-54TIJVLZ.js} +10 -2
- package/dist/chunk-54TIJVLZ.js.map +1 -0
- package/dist/{chunk-7EKFVCGY.js → chunk-SI2WVUAR.js} +75 -8
- package/dist/chunk-SI2WVUAR.js.map +1 -0
- package/dist/{chunk-2E42P2IO.js → chunk-X747EIDT.js} +2 -2
- package/dist/{claude-pair-runtime-WTGNQXCL.js → claude-pair-runtime-N2OVK463.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-IADHTYFL.js → persistent-session-5LZH3KKT.js} +5 -3
- package/dist/{responsiveness-probe-3IY27CNE.js → responsiveness-probe-DG5VINBC.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-5IWPCN3V.js.map +0 -1
- package/dist/chunk-7EKFVCGY.js.map +0 -1
- /package/dist/{chunk-2E42P2IO.js.map → chunk-X747EIDT.js.map} +0 -0
- /package/dist/{claude-pair-runtime-WTGNQXCL.js.map → claude-pair-runtime-N2OVK463.js.map} +0 -0
- /package/dist/{persistent-session-IADHTYFL.js.map → persistent-session-5LZH3KKT.js.map} +0 -0
- /package/dist/{responsiveness-probe-3IY27CNE.js.map → responsiveness-probe-DG5VINBC.js.map} +0 -0
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
readPaneLogTail,
|
|
15
15
|
resetRestartCount,
|
|
16
16
|
resolveClaudeBinary,
|
|
17
|
+
resolveSessionSpawnDecision,
|
|
17
18
|
sendToAgent,
|
|
18
19
|
startPersistentSession,
|
|
19
20
|
stopAllSessions,
|
|
@@ -21,8 +22,8 @@ import {
|
|
|
21
22
|
stopPersistentSession,
|
|
22
23
|
takeZombieDetection,
|
|
23
24
|
writePersistentClaudeWrapper
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-SI2WVUAR.js";
|
|
26
|
+
import "./chunk-54TIJVLZ.js";
|
|
26
27
|
import "./chunk-XWVM4KPK.js";
|
|
27
28
|
export {
|
|
28
29
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -40,6 +41,7 @@ export {
|
|
|
40
41
|
readPaneLogTail,
|
|
41
42
|
resetRestartCount,
|
|
42
43
|
resolveClaudeBinary,
|
|
44
|
+
resolveSessionSpawnDecision,
|
|
43
45
|
sendToAgent,
|
|
44
46
|
startPersistentSession,
|
|
45
47
|
stopAllSessions,
|
|
@@ -48,4 +50,4 @@ export {
|
|
|
48
50
|
takeZombieDetection,
|
|
49
51
|
writePersistentClaudeWrapper
|
|
50
52
|
};
|
|
51
|
-
//# sourceMappingURL=persistent-session-
|
|
53
|
+
//# sourceMappingURL=persistent-session-5LZH3KKT.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-SI2WVUAR.js";
|
|
4
|
+
import "./chunk-54TIJVLZ.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
collectResponsivenessProbes,
|
|
71
71
|
getResponsivenessIntervalMs
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
73
|
+
//# sourceMappingURL=responsiveness-probe-DG5VINBC.js.map
|