@integrity-labs/agt-cli 0.28.704 → 0.28.705
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 +5 -5
- package/dist/{chunk-PNZFQ6VY.js → chunk-CPR6JCAB.js} +17 -4
- package/dist/chunk-CPR6JCAB.js.map +1 -0
- package/dist/{chunk-HTCZ2KIY.js → chunk-ERBFMEWB.js} +2 -2
- package/dist/{chunk-HX6FY7NG.js → chunk-VDHPDNC4.js} +1 -1
- package/dist/{chunk-HX6FY7NG.js.map → chunk-VDHPDNC4.js.map} +1 -1
- package/dist/{claude-pair-runtime-KAZKQ52W.js → claude-pair-runtime-GKB2QQCX.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-QZAJ3PFK.js → persistent-session-UQBJRLLZ.js} +3 -3
- package/dist/{responsiveness-probe-XRK4PTIJ.js → responsiveness-probe-Y7HORWZE.js} +3 -3
- package/dist/{session-auth-dead-2ZVLXPDN.js → session-auth-dead-DE4KM7PS.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-PNZFQ6VY.js.map +0 -1
- /package/dist/{chunk-HTCZ2KIY.js.map → chunk-ERBFMEWB.js.map} +0 -0
- /package/dist/{claude-pair-runtime-KAZKQ52W.js.map → claude-pair-runtime-GKB2QQCX.js.map} +0 -0
- /package/dist/{persistent-session-QZAJ3PFK.js.map → persistent-session-UQBJRLLZ.js.map} +0 -0
- /package/dist/{responsiveness-probe-XRK4PTIJ.js.map → responsiveness-probe-Y7HORWZE.js.map} +0 -0
- /package/dist/{session-auth-dead-2ZVLXPDN.js.map → session-auth-dead-DE4KM7PS.js.map} +0 -0
|
@@ -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-UQBJRLLZ.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-GKB2QQCX.js.map
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
safeWriteJsonAtomic,
|
|
55
55
|
setConfigHash,
|
|
56
56
|
tripClass
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-CPR6JCAB.js";
|
|
58
58
|
import {
|
|
59
59
|
getProjectDir as getProjectDir2,
|
|
60
60
|
getReadyTasks,
|
|
@@ -112,7 +112,7 @@ import {
|
|
|
112
112
|
takeZombieDetection,
|
|
113
113
|
toOpencodeModel,
|
|
114
114
|
writeEgressAllowlist
|
|
115
|
-
} from "../chunk-
|
|
115
|
+
} from "../chunk-ERBFMEWB.js";
|
|
116
116
|
import {
|
|
117
117
|
ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
|
|
118
118
|
AnchorSessionClient,
|
|
@@ -197,7 +197,7 @@ import {
|
|
|
197
197
|
subagentActivityAgeSeconds,
|
|
198
198
|
sumTranscriptUsageInWindow,
|
|
199
199
|
transcriptActivityAgeSeconds
|
|
200
|
-
} from "../chunk-
|
|
200
|
+
} from "../chunk-VDHPDNC4.js";
|
|
201
201
|
import {
|
|
202
202
|
reapOrphanChannelMcps
|
|
203
203
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -12015,7 +12015,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
|
|
|
12015
12015
|
var dayRolloverInboundHold = /* @__PURE__ */ new Map();
|
|
12016
12016
|
var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
|
|
12017
12017
|
async function channelInboundActivityAgeSecondsFor(codeName) {
|
|
12018
|
-
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-
|
|
12018
|
+
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-Y7HORWZE.js");
|
|
12019
12019
|
const newest = newestPendingInboundActivityMtimeMs(dirname10(paneLogPath(codeName)));
|
|
12020
12020
|
if (newest === null) return null;
|
|
12021
12021
|
return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
|
|
@@ -12663,7 +12663,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
12663
12663
|
var lastVersionCheckAt = 0;
|
|
12664
12664
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
12665
12665
|
var lastResponsivenessProbeAt = 0;
|
|
12666
|
-
var agtCliVersion = true ? "0.28.
|
|
12666
|
+
var agtCliVersion = true ? "0.28.705" : "dev";
|
|
12667
12667
|
function resolveBrewPath(execFileSync3) {
|
|
12668
12668
|
try {
|
|
12669
12669
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -14164,7 +14164,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
14164
14164
|
if (codeNames.length === 0) return;
|
|
14165
14165
|
void (async () => {
|
|
14166
14166
|
try {
|
|
14167
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14167
|
+
const { collectDiagnostics } = await import("../persistent-session-UQBJRLLZ.js");
|
|
14168
14168
|
await api.post("/host/heartbeat", {
|
|
14169
14169
|
host_id: hostId,
|
|
14170
14170
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
|
|
@@ -14282,7 +14282,7 @@ async function pollCycleInner() {
|
|
|
14282
14282
|
}
|
|
14283
14283
|
try {
|
|
14284
14284
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
14285
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14285
|
+
const { collectDiagnostics } = await import("../persistent-session-UQBJRLLZ.js");
|
|
14286
14286
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
14287
14287
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor) : void 0;
|
|
14288
14288
|
let tailscaleHostname;
|
|
@@ -14434,7 +14434,7 @@ async function pollCycleInner() {
|
|
|
14434
14434
|
collectPanelessActivityProbes,
|
|
14435
14435
|
getResponsivenessIntervalMs,
|
|
14436
14436
|
occupancyQualificationClassifications
|
|
14437
|
-
} = await import("../responsiveness-probe-
|
|
14437
|
+
} = await import("../responsiveness-probe-Y7HORWZE.js");
|
|
14438
14438
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
14439
14439
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
14440
14440
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -14544,7 +14544,7 @@ async function pollCycleInner() {
|
|
|
14544
14544
|
collectResponsivenessProbes,
|
|
14545
14545
|
livePendingInboundOldestAgeSeconds,
|
|
14546
14546
|
parkPendingInbound
|
|
14547
|
-
} = await import("../responsiveness-probe-
|
|
14547
|
+
} = await import("../responsiveness-probe-Y7HORWZE.js");
|
|
14548
14548
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
14549
14549
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
14550
14550
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -14700,7 +14700,7 @@ async function pollCycleInner() {
|
|
|
14700
14700
|
}
|
|
14701
14701
|
try {
|
|
14702
14702
|
const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
|
|
14703
|
-
const { probeSessionAuth } = await import("../session-auth-dead-
|
|
14703
|
+
const { probeSessionAuth } = await import("../session-auth-dead-DE4KM7PS.js");
|
|
14704
14704
|
const observations = [];
|
|
14705
14705
|
const pendingCacheCommits = [];
|
|
14706
14706
|
const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
|
|
@@ -18479,7 +18479,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
18479
18479
|
void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
|
|
18480
18480
|
void (async () => {
|
|
18481
18481
|
try {
|
|
18482
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
18482
|
+
const { collectDiagnostics } = await import("../persistent-session-UQBJRLLZ.js");
|
|
18483
18483
|
await api.post("/host/heartbeat", {
|
|
18484
18484
|
host_id: hostId,
|
|
18485
18485
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
|
|
@@ -18530,7 +18530,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
18530
18530
|
}
|
|
18531
18531
|
try {
|
|
18532
18532
|
const hostId = await getHostId();
|
|
18533
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
18533
|
+
const { collectDiagnostics } = await import("../persistent-session-UQBJRLLZ.js");
|
|
18534
18534
|
await api.post("/host/heartbeat", {
|
|
18535
18535
|
host_id: hostId,
|
|
18536
18536
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
|
|
@@ -19162,7 +19162,7 @@ async function processClaudePairSessions(agents) {
|
|
|
19162
19162
|
killPairSession,
|
|
19163
19163
|
pairTmuxSession,
|
|
19164
19164
|
finalizeClaudePairOnboarding
|
|
19165
|
-
} = await import("../claude-pair-runtime-
|
|
19165
|
+
} = await import("../claude-pair-runtime-GKB2QQCX.js");
|
|
19166
19166
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
19167
19167
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
19168
19168
|
const killed = await killPairSession(pairTmuxSession(pairId));
|