@integrity-labs/agt-cli 0.28.181 → 0.28.183
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-4PUAP6TD.js → chunk-3QVZSJZF.js} +3 -3
- package/dist/{chunk-J36USBIR.js → chunk-IDAJRLPK.js} +11 -2
- package/dist/chunk-IDAJRLPK.js.map +1 -0
- package/dist/{chunk-COJWP7W3.js → chunk-KE4NYCEP.js} +2 -2
- package/dist/{claude-pair-runtime-J3LRK6MS.js → claude-pair-runtime-D3O2UOA4.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-MT7ZJLZR.js → persistent-session-2TNWAAKT.js} +3 -3
- package/dist/{responsiveness-probe-H7P3OWBR.js → responsiveness-probe-VCFRALHX.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-J36USBIR.js.map +0 -1
- /package/dist/{chunk-4PUAP6TD.js.map → chunk-3QVZSJZF.js.map} +0 -0
- /package/dist/{chunk-COJWP7W3.js.map → chunk-KE4NYCEP.js.map} +0 -0
- /package/dist/{claude-pair-runtime-J3LRK6MS.js.map → claude-pair-runtime-D3O2UOA4.js.map} +0 -0
- /package/dist/{persistent-session-MT7ZJLZR.js.map → persistent-session-2TNWAAKT.js.map} +0 -0
- /package/dist/{responsiveness-probe-H7P3OWBR.js.map → responsiveness-probe-VCFRALHX.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-IDAJRLPK.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1588,4 +1588,4 @@ export {
|
|
|
1588
1588
|
stopAllSessionsAndWait,
|
|
1589
1589
|
getProjectDir
|
|
1590
1590
|
};
|
|
1591
|
-
//# sourceMappingURL=chunk-
|
|
1591
|
+
//# sourceMappingURL=chunk-KE4NYCEP.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-2TNWAAKT.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-D3O2UOA4.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-3QVZSJZF.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
takeZombieDetection,
|
|
71
71
|
transcriptActivityAgeSeconds,
|
|
72
72
|
writeEgressAllowlist
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-KE4NYCEP.js";
|
|
74
74
|
import {
|
|
75
75
|
CONVERSATION_FAILURE_CATEGORIES,
|
|
76
76
|
DEFAULT_FRAMEWORK,
|
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
resolveChannels,
|
|
112
112
|
resolveDmTarget,
|
|
113
113
|
sumTranscriptUsageInWindow
|
|
114
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-IDAJRLPK.js";
|
|
115
115
|
import {
|
|
116
116
|
parsePsRows,
|
|
117
117
|
reapOrphanChannelMcps
|
|
@@ -6596,7 +6596,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6596
6596
|
var lastVersionCheckAt = 0;
|
|
6597
6597
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6598
6598
|
var lastResponsivenessProbeAt = 0;
|
|
6599
|
-
var agtCliVersion = true ? "0.28.
|
|
6599
|
+
var agtCliVersion = true ? "0.28.183" : "dev";
|
|
6600
6600
|
function resolveBrewPath(execFileSync4) {
|
|
6601
6601
|
try {
|
|
6602
6602
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7489,7 +7489,7 @@ async function pollCycle() {
|
|
|
7489
7489
|
}
|
|
7490
7490
|
try {
|
|
7491
7491
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7492
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7492
|
+
const { collectDiagnostics } = await import("../persistent-session-2TNWAAKT.js");
|
|
7493
7493
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7494
7494
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7495
7495
|
let tailscaleHostname;
|
|
@@ -7637,7 +7637,7 @@ async function pollCycle() {
|
|
|
7637
7637
|
const {
|
|
7638
7638
|
collectResponsivenessProbes,
|
|
7639
7639
|
getResponsivenessIntervalMs
|
|
7640
|
-
} = await import("../responsiveness-probe-
|
|
7640
|
+
} = await import("../responsiveness-probe-VCFRALHX.js");
|
|
7641
7641
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7642
7642
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7643
7643
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7669,7 +7669,7 @@ async function pollCycle() {
|
|
|
7669
7669
|
collectResponsivenessProbes,
|
|
7670
7670
|
livePendingInboundOldestAgeSeconds,
|
|
7671
7671
|
parkPendingInbound
|
|
7672
|
-
} = await import("../responsiveness-probe-
|
|
7672
|
+
} = await import("../responsiveness-probe-VCFRALHX.js");
|
|
7673
7673
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
7674
7674
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
7675
7675
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10644,7 +10644,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10644
10644
|
killPairSession,
|
|
10645
10645
|
pairTmuxSession,
|
|
10646
10646
|
finalizeClaudePairOnboarding
|
|
10647
|
-
} = await import("../claude-pair-runtime-
|
|
10647
|
+
} = await import("../claude-pair-runtime-D3O2UOA4.js");
|
|
10648
10648
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10649
10649
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10650
10650
|
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-KE4NYCEP.js";
|
|
38
|
+
import "./chunk-IDAJRLPK.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-2TNWAAKT.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-KE4NYCEP.js";
|
|
4
|
+
import "./chunk-IDAJRLPK.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-VCFRALHX.js.map
|