@integrity-labs/agt-cli 0.28.112 → 0.28.113
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 +3 -3
- package/dist/{chunk-XJYSXBCO.js → chunk-KWRQ4WLA.js} +2 -2
- package/dist/{chunk-O3YG5F6U.js → chunk-LU55ZAOK.js} +2 -2
- package/dist/chunk-LU55ZAOK.js.map +1 -0
- package/dist/{claude-pair-runtime-RYAG2B2J.js → claude-pair-runtime-ILZX4PUT.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-F4OLAQ6B.js → persistent-session-VSY2PPSJ.js} +2 -2
- package/dist/{responsiveness-probe-EI47P45I.js → responsiveness-probe-TZPXX73W.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-O3YG5F6U.js.map +0 -1
- /package/dist/{chunk-XJYSXBCO.js.map → chunk-KWRQ4WLA.js.map} +0 -0
- /package/dist/{claude-pair-runtime-RYAG2B2J.js.map → claude-pair-runtime-ILZX4PUT.js.map} +0 -0
- /package/dist/{persistent-session-F4OLAQ6B.js.map → persistent-session-VSY2PPSJ.js.map} +0 -0
- /package/dist/{responsiveness-probe-EI47P45I.js.map → responsiveness-probe-TZPXX73W.js.map} +0 -0
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-KWRQ4WLA.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-LU55ZAOK.js";
|
|
76
76
|
import {
|
|
77
77
|
FLAGS_SCHEMA_VERSION,
|
|
78
78
|
FLAG_REGISTRY,
|
|
@@ -7000,7 +7000,7 @@ var cachedMaintenanceWindow = null;
|
|
|
7000
7000
|
var lastVersionCheckAt = 0;
|
|
7001
7001
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
7002
7002
|
var lastResponsivenessProbeAt = 0;
|
|
7003
|
-
var agtCliVersion = true ? "0.28.
|
|
7003
|
+
var agtCliVersion = true ? "0.28.113" : "dev";
|
|
7004
7004
|
function resolveBrewPath(execFileSync4) {
|
|
7005
7005
|
try {
|
|
7006
7006
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -8111,7 +8111,7 @@ async function pollCycle() {
|
|
|
8111
8111
|
}
|
|
8112
8112
|
try {
|
|
8113
8113
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
8114
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
8114
|
+
const { collectDiagnostics } = await import("../persistent-session-VSY2PPSJ.js");
|
|
8115
8115
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
8116
8116
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
8117
8117
|
let tailscaleHostname;
|
|
@@ -8212,7 +8212,7 @@ async function pollCycle() {
|
|
|
8212
8212
|
const {
|
|
8213
8213
|
collectResponsivenessProbes,
|
|
8214
8214
|
getResponsivenessIntervalMs
|
|
8215
|
-
} = await import("../responsiveness-probe-
|
|
8215
|
+
} = await import("../responsiveness-probe-TZPXX73W.js");
|
|
8216
8216
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
8217
8217
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
8218
8218
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8244,7 +8244,7 @@ async function pollCycle() {
|
|
|
8244
8244
|
collectResponsivenessProbes,
|
|
8245
8245
|
livePendingInboundOldestAgeSeconds,
|
|
8246
8246
|
parkPendingInbound
|
|
8247
|
-
} = await import("../responsiveness-probe-
|
|
8247
|
+
} = await import("../responsiveness-probe-TZPXX73W.js");
|
|
8248
8248
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8249
8249
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8250
8250
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11776,7 +11776,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11776
11776
|
killPairSession,
|
|
11777
11777
|
pairTmuxSession,
|
|
11778
11778
|
finalizeClaudePairOnboarding
|
|
11779
|
-
} = await import("../claude-pair-runtime-
|
|
11779
|
+
} = await import("../claude-pair-runtime-ILZX4PUT.js");
|
|
11780
11780
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11781
11781
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11782
11782
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
writeDirectChatSessionState,
|
|
35
35
|
writeEgressAllowlist,
|
|
36
36
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-LU55ZAOK.js";
|
|
38
38
|
import "./chunk-63VABDNF.js";
|
|
39
39
|
import "./chunk-XWVM4KPK.js";
|
|
40
40
|
export {
|
|
@@ -74,4 +74,4 @@ export {
|
|
|
74
74
|
writeEgressAllowlist,
|
|
75
75
|
writePersistentClaudeWrapper
|
|
76
76
|
};
|
|
77
|
-
//# sourceMappingURL=persistent-session-
|
|
77
|
+
//# sourceMappingURL=persistent-session-VSY2PPSJ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-LU55ZAOK.js";
|
|
4
4
|
import "./chunk-63VABDNF.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
@@ -304,4 +304,4 @@ export {
|
|
|
304
304
|
readAndResetChannelDeflections,
|
|
305
305
|
readAndResetChannelLaneClassifications
|
|
306
306
|
};
|
|
307
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
307
|
+
//# sourceMappingURL=responsiveness-probe-TZPXX73W.js.map
|