@integrity-labs/agt-cli 0.28.72 → 0.28.73
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-36O7GO5B.js → chunk-AB57D3NN.js} +2 -2
- package/dist/{chunk-IL4CR6YM.js → chunk-BLW7YNYS.js} +38 -5
- package/dist/chunk-BLW7YNYS.js.map +1 -0
- package/dist/{chunk-Z2BMTZQK.js → chunk-PXMYLQWB.js} +13 -1
- package/dist/chunk-PXMYLQWB.js.map +1 -0
- package/dist/{claude-pair-runtime-XW57YWRZ.js → claude-pair-runtime-6KND4QS7.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-JCVHOC2Q.js → persistent-session-VKRJVW7A.js} +3 -3
- package/dist/{responsiveness-probe-OTYU6IER.js → responsiveness-probe-2VTHIPLG.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-IL4CR6YM.js.map +0 -1
- package/dist/chunk-Z2BMTZQK.js.map +0 -1
- /package/dist/{chunk-36O7GO5B.js.map → chunk-AB57D3NN.js.map} +0 -0
- /package/dist/{claude-pair-runtime-XW57YWRZ.js.map → claude-pair-runtime-6KND4QS7.js.map} +0 -0
- /package/dist/{persistent-session-JCVHOC2Q.js.map → persistent-session-VKRJVW7A.js.map} +0 -0
- /package/dist/{responsiveness-probe-OTYU6IER.js.map → responsiveness-probe-2VTHIPLG.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-VKRJVW7A.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-6KND4QS7.js.map
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
requireHost,
|
|
28
28
|
safeWriteJsonAtomic,
|
|
29
29
|
setConfigHash
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-BLW7YNYS.js";
|
|
31
31
|
import {
|
|
32
32
|
getProjectDir as getProjectDir2,
|
|
33
33
|
getReadyTasks,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
takeWatchdogGiveUpCount,
|
|
66
66
|
takeZombieDetection,
|
|
67
67
|
transcriptActivityAgeSeconds
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-AB57D3NN.js";
|
|
69
69
|
import {
|
|
70
70
|
FLAGS_SCHEMA_VERSION,
|
|
71
71
|
FLAG_REGISTRY,
|
|
@@ -97,7 +97,7 @@ import {
|
|
|
97
97
|
resolveDmTarget,
|
|
98
98
|
sumTranscriptUsageInWindow,
|
|
99
99
|
wrapScheduledTaskPrompt
|
|
100
|
-
} from "../chunk-
|
|
100
|
+
} from "../chunk-PXMYLQWB.js";
|
|
101
101
|
import {
|
|
102
102
|
parsePsRows,
|
|
103
103
|
reapOrphanChannelMcps
|
|
@@ -6775,7 +6775,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6775
6775
|
var lastVersionCheckAt = 0;
|
|
6776
6776
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6777
6777
|
var lastResponsivenessProbeAt = 0;
|
|
6778
|
-
var agtCliVersion = true ? "0.28.
|
|
6778
|
+
var agtCliVersion = true ? "0.28.73" : "dev";
|
|
6779
6779
|
function resolveBrewPath(execFileSync4) {
|
|
6780
6780
|
try {
|
|
6781
6781
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7883,7 +7883,7 @@ async function pollCycle() {
|
|
|
7883
7883
|
}
|
|
7884
7884
|
try {
|
|
7885
7885
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7886
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7886
|
+
const { collectDiagnostics } = await import("../persistent-session-VKRJVW7A.js");
|
|
7887
7887
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7888
7888
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7889
7889
|
let tailscaleHostname;
|
|
@@ -7984,7 +7984,7 @@ async function pollCycle() {
|
|
|
7984
7984
|
const {
|
|
7985
7985
|
collectResponsivenessProbes,
|
|
7986
7986
|
getResponsivenessIntervalMs
|
|
7987
|
-
} = await import("../responsiveness-probe-
|
|
7987
|
+
} = await import("../responsiveness-probe-2VTHIPLG.js");
|
|
7988
7988
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7989
7989
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7990
7990
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8016,7 +8016,7 @@ async function pollCycle() {
|
|
|
8016
8016
|
collectResponsivenessProbes,
|
|
8017
8017
|
livePendingInboundOldestAgeSeconds,
|
|
8018
8018
|
parkPendingInbound
|
|
8019
|
-
} = await import("../responsiveness-probe-
|
|
8019
|
+
} = await import("../responsiveness-probe-2VTHIPLG.js");
|
|
8020
8020
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8021
8021
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8022
8022
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11479,7 +11479,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11479
11479
|
killPairSession,
|
|
11480
11480
|
pairTmuxSession,
|
|
11481
11481
|
finalizeClaudePairOnboarding
|
|
11482
|
-
} = await import("../claude-pair-runtime-
|
|
11482
|
+
} = await import("../claude-pair-runtime-6KND4QS7.js");
|
|
11483
11483
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11484
11484
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11485
11485
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeZombieDetection,
|
|
26
26
|
writeDirectChatSessionState,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-AB57D3NN.js";
|
|
29
|
+
import "./chunk-PXMYLQWB.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
writeDirectChatSessionState,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-VKRJVW7A.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-AB57D3NN.js";
|
|
4
|
+
import "./chunk-PXMYLQWB.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -250,4 +250,4 @@ export {
|
|
|
250
250
|
parkPendingInbound,
|
|
251
251
|
readAndResetChannelDeflections
|
|
252
252
|
};
|
|
253
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
253
|
+
//# sourceMappingURL=responsiveness-probe-2VTHIPLG.js.map
|