@integrity-labs/agt-cli 0.28.527 → 0.28.528
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-HIHBCJWG.js → chunk-7N55RDMG.js} +138 -4
- package/dist/chunk-7N55RDMG.js.map +1 -0
- package/dist/{chunk-Z4P4VEDU.js → chunk-PR3QSOLI.js} +23 -5
- package/dist/chunk-PR3QSOLI.js.map +1 -0
- package/dist/{claude-pair-runtime-V7PPPPU5.js → claude-pair-runtime-KQOPJSUJ.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-C7ETZOWH.js → persistent-session-KAHG73SM.js} +2 -2
- package/dist/{responsiveness-probe-WHA7YNFM.js → responsiveness-probe-MKUXLX4F.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-HIHBCJWG.js.map +0 -1
- package/dist/chunk-Z4P4VEDU.js.map +0 -1
- /package/dist/{claude-pair-runtime-V7PPPPU5.js.map → claude-pair-runtime-KQOPJSUJ.js.map} +0 -0
- /package/dist/{persistent-session-C7ETZOWH.js.map → persistent-session-KAHG73SM.js.map} +0 -0
- /package/dist/{responsiveness-probe-WHA7YNFM.js.map → responsiveness-probe-MKUXLX4F.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-KAHG73SM.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-KQOPJSUJ.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-7N55RDMG.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -177,7 +177,7 @@ import {
|
|
|
177
177
|
toOpencodeModel,
|
|
178
178
|
transcriptActivityAgeSeconds,
|
|
179
179
|
writeEgressAllowlist
|
|
180
|
-
} from "../chunk-
|
|
180
|
+
} from "../chunk-PR3QSOLI.js";
|
|
181
181
|
import {
|
|
182
182
|
reapOrphanChannelMcps
|
|
183
183
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10172,7 +10172,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10172
10172
|
var lastVersionCheckAt = 0;
|
|
10173
10173
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10174
10174
|
var lastResponsivenessProbeAt = 0;
|
|
10175
|
-
var agtCliVersion = true ? "0.28.
|
|
10175
|
+
var agtCliVersion = true ? "0.28.528" : "dev";
|
|
10176
10176
|
function resolveBrewPath(execFileSync2) {
|
|
10177
10177
|
try {
|
|
10178
10178
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11380,7 +11380,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11380
11380
|
if (codeNames.length === 0) return;
|
|
11381
11381
|
void (async () => {
|
|
11382
11382
|
try {
|
|
11383
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11383
|
+
const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
|
|
11384
11384
|
await api.post("/host/heartbeat", {
|
|
11385
11385
|
host_id: hostId,
|
|
11386
11386
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11487,7 +11487,7 @@ async function pollCycle() {
|
|
|
11487
11487
|
}
|
|
11488
11488
|
try {
|
|
11489
11489
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11490
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11490
|
+
const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
|
|
11491
11491
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11492
11492
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11493
11493
|
let tailscaleHostname;
|
|
@@ -11602,7 +11602,7 @@ async function pollCycle() {
|
|
|
11602
11602
|
collectResponsivenessProbes,
|
|
11603
11603
|
collectPanelessActivityProbes,
|
|
11604
11604
|
getResponsivenessIntervalMs
|
|
11605
|
-
} = await import("../responsiveness-probe-
|
|
11605
|
+
} = await import("../responsiveness-probe-MKUXLX4F.js");
|
|
11606
11606
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11607
11607
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11608
11608
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -11666,7 +11666,7 @@ async function pollCycle() {
|
|
|
11666
11666
|
collectResponsivenessProbes,
|
|
11667
11667
|
livePendingInboundOldestAgeSeconds,
|
|
11668
11668
|
parkPendingInbound
|
|
11669
|
-
} = await import("../responsiveness-probe-
|
|
11669
|
+
} = await import("../responsiveness-probe-MKUXLX4F.js");
|
|
11670
11670
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
11671
11671
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
11672
11672
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15186,7 +15186,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
15186
15186
|
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}`));
|
|
15187
15187
|
void (async () => {
|
|
15188
15188
|
try {
|
|
15189
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15189
|
+
const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
|
|
15190
15190
|
await api.post("/host/heartbeat", {
|
|
15191
15191
|
host_id: hostId,
|
|
15192
15192
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15236,7 +15236,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15236
15236
|
}
|
|
15237
15237
|
try {
|
|
15238
15238
|
const hostId = await getHostId();
|
|
15239
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15239
|
+
const { collectDiagnostics } = await import("../persistent-session-KAHG73SM.js");
|
|
15240
15240
|
await api.post("/host/heartbeat", {
|
|
15241
15241
|
host_id: hostId,
|
|
15242
15242
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15760,7 +15760,7 @@ async function processClaudePairSessions(agents) {
|
|
|
15760
15760
|
killPairSession,
|
|
15761
15761
|
pairTmuxSession,
|
|
15762
15762
|
finalizeClaudePairOnboarding
|
|
15763
|
-
} = await import("../claude-pair-runtime-
|
|
15763
|
+
} = await import("../claude-pair-runtime-KQOPJSUJ.js");
|
|
15764
15764
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
15765
15765
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
15766
15766
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
writeDirectChatSessionState,
|
|
38
38
|
writeEgressAllowlist,
|
|
39
39
|
writePersistentClaudeWrapper
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-PR3QSOLI.js";
|
|
41
41
|
import "./chunk-XWVM4KPK.js";
|
|
42
42
|
export {
|
|
43
43
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -79,4 +79,4 @@ export {
|
|
|
79
79
|
writeEgressAllowlist,
|
|
80
80
|
writePersistentClaudeWrapper
|
|
81
81
|
};
|
|
82
|
-
//# sourceMappingURL=persistent-session-
|
|
82
|
+
//# sourceMappingURL=persistent-session-KAHG73SM.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PR3QSOLI.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -664,4 +664,4 @@ export {
|
|
|
664
664
|
readAndResetSlackReplyBindingClassifications,
|
|
665
665
|
readAndResetSlackReplyTargetClassifications
|
|
666
666
|
};
|
|
667
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
667
|
+
//# sourceMappingURL=responsiveness-probe-MKUXLX4F.js.map
|