@integrity-labs/agt-cli 0.28.542 → 0.28.543
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-F63RM2RQ.js → chunk-QDCKLUU7.js} +5 -3
- package/dist/chunk-QDCKLUU7.js.map +1 -0
- package/dist/{chunk-GVYAIEFA.js → chunk-VGOV5SSL.js} +3 -3
- package/dist/{claude-pair-runtime-2UU67Q2T.js → claude-pair-runtime-34ZO2AFF.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-7GPDXRPK.js → persistent-session-MH5URKMO.js} +2 -2
- package/dist/{responsiveness-probe-P52CE6K7.js → responsiveness-probe-NVP34464.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-F63RM2RQ.js.map +0 -1
- /package/dist/{chunk-GVYAIEFA.js.map → chunk-VGOV5SSL.js.map} +0 -0
- /package/dist/{claude-pair-runtime-2UU67Q2T.js.map → claude-pair-runtime-34ZO2AFF.js.map} +0 -0
- /package/dist/{persistent-session-7GPDXRPK.js.map → persistent-session-MH5URKMO.js.map} +0 -0
- /package/dist/{responsiveness-probe-P52CE6K7.js.map → responsiveness-probe-NVP34464.js.map} +0 -0
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
resolveConnectivityProbe,
|
|
43
43
|
worseConnectivityOutcome,
|
|
44
44
|
wrapScheduledTaskPrompt
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-QDCKLUU7.js";
|
|
46
46
|
import {
|
|
47
47
|
parsePsRows
|
|
48
48
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5549,7 +5549,7 @@ function exchangeFailureKind(err) {
|
|
|
5549
5549
|
}
|
|
5550
5550
|
|
|
5551
5551
|
// src/lib/api-client.ts
|
|
5552
|
-
var agtCliVersion = true ? "0.28.
|
|
5552
|
+
var agtCliVersion = true ? "0.28.543" : "dev";
|
|
5553
5553
|
var lastConfigHash = null;
|
|
5554
5554
|
function setConfigHash(hash) {
|
|
5555
5555
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8861,4 +8861,4 @@ export {
|
|
|
8861
8861
|
managerInstallSystemUnitCommand,
|
|
8862
8862
|
managerUninstallSystemUnitCommand
|
|
8863
8863
|
};
|
|
8864
|
-
//# sourceMappingURL=chunk-
|
|
8864
|
+
//# sourceMappingURL=chunk-VGOV5SSL.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-MH5URKMO.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-34ZO2AFF.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-VGOV5SSL.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
toOpencodeModel,
|
|
182
182
|
transcriptActivityAgeSeconds,
|
|
183
183
|
writeEgressAllowlist
|
|
184
|
-
} from "../chunk-
|
|
184
|
+
} from "../chunk-QDCKLUU7.js";
|
|
185
185
|
import {
|
|
186
186
|
reapOrphanChannelMcps
|
|
187
187
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10437,7 +10437,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10437
10437
|
var lastVersionCheckAt = 0;
|
|
10438
10438
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10439
10439
|
var lastResponsivenessProbeAt = 0;
|
|
10440
|
-
var agtCliVersion = true ? "0.28.
|
|
10440
|
+
var agtCliVersion = true ? "0.28.543" : "dev";
|
|
10441
10441
|
function resolveBrewPath(execFileSync2) {
|
|
10442
10442
|
try {
|
|
10443
10443
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11741,7 +11741,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11741
11741
|
if (codeNames.length === 0) return;
|
|
11742
11742
|
void (async () => {
|
|
11743
11743
|
try {
|
|
11744
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11744
|
+
const { collectDiagnostics } = await import("../persistent-session-MH5URKMO.js");
|
|
11745
11745
|
await api.post("/host/heartbeat", {
|
|
11746
11746
|
host_id: hostId,
|
|
11747
11747
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11849,7 +11849,7 @@ async function pollCycle() {
|
|
|
11849
11849
|
}
|
|
11850
11850
|
try {
|
|
11851
11851
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11852
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11852
|
+
const { collectDiagnostics } = await import("../persistent-session-MH5URKMO.js");
|
|
11853
11853
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11854
11854
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11855
11855
|
let tailscaleHostname;
|
|
@@ -11972,7 +11972,7 @@ async function pollCycle() {
|
|
|
11972
11972
|
collectPanelessActivityProbes,
|
|
11973
11973
|
getResponsivenessIntervalMs,
|
|
11974
11974
|
occupancyQualificationClassifications
|
|
11975
|
-
} = await import("../responsiveness-probe-
|
|
11975
|
+
} = await import("../responsiveness-probe-NVP34464.js");
|
|
11976
11976
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11977
11977
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11978
11978
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -12063,7 +12063,7 @@ async function pollCycle() {
|
|
|
12063
12063
|
collectResponsivenessProbes,
|
|
12064
12064
|
livePendingInboundOldestAgeSeconds,
|
|
12065
12065
|
parkPendingInbound
|
|
12066
|
-
} = await import("../responsiveness-probe-
|
|
12066
|
+
} = await import("../responsiveness-probe-NVP34464.js");
|
|
12067
12067
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
12068
12068
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
12069
12069
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15593,7 +15593,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
15593
15593
|
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}`));
|
|
15594
15594
|
void (async () => {
|
|
15595
15595
|
try {
|
|
15596
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15596
|
+
const { collectDiagnostics } = await import("../persistent-session-MH5URKMO.js");
|
|
15597
15597
|
await api.post("/host/heartbeat", {
|
|
15598
15598
|
host_id: hostId,
|
|
15599
15599
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15643,7 +15643,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15643
15643
|
}
|
|
15644
15644
|
try {
|
|
15645
15645
|
const hostId = await getHostId();
|
|
15646
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15646
|
+
const { collectDiagnostics } = await import("../persistent-session-MH5URKMO.js");
|
|
15647
15647
|
await api.post("/host/heartbeat", {
|
|
15648
15648
|
host_id: hostId,
|
|
15649
15649
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -16167,7 +16167,7 @@ async function processClaudePairSessions(agents) {
|
|
|
16167
16167
|
killPairSession,
|
|
16168
16168
|
pairTmuxSession,
|
|
16169
16169
|
finalizeClaudePairOnboarding
|
|
16170
|
-
} = await import("../claude-pair-runtime-
|
|
16170
|
+
} = await import("../claude-pair-runtime-34ZO2AFF.js");
|
|
16171
16171
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
16172
16172
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
16173
16173
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
writeDirectChatSessionState,
|
|
42
42
|
writeEgressAllowlist,
|
|
43
43
|
writePersistentClaudeWrapper
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-QDCKLUU7.js";
|
|
45
45
|
import "./chunk-XWVM4KPK.js";
|
|
46
46
|
export {
|
|
47
47
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
writeEgressAllowlist,
|
|
88
88
|
writePersistentClaudeWrapper
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=persistent-session-
|
|
90
|
+
//# sourceMappingURL=persistent-session-MH5URKMO.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QDCKLUU7.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -689,4 +689,4 @@ export {
|
|
|
689
689
|
readAndResetSlackReplyBindingClassifications,
|
|
690
690
|
readAndResetSlackReplyTargetClassifications
|
|
691
691
|
};
|
|
692
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
692
|
+
//# sourceMappingURL=responsiveness-probe-NVP34464.js.map
|