@integrity-labs/agt-cli 0.28.201 → 0.28.203
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-KOZN2FW2.js → chunk-E32KXZXX.js} +1 -1
- package/dist/chunk-E32KXZXX.js.map +1 -0
- package/dist/{chunk-QV2GUGUS.js → chunk-KL6YLWGM.js} +3 -3
- package/dist/{chunk-QV2GUGUS.js.map → chunk-KL6YLWGM.js.map} +1 -1
- package/dist/{chunk-MFHRREFW.js → chunk-X3LBSW45.js} +2 -2
- package/dist/{claude-pair-runtime-SUMWSIVF.js → claude-pair-runtime-GUPKR3WG.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-ISR7OKYM.js → persistent-session-R7Q7QQYO.js} +3 -3
- package/dist/{responsiveness-probe-HFGI3KBX.js → responsiveness-probe-WZGKNPQ4.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-KOZN2FW2.js.map +0 -1
- /package/dist/{chunk-MFHRREFW.js.map → chunk-X3LBSW45.js.map} +0 -0
- /package/dist/{claude-pair-runtime-SUMWSIVF.js.map → claude-pair-runtime-GUPKR3WG.js.map} +0 -0
- /package/dist/{persistent-session-ISR7OKYM.js.map → persistent-session-R7Q7QQYO.js.map} +0 -0
- /package/dist/{responsiveness-probe-HFGI3KBX.js.map → responsiveness-probe-WZGKNPQ4.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-E32KXZXX.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1621,4 +1621,4 @@ export {
|
|
|
1621
1621
|
stopAllSessionsAndWait,
|
|
1622
1622
|
getProjectDir
|
|
1623
1623
|
};
|
|
1624
|
-
//# sourceMappingURL=chunk-
|
|
1624
|
+
//# sourceMappingURL=chunk-X3LBSW45.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-R7Q7QQYO.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-GUPKR3WG.js.map
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
requireHost,
|
|
28
28
|
safeWriteJsonAtomic,
|
|
29
29
|
setConfigHash
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-KL6YLWGM.js";
|
|
31
31
|
import {
|
|
32
32
|
getProjectDir as getProjectDir2,
|
|
33
33
|
getReadyTasks,
|
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
takeZombieDetection,
|
|
70
70
|
transcriptActivityAgeSeconds,
|
|
71
71
|
writeEgressAllowlist
|
|
72
|
-
} from "../chunk-
|
|
72
|
+
} from "../chunk-X3LBSW45.js";
|
|
73
73
|
import {
|
|
74
74
|
CONVERSATION_FAILURE_CATEGORIES,
|
|
75
75
|
DEFAULT_FRAMEWORK,
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
resolveChannels,
|
|
114
114
|
resolveDmTarget,
|
|
115
115
|
sumTranscriptUsageInWindow
|
|
116
|
-
} from "../chunk-
|
|
116
|
+
} from "../chunk-E32KXZXX.js";
|
|
117
117
|
import {
|
|
118
118
|
parsePsRows,
|
|
119
119
|
reapOrphanChannelMcps
|
|
@@ -6681,7 +6681,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6681
6681
|
var lastVersionCheckAt = 0;
|
|
6682
6682
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6683
6683
|
var lastResponsivenessProbeAt = 0;
|
|
6684
|
-
var agtCliVersion = true ? "0.28.
|
|
6684
|
+
var agtCliVersion = true ? "0.28.203" : "dev";
|
|
6685
6685
|
function resolveBrewPath(execFileSync4) {
|
|
6686
6686
|
try {
|
|
6687
6687
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7574,7 +7574,7 @@ async function pollCycle() {
|
|
|
7574
7574
|
}
|
|
7575
7575
|
try {
|
|
7576
7576
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7577
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7577
|
+
const { collectDiagnostics } = await import("../persistent-session-R7Q7QQYO.js");
|
|
7578
7578
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7579
7579
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7580
7580
|
let tailscaleHostname;
|
|
@@ -7722,7 +7722,7 @@ async function pollCycle() {
|
|
|
7722
7722
|
const {
|
|
7723
7723
|
collectResponsivenessProbes,
|
|
7724
7724
|
getResponsivenessIntervalMs
|
|
7725
|
-
} = await import("../responsiveness-probe-
|
|
7725
|
+
} = await import("../responsiveness-probe-WZGKNPQ4.js");
|
|
7726
7726
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7727
7727
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7728
7728
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7754,7 +7754,7 @@ async function pollCycle() {
|
|
|
7754
7754
|
collectResponsivenessProbes,
|
|
7755
7755
|
livePendingInboundOldestAgeSeconds,
|
|
7756
7756
|
parkPendingInbound
|
|
7757
|
-
} = await import("../responsiveness-probe-
|
|
7757
|
+
} = await import("../responsiveness-probe-WZGKNPQ4.js");
|
|
7758
7758
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
7759
7759
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
7760
7760
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10767,7 +10767,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10767
10767
|
killPairSession,
|
|
10768
10768
|
pairTmuxSession,
|
|
10769
10769
|
finalizeClaudePairOnboarding
|
|
10770
|
-
} = await import("../claude-pair-runtime-
|
|
10770
|
+
} = await import("../claude-pair-runtime-GUPKR3WG.js");
|
|
10771
10771
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10772
10772
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10773
10773
|
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-X3LBSW45.js";
|
|
38
|
+
import "./chunk-E32KXZXX.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-R7Q7QQYO.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-X3LBSW45.js";
|
|
4
|
+
import "./chunk-E32KXZXX.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-WZGKNPQ4.js.map
|