@integrity-labs/agt-cli 0.27.52 → 0.27.53
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-UOHGOS3O.js → chunk-2NOH5XB5.js} +13 -1
- package/dist/chunk-2NOH5XB5.js.map +1 -0
- package/dist/{chunk-5S322IC7.js → chunk-4ZKBMJ3Y.js} +2 -2
- package/dist/{chunk-IMKH4X56.js → chunk-GPBGRRCV.js} +50 -34
- package/dist/chunk-GPBGRRCV.js.map +1 -0
- package/dist/{claude-pair-runtime-PZBLMYVH.js → claude-pair-runtime-OOVDC4YK.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-JRF3JXTC.js → persistent-session-6TWTADQN.js} +3 -3
- package/dist/{responsiveness-probe-JZLGWZFN.js → responsiveness-probe-KBUKS7PN.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-IMKH4X56.js.map +0 -1
- package/dist/chunk-UOHGOS3O.js.map +0 -1
- /package/dist/{chunk-5S322IC7.js.map → chunk-4ZKBMJ3Y.js.map} +0 -0
- /package/dist/{claude-pair-runtime-PZBLMYVH.js.map → claude-pair-runtime-OOVDC4YK.js.map} +0 -0
- /package/dist/{persistent-session-JRF3JXTC.js.map → persistent-session-6TWTADQN.js.map} +0 -0
- /package/dist/{responsiveness-probe-JZLGWZFN.js.map → responsiveness-probe-KBUKS7PN.js.map} +0 -0
|
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
|
|
|
100
100
|
return { ok: true };
|
|
101
101
|
} catch {
|
|
102
102
|
}
|
|
103
|
-
const { resolveClaudeBinary } = await import("./persistent-session-
|
|
103
|
+
const { resolveClaudeBinary } = await import("./persistent-session-6TWTADQN.js");
|
|
104
104
|
const claudeBin = resolveClaudeBinary();
|
|
105
105
|
const pairEnv = {
|
|
106
106
|
...process.env,
|
|
@@ -373,4 +373,4 @@ export {
|
|
|
373
373
|
startClaudePair,
|
|
374
374
|
submitClaudePairCode
|
|
375
375
|
};
|
|
376
|
-
//# sourceMappingURL=claude-pair-runtime-
|
|
376
|
+
//# sourceMappingURL=claude-pair-runtime-OOVDC4YK.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
provisionOrientHook,
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-GPBGRRCV.js";
|
|
19
19
|
import {
|
|
20
20
|
getProjectDir as getProjectDir2,
|
|
21
21
|
getReadyTasks,
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
stopAllSessionsAndWait,
|
|
47
47
|
stopPersistentSession,
|
|
48
48
|
takeZombieDetection
|
|
49
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-4ZKBMJ3Y.js";
|
|
50
50
|
import {
|
|
51
51
|
KANBAN_CHECK_COMMAND,
|
|
52
52
|
appendDmFooter,
|
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
resolveConnectivityProbe,
|
|
70
70
|
resolveDmTarget,
|
|
71
71
|
wrapScheduledTaskPrompt
|
|
72
|
-
} from "../chunk-
|
|
72
|
+
} from "../chunk-2NOH5XB5.js";
|
|
73
73
|
import {
|
|
74
74
|
parsePsRows,
|
|
75
75
|
reapOrphanChannelMcps
|
|
@@ -3512,7 +3512,7 @@ var cachedFrameworkVersion = null;
|
|
|
3512
3512
|
var lastVersionCheckAt = 0;
|
|
3513
3513
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3514
3514
|
var lastResponsivenessProbeAt = 0;
|
|
3515
|
-
var agtCliVersion = true ? "0.27.
|
|
3515
|
+
var agtCliVersion = true ? "0.27.53" : "dev";
|
|
3516
3516
|
function resolveBrewPath(execFileSync4) {
|
|
3517
3517
|
try {
|
|
3518
3518
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -4587,7 +4587,7 @@ async function pollCycle() {
|
|
|
4587
4587
|
}
|
|
4588
4588
|
try {
|
|
4589
4589
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
4590
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
4590
|
+
const { collectDiagnostics } = await import("../persistent-session-6TWTADQN.js");
|
|
4591
4591
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
4592
4592
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
4593
4593
|
let tailscaleHostname;
|
|
@@ -4655,7 +4655,7 @@ async function pollCycle() {
|
|
|
4655
4655
|
const {
|
|
4656
4656
|
collectResponsivenessProbes,
|
|
4657
4657
|
getResponsivenessIntervalMs
|
|
4658
|
-
} = await import("../responsiveness-probe-
|
|
4658
|
+
} = await import("../responsiveness-probe-KBUKS7PN.js");
|
|
4659
4659
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
4660
4660
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
4661
4661
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8767,7 +8767,7 @@ async function processClaudePairSessions(agents) {
|
|
|
8767
8767
|
killPairSession,
|
|
8768
8768
|
pairTmuxSession,
|
|
8769
8769
|
finalizeClaudePairOnboarding
|
|
8770
|
-
} = await import("../claude-pair-runtime-
|
|
8770
|
+
} = await import("../claude-pair-runtime-OOVDC4YK.js");
|
|
8771
8771
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
8772
8772
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
8773
8773
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -21,8 +21,8 @@ import {
|
|
|
21
21
|
stopPersistentSession,
|
|
22
22
|
takeZombieDetection,
|
|
23
23
|
writePersistentClaudeWrapper
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-4ZKBMJ3Y.js";
|
|
25
|
+
import "./chunk-2NOH5XB5.js";
|
|
26
26
|
import "./chunk-XWVM4KPK.js";
|
|
27
27
|
export {
|
|
28
28
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
takeZombieDetection,
|
|
49
49
|
writePersistentClaudeWrapper
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=persistent-session-
|
|
51
|
+
//# sourceMappingURL=persistent-session-6TWTADQN.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4ZKBMJ3Y.js";
|
|
4
|
+
import "./chunk-2NOH5XB5.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
collectResponsivenessProbes,
|
|
31
31
|
getResponsivenessIntervalMs
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
33
|
+
//# sourceMappingURL=responsiveness-probe-KBUKS7PN.js.map
|