@integrity-labs/agt-cli 0.28.562 → 0.28.563
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-PQEAUMMZ.js → chunk-37XH72RK.js} +1 -1
- package/dist/{chunk-PQEAUMMZ.js.map → chunk-37XH72RK.js.map} +1 -1
- package/dist/{chunk-5LVSV3R5.js → chunk-UKV7Z7ZC.js} +3 -3
- package/dist/{claude-pair-runtime-UHIPHP6G.js → claude-pair-runtime-G5WJEN6W.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-ROIN4XRH.js → persistent-session-VHCBKZAY.js} +2 -2
- package/dist/{responsiveness-probe-YQCU2K6O.js → responsiveness-probe-BWN35KUV.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-5LVSV3R5.js.map → chunk-UKV7Z7ZC.js.map} +0 -0
- /package/dist/{claude-pair-runtime-UHIPHP6G.js.map → claude-pair-runtime-G5WJEN6W.js.map} +0 -0
- /package/dist/{persistent-session-ROIN4XRH.js.map → persistent-session-VHCBKZAY.js.map} +0 -0
- /package/dist/{responsiveness-probe-YQCU2K6O.js.map → responsiveness-probe-BWN35KUV.js.map} +0 -0
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
resolveConnectivityProbe,
|
|
47
47
|
worseConnectivityOutcome,
|
|
48
48
|
wrapScheduledTaskPrompt
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-37XH72RK.js";
|
|
50
50
|
import {
|
|
51
51
|
parsePsRows
|
|
52
52
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5646,7 +5646,7 @@ function exchangeFailureKind(err) {
|
|
|
5646
5646
|
}
|
|
5647
5647
|
|
|
5648
5648
|
// src/lib/api-client.ts
|
|
5649
|
-
var agtCliVersion = true ? "0.28.
|
|
5649
|
+
var agtCliVersion = true ? "0.28.563" : "dev";
|
|
5650
5650
|
var lastConfigHash = null;
|
|
5651
5651
|
function setConfigHash(hash) {
|
|
5652
5652
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -9011,4 +9011,4 @@ export {
|
|
|
9011
9011
|
managerInstallSystemUnitCommand,
|
|
9012
9012
|
managerUninstallSystemUnitCommand
|
|
9013
9013
|
};
|
|
9014
|
-
//# sourceMappingURL=chunk-
|
|
9014
|
+
//# sourceMappingURL=chunk-UKV7Z7ZC.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-VHCBKZAY.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-G5WJEN6W.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-UKV7Z7ZC.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -182,7 +182,7 @@ import {
|
|
|
182
182
|
toOpencodeModel,
|
|
183
183
|
transcriptActivityAgeSeconds,
|
|
184
184
|
writeEgressAllowlist
|
|
185
|
-
} from "../chunk-
|
|
185
|
+
} from "../chunk-37XH72RK.js";
|
|
186
186
|
import {
|
|
187
187
|
reapOrphanChannelMcps
|
|
188
188
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10583,7 +10583,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10583
10583
|
var lastVersionCheckAt = 0;
|
|
10584
10584
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10585
10585
|
var lastResponsivenessProbeAt = 0;
|
|
10586
|
-
var agtCliVersion = true ? "0.28.
|
|
10586
|
+
var agtCliVersion = true ? "0.28.563" : "dev";
|
|
10587
10587
|
function resolveBrewPath(execFileSync2) {
|
|
10588
10588
|
try {
|
|
10589
10589
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11887,7 +11887,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11887
11887
|
if (codeNames.length === 0) return;
|
|
11888
11888
|
void (async () => {
|
|
11889
11889
|
try {
|
|
11890
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11890
|
+
const { collectDiagnostics } = await import("../persistent-session-VHCBKZAY.js");
|
|
11891
11891
|
await api.post("/host/heartbeat", {
|
|
11892
11892
|
host_id: hostId,
|
|
11893
11893
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11995,7 +11995,7 @@ async function pollCycle() {
|
|
|
11995
11995
|
}
|
|
11996
11996
|
try {
|
|
11997
11997
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11998
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11998
|
+
const { collectDiagnostics } = await import("../persistent-session-VHCBKZAY.js");
|
|
11999
11999
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
12000
12000
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
12001
12001
|
let tailscaleHostname;
|
|
@@ -12118,7 +12118,7 @@ async function pollCycle() {
|
|
|
12118
12118
|
collectPanelessActivityProbes,
|
|
12119
12119
|
getResponsivenessIntervalMs,
|
|
12120
12120
|
occupancyQualificationClassifications
|
|
12121
|
-
} = await import("../responsiveness-probe-
|
|
12121
|
+
} = await import("../responsiveness-probe-BWN35KUV.js");
|
|
12122
12122
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
12123
12123
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
12124
12124
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -12209,7 +12209,7 @@ async function pollCycle() {
|
|
|
12209
12209
|
collectResponsivenessProbes,
|
|
12210
12210
|
livePendingInboundOldestAgeSeconds,
|
|
12211
12211
|
parkPendingInbound
|
|
12212
|
-
} = await import("../responsiveness-probe-
|
|
12212
|
+
} = await import("../responsiveness-probe-BWN35KUV.js");
|
|
12213
12213
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
12214
12214
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
12215
12215
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15754,7 +15754,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
15754
15754
|
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}`));
|
|
15755
15755
|
void (async () => {
|
|
15756
15756
|
try {
|
|
15757
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15757
|
+
const { collectDiagnostics } = await import("../persistent-session-VHCBKZAY.js");
|
|
15758
15758
|
await api.post("/host/heartbeat", {
|
|
15759
15759
|
host_id: hostId,
|
|
15760
15760
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15804,7 +15804,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15804
15804
|
}
|
|
15805
15805
|
try {
|
|
15806
15806
|
const hostId = await getHostId();
|
|
15807
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15807
|
+
const { collectDiagnostics } = await import("../persistent-session-VHCBKZAY.js");
|
|
15808
15808
|
await api.post("/host/heartbeat", {
|
|
15809
15809
|
host_id: hostId,
|
|
15810
15810
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -16376,7 +16376,7 @@ async function processClaudePairSessions(agents) {
|
|
|
16376
16376
|
killPairSession,
|
|
16377
16377
|
pairTmuxSession,
|
|
16378
16378
|
finalizeClaudePairOnboarding
|
|
16379
|
-
} = await import("../claude-pair-runtime-
|
|
16379
|
+
} = await import("../claude-pair-runtime-G5WJEN6W.js");
|
|
16380
16380
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
16381
16381
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
16382
16382
|
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-37XH72RK.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-VHCBKZAY.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-37XH72RK.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-BWN35KUV.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|