@integrity-labs/agt-cli 0.28.204 → 0.28.205
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-DKVV2REL.js → chunk-46I4PFYV.js} +3 -3
- package/dist/{chunk-2AWUVRIX.js → chunk-7VPPMJA6.js} +5 -1
- package/dist/chunk-7VPPMJA6.js.map +1 -0
- package/dist/{chunk-2A2EV3B3.js → chunk-P2VXGL63.js} +17 -7
- package/dist/chunk-P2VXGL63.js.map +1 -0
- package/dist/{claude-pair-runtime-H5UNK3LX.js → claude-pair-runtime-K2G3ZQGH.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-OXQGFIXK.js → persistent-session-4B36WJ4A.js} +5 -3
- package/dist/{responsiveness-probe-T5Z5KPVX.js → responsiveness-probe-JPUF2QPK.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2A2EV3B3.js.map +0 -1
- package/dist/chunk-2AWUVRIX.js.map +0 -1
- /package/dist/{chunk-DKVV2REL.js.map → chunk-46I4PFYV.js.map} +0 -0
- /package/dist/{claude-pair-runtime-H5UNK3LX.js.map → claude-pair-runtime-K2G3ZQGH.js.map} +0 -0
- /package/dist/{persistent-session-OXQGFIXK.js.map → persistent-session-4B36WJ4A.js.map} +0 -0
- /package/dist/{responsiveness-probe-T5Z5KPVX.js.map → responsiveness-probe-JPUF2QPK.js.map} +0 -0
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-46I4PFYV.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-P2VXGL63.js";
|
|
74
74
|
import {
|
|
75
75
|
CONVERSATION_FAILURE_CATEGORIES,
|
|
76
76
|
DEFAULT_FRAMEWORK,
|
|
@@ -114,7 +114,7 @@ import {
|
|
|
114
114
|
resolveChannels,
|
|
115
115
|
resolveDmTarget,
|
|
116
116
|
sumTranscriptUsageInWindow
|
|
117
|
-
} from "../chunk-
|
|
117
|
+
} from "../chunk-7VPPMJA6.js";
|
|
118
118
|
import {
|
|
119
119
|
parsePsRows,
|
|
120
120
|
reapOrphanChannelMcps
|
|
@@ -6686,7 +6686,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6686
6686
|
var lastVersionCheckAt = 0;
|
|
6687
6687
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6688
6688
|
var lastResponsivenessProbeAt = 0;
|
|
6689
|
-
var agtCliVersion = true ? "0.28.
|
|
6689
|
+
var agtCliVersion = true ? "0.28.205" : "dev";
|
|
6690
6690
|
function resolveBrewPath(execFileSync4) {
|
|
6691
6691
|
try {
|
|
6692
6692
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -7595,7 +7595,7 @@ async function pollCycle() {
|
|
|
7595
7595
|
}
|
|
7596
7596
|
try {
|
|
7597
7597
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
7598
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
7598
|
+
const { collectDiagnostics } = await import("../persistent-session-4B36WJ4A.js");
|
|
7599
7599
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
7600
7600
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
7601
7601
|
let tailscaleHostname;
|
|
@@ -7743,7 +7743,7 @@ async function pollCycle() {
|
|
|
7743
7743
|
const {
|
|
7744
7744
|
collectResponsivenessProbes,
|
|
7745
7745
|
getResponsivenessIntervalMs
|
|
7746
|
-
} = await import("../responsiveness-probe-
|
|
7746
|
+
} = await import("../responsiveness-probe-JPUF2QPK.js");
|
|
7747
7747
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
7748
7748
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
7749
7749
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -7775,7 +7775,7 @@ async function pollCycle() {
|
|
|
7775
7775
|
collectResponsivenessProbes,
|
|
7776
7776
|
livePendingInboundOldestAgeSeconds,
|
|
7777
7777
|
parkPendingInbound
|
|
7778
|
-
} = await import("../responsiveness-probe-
|
|
7778
|
+
} = await import("../responsiveness-probe-JPUF2QPK.js");
|
|
7779
7779
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
7780
7780
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
7781
7781
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10794,7 +10794,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10794
10794
|
killPairSession,
|
|
10795
10795
|
pairTmuxSession,
|
|
10796
10796
|
finalizeClaudePairOnboarding
|
|
10797
|
-
} = await import("../claude-pair-runtime-
|
|
10797
|
+
} = await import("../claude-pair-runtime-K2G3ZQGH.js");
|
|
10798
10798
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10799
10799
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10800
10800
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
reloadEgressSidecar,
|
|
23
23
|
resetRestartCount,
|
|
24
24
|
resolveClaudeBinary,
|
|
25
|
+
resolveOAuthCredAction,
|
|
25
26
|
resolveSessionSpawnDecision,
|
|
26
27
|
restartEgressSidecar,
|
|
27
28
|
rotateSessionForWedge,
|
|
@@ -34,8 +35,8 @@ import {
|
|
|
34
35
|
writeDirectChatSessionState,
|
|
35
36
|
writeEgressAllowlist,
|
|
36
37
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
38
|
+
} from "./chunk-P2VXGL63.js";
|
|
39
|
+
import "./chunk-7VPPMJA6.js";
|
|
39
40
|
import "./chunk-XWVM4KPK.js";
|
|
40
41
|
export {
|
|
41
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -61,6 +62,7 @@ export {
|
|
|
61
62
|
reloadEgressSidecar,
|
|
62
63
|
resetRestartCount,
|
|
63
64
|
resolveClaudeBinary,
|
|
65
|
+
resolveOAuthCredAction,
|
|
64
66
|
resolveSessionSpawnDecision,
|
|
65
67
|
restartEgressSidecar,
|
|
66
68
|
rotateSessionForWedge,
|
|
@@ -74,4 +76,4 @@ export {
|
|
|
74
76
|
writeEgressAllowlist,
|
|
75
77
|
writePersistentClaudeWrapper
|
|
76
78
|
};
|
|
77
|
-
//# sourceMappingURL=persistent-session-
|
|
79
|
+
//# sourceMappingURL=persistent-session-4B36WJ4A.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-P2VXGL63.js";
|
|
4
|
+
import "./chunk-7VPPMJA6.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-JPUF2QPK.js.map
|