@integrity-labs/agt-cli 0.28.129 → 0.28.130
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-NCRDTQ54.js → chunk-RIT2OY5S.js} +29 -21
- package/dist/chunk-RIT2OY5S.js.map +1 -0
- package/dist/{chunk-KIHRKGQI.js → chunk-RTSX4A54.js} +26 -22
- package/dist/chunk-RTSX4A54.js.map +1 -0
- package/dist/{chunk-GNDZBP3I.js → chunk-XBF7ACI5.js} +2 -2
- package/dist/{claude-pair-runtime-DDIIKRDG.js → claude-pair-runtime-F5KZNGVO.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-YPKC2K44.js → persistent-session-YU3FIAUK.js} +3 -3
- package/dist/{responsiveness-probe-43JLWBJI.js → responsiveness-probe-TN5JW2NM.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-KIHRKGQI.js.map +0 -1
- package/dist/chunk-NCRDTQ54.js.map +0 -1
- /package/dist/{chunk-GNDZBP3I.js.map → chunk-XBF7ACI5.js.map} +0 -0
- /package/dist/{claude-pair-runtime-DDIIKRDG.js.map → claude-pair-runtime-F5KZNGVO.js.map} +0 -0
- /package/dist/{persistent-session-YPKC2K44.js.map → persistent-session-YU3FIAUK.js.map} +0 -0
- /package/dist/{responsiveness-probe-43JLWBJI.js.map → responsiveness-probe-TN5JW2NM.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-RIT2OY5S.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1575,4 +1575,4 @@ export {
|
|
|
1575
1575
|
stopAllSessionsAndWait,
|
|
1576
1576
|
getProjectDir
|
|
1577
1577
|
};
|
|
1578
|
-
//# sourceMappingURL=chunk-
|
|
1578
|
+
//# sourceMappingURL=chunk-XBF7ACI5.js.map
|
|
@@ -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-YU3FIAUK.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-F5KZNGVO.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-RTSX4A54.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
takeZombieDetection,
|
|
73
73
|
transcriptActivityAgeSeconds,
|
|
74
74
|
writeEgressAllowlist
|
|
75
|
-
} from "../chunk-
|
|
75
|
+
} from "../chunk-XBF7ACI5.js";
|
|
76
76
|
import {
|
|
77
77
|
FLAGS_SCHEMA_VERSION,
|
|
78
78
|
FLAG_REGISTRY,
|
|
@@ -110,7 +110,7 @@ import {
|
|
|
110
110
|
resolveDmTarget,
|
|
111
111
|
sumTranscriptUsageInWindow,
|
|
112
112
|
wrapScheduledTaskPrompt
|
|
113
|
-
} from "../chunk-
|
|
113
|
+
} from "../chunk-RIT2OY5S.js";
|
|
114
114
|
import {
|
|
115
115
|
parsePsRows,
|
|
116
116
|
reapOrphanChannelMcps
|
|
@@ -7017,7 +7017,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
7017
7017
|
var lastVersionCheckAt = 0;
|
|
7018
7018
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
7019
7019
|
var lastResponsivenessProbeAt = 0;
|
|
7020
|
-
var agtCliVersion = true ? "0.28.
|
|
7020
|
+
var agtCliVersion = true ? "0.28.130" : "dev";
|
|
7021
7021
|
function resolveBrewPath(execFileSync4) {
|
|
7022
7022
|
try {
|
|
7023
7023
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -8144,7 +8144,7 @@ async function pollCycle() {
|
|
|
8144
8144
|
}
|
|
8145
8145
|
try {
|
|
8146
8146
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
8147
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
8147
|
+
const { collectDiagnostics } = await import("../persistent-session-YU3FIAUK.js");
|
|
8148
8148
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
8149
8149
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
8150
8150
|
let tailscaleHostname;
|
|
@@ -8245,7 +8245,7 @@ async function pollCycle() {
|
|
|
8245
8245
|
const {
|
|
8246
8246
|
collectResponsivenessProbes,
|
|
8247
8247
|
getResponsivenessIntervalMs
|
|
8248
|
-
} = await import("../responsiveness-probe-
|
|
8248
|
+
} = await import("../responsiveness-probe-TN5JW2NM.js");
|
|
8249
8249
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
8250
8250
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
8251
8251
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8277,7 +8277,7 @@ async function pollCycle() {
|
|
|
8277
8277
|
collectResponsivenessProbes,
|
|
8278
8278
|
livePendingInboundOldestAgeSeconds,
|
|
8279
8279
|
parkPendingInbound
|
|
8280
|
-
} = await import("../responsiveness-probe-
|
|
8280
|
+
} = await import("../responsiveness-probe-TN5JW2NM.js");
|
|
8281
8281
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8282
8282
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8283
8283
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11820,7 +11820,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11820
11820
|
killPairSession,
|
|
11821
11821
|
pairTmuxSession,
|
|
11822
11822
|
finalizeClaudePairOnboarding
|
|
11823
|
-
} = await import("../claude-pair-runtime-
|
|
11823
|
+
} = await import("../claude-pair-runtime-F5KZNGVO.js");
|
|
11824
11824
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11825
11825
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11826
11826
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -34,8 +34,8 @@ import {
|
|
|
34
34
|
writeDirectChatSessionState,
|
|
35
35
|
writeEgressAllowlist,
|
|
36
36
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-XBF7ACI5.js";
|
|
38
|
+
import "./chunk-RIT2OY5S.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-YU3FIAUK.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-XBF7ACI5.js";
|
|
4
|
+
import "./chunk-RIT2OY5S.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-TN5JW2NM.js.map
|