@integrity-labs/agt-cli 0.28.504 → 0.28.505
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-HEUDF73X.js → chunk-3BRI7LJZ.js} +1 -1
- package/dist/chunk-3BRI7LJZ.js.map +1 -0
- package/dist/{chunk-GXEXHVNW.js → chunk-3SKLJE7C.js} +3 -3
- package/dist/{claude-pair-runtime-E3KMHKQQ.js → claude-pair-runtime-R56JCRXJ.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-AB4SAH5B.js → persistent-session-JOWL7FDY.js} +2 -2
- package/dist/{responsiveness-probe-O4SCSCKC.js → responsiveness-probe-FBU2VB32.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-HEUDF73X.js.map +0 -1
- /package/dist/{chunk-GXEXHVNW.js.map → chunk-3SKLJE7C.js.map} +0 -0
- /package/dist/{claude-pair-runtime-E3KMHKQQ.js.map → claude-pair-runtime-R56JCRXJ.js.map} +0 -0
- /package/dist/{persistent-session-AB4SAH5B.js.map → persistent-session-JOWL7FDY.js.map} +0 -0
- /package/dist/{responsiveness-probe-O4SCSCKC.js.map → responsiveness-probe-FBU2VB32.js.map} +0 -0
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
resolveConnectivityProbe,
|
|
43
43
|
worseConnectivityOutcome,
|
|
44
44
|
wrapScheduledTaskPrompt
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-3BRI7LJZ.js";
|
|
46
46
|
import {
|
|
47
47
|
parsePsRows
|
|
48
48
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5061,7 +5061,7 @@ function exchangeFailureKind(err) {
|
|
|
5061
5061
|
}
|
|
5062
5062
|
|
|
5063
5063
|
// src/lib/api-client.ts
|
|
5064
|
-
var agtCliVersion = true ? "0.28.
|
|
5064
|
+
var agtCliVersion = true ? "0.28.505" : "dev";
|
|
5065
5065
|
var lastConfigHash = null;
|
|
5066
5066
|
function setConfigHash(hash) {
|
|
5067
5067
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8322,4 +8322,4 @@ export {
|
|
|
8322
8322
|
managerInstallSystemUnitCommand,
|
|
8323
8323
|
managerUninstallSystemUnitCommand
|
|
8324
8324
|
};
|
|
8325
|
-
//# sourceMappingURL=chunk-
|
|
8325
|
+
//# sourceMappingURL=chunk-3SKLJE7C.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-JOWL7FDY.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-R56JCRXJ.js.map
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
safeWriteJsonAtomic,
|
|
53
53
|
setConfigHash,
|
|
54
54
|
tripClass
|
|
55
|
-
} from "../chunk-
|
|
55
|
+
} from "../chunk-3SKLJE7C.js";
|
|
56
56
|
import {
|
|
57
57
|
getProjectDir as getProjectDir2,
|
|
58
58
|
getReadyTasks,
|
|
@@ -172,7 +172,7 @@ import {
|
|
|
172
172
|
toOpencodeModel,
|
|
173
173
|
transcriptActivityAgeSeconds,
|
|
174
174
|
writeEgressAllowlist
|
|
175
|
-
} from "../chunk-
|
|
175
|
+
} from "../chunk-3BRI7LJZ.js";
|
|
176
176
|
import {
|
|
177
177
|
reapOrphanChannelMcps
|
|
178
178
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10001,7 +10001,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10001
10001
|
var lastVersionCheckAt = 0;
|
|
10002
10002
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10003
10003
|
var lastResponsivenessProbeAt = 0;
|
|
10004
|
-
var agtCliVersion = true ? "0.28.
|
|
10004
|
+
var agtCliVersion = true ? "0.28.505" : "dev";
|
|
10005
10005
|
function resolveBrewPath(execFileSync2) {
|
|
10006
10006
|
try {
|
|
10007
10007
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11208,7 +11208,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11208
11208
|
if (codeNames.length === 0) return;
|
|
11209
11209
|
void (async () => {
|
|
11210
11210
|
try {
|
|
11211
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11211
|
+
const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
|
|
11212
11212
|
await api.post("/host/heartbeat", {
|
|
11213
11213
|
host_id: hostId,
|
|
11214
11214
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11315,7 +11315,7 @@ async function pollCycle() {
|
|
|
11315
11315
|
}
|
|
11316
11316
|
try {
|
|
11317
11317
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11318
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11318
|
+
const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
|
|
11319
11319
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11320
11320
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11321
11321
|
let tailscaleHostname;
|
|
@@ -11430,7 +11430,7 @@ async function pollCycle() {
|
|
|
11430
11430
|
collectResponsivenessProbes,
|
|
11431
11431
|
collectPanelessActivityProbes,
|
|
11432
11432
|
getResponsivenessIntervalMs
|
|
11433
|
-
} = await import("../responsiveness-probe-
|
|
11433
|
+
} = await import("../responsiveness-probe-FBU2VB32.js");
|
|
11434
11434
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11435
11435
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11436
11436
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -11494,7 +11494,7 @@ async function pollCycle() {
|
|
|
11494
11494
|
collectResponsivenessProbes,
|
|
11495
11495
|
livePendingInboundOldestAgeSeconds,
|
|
11496
11496
|
parkPendingInbound
|
|
11497
|
-
} = await import("../responsiveness-probe-
|
|
11497
|
+
} = await import("../responsiveness-probe-FBU2VB32.js");
|
|
11498
11498
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
11499
11499
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
11500
11500
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -14986,7 +14986,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
14986
14986
|
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}`));
|
|
14987
14987
|
void (async () => {
|
|
14988
14988
|
try {
|
|
14989
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14989
|
+
const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
|
|
14990
14990
|
await api.post("/host/heartbeat", {
|
|
14991
14991
|
host_id: hostId,
|
|
14992
14992
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15036,7 +15036,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15036
15036
|
}
|
|
15037
15037
|
try {
|
|
15038
15038
|
const hostId = await getHostId();
|
|
15039
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15039
|
+
const { collectDiagnostics } = await import("../persistent-session-JOWL7FDY.js");
|
|
15040
15040
|
await api.post("/host/heartbeat", {
|
|
15041
15041
|
host_id: hostId,
|
|
15042
15042
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15554,7 +15554,7 @@ async function processClaudePairSessions(agents) {
|
|
|
15554
15554
|
killPairSession,
|
|
15555
15555
|
pairTmuxSession,
|
|
15556
15556
|
finalizeClaudePairOnboarding
|
|
15557
|
-
} = await import("../claude-pair-runtime-
|
|
15557
|
+
} = await import("../claude-pair-runtime-R56JCRXJ.js");
|
|
15558
15558
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
15559
15559
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
15560
15560
|
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-3BRI7LJZ.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-JOWL7FDY.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3BRI7LJZ.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -662,4 +662,4 @@ export {
|
|
|
662
662
|
readAndResetSlackReplyBindingClassifications,
|
|
663
663
|
readAndResetSlackReplyTargetClassifications
|
|
664
664
|
};
|
|
665
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
665
|
+
//# sourceMappingURL=responsiveness-probe-FBU2VB32.js.map
|