@integrity-labs/agt-cli 0.28.599 → 0.28.600
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-MQCSDRD3.js → chunk-CA4F6NMI.js} +4 -4
- package/dist/{chunk-6EBAJFLZ.js → chunk-PONGSI2H.js} +1 -1
- package/dist/chunk-PONGSI2H.js.map +1 -0
- package/dist/{chunk-4E3L4U34.js → chunk-Q6LJQ43K.js} +2 -2
- package/dist/{claude-pair-runtime-7CNOVI5H.js → claude-pair-runtime-QYDFXJ4O.js} +2 -2
- package/dist/lib/manager-worker.js +12 -12
- package/dist/{persistent-session-5VAAQJQA.js → persistent-session-BX24GH42.js} +3 -3
- package/dist/{responsiveness-probe-AZKD6KEV.js → responsiveness-probe-7L5TEFAX.js} +3 -3
- package/dist/{session-auth-dead-5VN6KL6H.js → session-auth-dead-R6LCK634.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-6EBAJFLZ.js.map +0 -1
- /package/dist/{chunk-MQCSDRD3.js.map → chunk-CA4F6NMI.js.map} +0 -0
- /package/dist/{chunk-4E3L4U34.js.map → chunk-Q6LJQ43K.js.map} +0 -0
- /package/dist/{claude-pair-runtime-7CNOVI5H.js.map → claude-pair-runtime-QYDFXJ4O.js.map} +0 -0
- /package/dist/{persistent-session-5VAAQJQA.js.map → persistent-session-BX24GH42.js.map} +0 -0
- /package/dist/{responsiveness-probe-AZKD6KEV.js.map → responsiveness-probe-7L5TEFAX.js.map} +0 -0
- /package/dist/{session-auth-dead-5VN6KL6H.js.map → session-auth-dead-R6LCK634.js.map} +0 -0
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
rotateDailySession,
|
|
17
17
|
sessionFileExists,
|
|
18
18
|
todayLocalIso
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-PONGSI2H.js";
|
|
20
20
|
import {
|
|
21
21
|
reapOrphanChannelMcps
|
|
22
22
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -4349,4 +4349,4 @@ export {
|
|
|
4349
4349
|
stopAllSessionsAndWait,
|
|
4350
4350
|
getProjectDir
|
|
4351
4351
|
};
|
|
4352
|
-
//# sourceMappingURL=chunk-
|
|
4352
|
+
//# sourceMappingURL=chunk-Q6LJQ43K.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-BX24GH42.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-QYDFXJ4O.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-CA4F6NMI.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -109,7 +109,7 @@ import {
|
|
|
109
109
|
takeZombieDetection,
|
|
110
110
|
toOpencodeModel,
|
|
111
111
|
writeEgressAllowlist
|
|
112
|
-
} from "../chunk-
|
|
112
|
+
} from "../chunk-Q6LJQ43K.js";
|
|
113
113
|
import {
|
|
114
114
|
ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
|
|
115
115
|
AnchorSessionClient,
|
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
subagentActivityAgeSeconds,
|
|
187
187
|
sumTranscriptUsageInWindow,
|
|
188
188
|
transcriptActivityAgeSeconds
|
|
189
|
-
} from "../chunk-
|
|
189
|
+
} from "../chunk-PONGSI2H.js";
|
|
190
190
|
import {
|
|
191
191
|
reapOrphanChannelMcps
|
|
192
192
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -11880,7 +11880,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
11880
11880
|
var lastVersionCheckAt = 0;
|
|
11881
11881
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
11882
11882
|
var lastResponsivenessProbeAt = 0;
|
|
11883
|
-
var agtCliVersion = true ? "0.28.
|
|
11883
|
+
var agtCliVersion = true ? "0.28.600" : "dev";
|
|
11884
11884
|
function resolveBrewPath(execFileSync3) {
|
|
11885
11885
|
try {
|
|
11886
11886
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -13187,7 +13187,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
13187
13187
|
if (codeNames.length === 0) return;
|
|
13188
13188
|
void (async () => {
|
|
13189
13189
|
try {
|
|
13190
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
13190
|
+
const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
|
|
13191
13191
|
await api.post("/host/heartbeat", {
|
|
13192
13192
|
host_id: hostId,
|
|
13193
13193
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
|
|
@@ -13295,7 +13295,7 @@ async function pollCycle() {
|
|
|
13295
13295
|
}
|
|
13296
13296
|
try {
|
|
13297
13297
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
13298
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
13298
|
+
const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
|
|
13299
13299
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
13300
13300
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor) : void 0;
|
|
13301
13301
|
let tailscaleHostname;
|
|
@@ -13418,7 +13418,7 @@ async function pollCycle() {
|
|
|
13418
13418
|
collectPanelessActivityProbes,
|
|
13419
13419
|
getResponsivenessIntervalMs,
|
|
13420
13420
|
occupancyQualificationClassifications
|
|
13421
|
-
} = await import("../responsiveness-probe-
|
|
13421
|
+
} = await import("../responsiveness-probe-7L5TEFAX.js");
|
|
13422
13422
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
13423
13423
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
13424
13424
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -13509,7 +13509,7 @@ async function pollCycle() {
|
|
|
13509
13509
|
collectResponsivenessProbes,
|
|
13510
13510
|
livePendingInboundOldestAgeSeconds,
|
|
13511
13511
|
parkPendingInbound
|
|
13512
|
-
} = await import("../responsiveness-probe-
|
|
13512
|
+
} = await import("../responsiveness-probe-7L5TEFAX.js");
|
|
13513
13513
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
13514
13514
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
13515
13515
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -13665,7 +13665,7 @@ async function pollCycle() {
|
|
|
13665
13665
|
}
|
|
13666
13666
|
try {
|
|
13667
13667
|
const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
|
|
13668
|
-
const { probeSessionAuth } = await import("../session-auth-dead-
|
|
13668
|
+
const { probeSessionAuth } = await import("../session-auth-dead-R6LCK634.js");
|
|
13669
13669
|
const observations = [];
|
|
13670
13670
|
const pendingCacheCommits = [];
|
|
13671
13671
|
const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
|
|
@@ -17093,7 +17093,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
17093
17093
|
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}`));
|
|
17094
17094
|
void (async () => {
|
|
17095
17095
|
try {
|
|
17096
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
17096
|
+
const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
|
|
17097
17097
|
await api.post("/host/heartbeat", {
|
|
17098
17098
|
host_id: hostId,
|
|
17099
17099
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
|
|
@@ -17144,7 +17144,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
17144
17144
|
}
|
|
17145
17145
|
try {
|
|
17146
17146
|
const hostId = await getHostId();
|
|
17147
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
17147
|
+
const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
|
|
17148
17148
|
await api.post("/host/heartbeat", {
|
|
17149
17149
|
host_id: hostId,
|
|
17150
17150
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
|
|
@@ -17740,7 +17740,7 @@ async function processClaudePairSessions(agents) {
|
|
|
17740
17740
|
killPairSession,
|
|
17741
17741
|
pairTmuxSession,
|
|
17742
17742
|
finalizeClaudePairOnboarding
|
|
17743
|
-
} = await import("../claude-pair-runtime-
|
|
17743
|
+
} = await import("../claude-pair-runtime-QYDFXJ4O.js");
|
|
17744
17744
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
17745
17745
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
17746
17746
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-Q6LJQ43K.js";
|
|
47
|
+
import "./chunk-PONGSI2H.js";
|
|
48
48
|
import "./chunk-XWVM4KPK.js";
|
|
49
49
|
export {
|
|
50
50
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
writeEgressAllowlist,
|
|
93
93
|
writePersistentClaudeWrapper
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=persistent-session-
|
|
95
|
+
//# sourceMappingURL=persistent-session-BX24GH42.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-Q6LJQ43K.js";
|
|
4
|
+
import "./chunk-PONGSI2H.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -690,4 +690,4 @@ export {
|
|
|
690
690
|
readAndResetSlackReplyBindingClassifications,
|
|
691
691
|
readAndResetSlackReplyTargetClassifications
|
|
692
692
|
};
|
|
693
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
693
|
+
//# sourceMappingURL=responsiveness-probe-7L5TEFAX.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PONGSI2H.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-R6LCK634.js.map
|