@integrity-labs/agt-cli 0.28.511 → 0.28.512
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-OQBHTDWK.js → chunk-M3ICTPSG.js} +51 -10
- package/dist/{chunk-OQBHTDWK.js.map → chunk-M3ICTPSG.js.map} +1 -1
- package/dist/{chunk-I3DZ3LI5.js → chunk-Z7DMKSCU.js} +3 -3
- package/dist/{claude-pair-runtime-AK6RLKSR.js → claude-pair-runtime-MNO6DCMX.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-CMG4VWT6.js → persistent-session-HUKX54KL.js} +2 -2
- package/dist/{responsiveness-probe-COMUJVPF.js → responsiveness-probe-HN7KBLJP.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-I3DZ3LI5.js.map → chunk-Z7DMKSCU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-AK6RLKSR.js.map → claude-pair-runtime-MNO6DCMX.js.map} +0 -0
- /package/dist/{persistent-session-CMG4VWT6.js.map → persistent-session-HUKX54KL.js.map} +0 -0
- /package/dist/{responsiveness-probe-COMUJVPF.js.map → responsiveness-probe-HN7KBLJP.js.map} +0 -0
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
resolveConnectivityProbe,
|
|
44
44
|
worseConnectivityOutcome,
|
|
45
45
|
wrapScheduledTaskPrompt
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-M3ICTPSG.js";
|
|
47
47
|
import {
|
|
48
48
|
parsePsRows
|
|
49
49
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5314,7 +5314,7 @@ function exchangeFailureKind(err) {
|
|
|
5314
5314
|
}
|
|
5315
5315
|
|
|
5316
5316
|
// src/lib/api-client.ts
|
|
5317
|
-
var agtCliVersion = true ? "0.28.
|
|
5317
|
+
var agtCliVersion = true ? "0.28.512" : "dev";
|
|
5318
5318
|
var lastConfigHash = null;
|
|
5319
5319
|
function setConfigHash(hash) {
|
|
5320
5320
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8620,4 +8620,4 @@ export {
|
|
|
8620
8620
|
managerInstallSystemUnitCommand,
|
|
8621
8621
|
managerUninstallSystemUnitCommand
|
|
8622
8622
|
};
|
|
8623
|
-
//# sourceMappingURL=chunk-
|
|
8623
|
+
//# sourceMappingURL=chunk-Z7DMKSCU.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-HUKX54KL.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-MNO6DCMX.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-Z7DMKSCU.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -173,7 +173,7 @@ import {
|
|
|
173
173
|
toOpencodeModel,
|
|
174
174
|
transcriptActivityAgeSeconds,
|
|
175
175
|
writeEgressAllowlist
|
|
176
|
-
} from "../chunk-
|
|
176
|
+
} from "../chunk-M3ICTPSG.js";
|
|
177
177
|
import {
|
|
178
178
|
reapOrphanChannelMcps
|
|
179
179
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10071,7 +10071,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10071
10071
|
var lastVersionCheckAt = 0;
|
|
10072
10072
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10073
10073
|
var lastResponsivenessProbeAt = 0;
|
|
10074
|
-
var agtCliVersion = true ? "0.28.
|
|
10074
|
+
var agtCliVersion = true ? "0.28.512" : "dev";
|
|
10075
10075
|
function resolveBrewPath(execFileSync2) {
|
|
10076
10076
|
try {
|
|
10077
10077
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11278,7 +11278,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11278
11278
|
if (codeNames.length === 0) return;
|
|
11279
11279
|
void (async () => {
|
|
11280
11280
|
try {
|
|
11281
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11281
|
+
const { collectDiagnostics } = await import("../persistent-session-HUKX54KL.js");
|
|
11282
11282
|
await api.post("/host/heartbeat", {
|
|
11283
11283
|
host_id: hostId,
|
|
11284
11284
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11385,7 +11385,7 @@ async function pollCycle() {
|
|
|
11385
11385
|
}
|
|
11386
11386
|
try {
|
|
11387
11387
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11388
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11388
|
+
const { collectDiagnostics } = await import("../persistent-session-HUKX54KL.js");
|
|
11389
11389
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11390
11390
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11391
11391
|
let tailscaleHostname;
|
|
@@ -11500,7 +11500,7 @@ async function pollCycle() {
|
|
|
11500
11500
|
collectResponsivenessProbes,
|
|
11501
11501
|
collectPanelessActivityProbes,
|
|
11502
11502
|
getResponsivenessIntervalMs
|
|
11503
|
-
} = await import("../responsiveness-probe-
|
|
11503
|
+
} = await import("../responsiveness-probe-HN7KBLJP.js");
|
|
11504
11504
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11505
11505
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11506
11506
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -11564,7 +11564,7 @@ async function pollCycle() {
|
|
|
11564
11564
|
collectResponsivenessProbes,
|
|
11565
11565
|
livePendingInboundOldestAgeSeconds,
|
|
11566
11566
|
parkPendingInbound
|
|
11567
|
-
} = await import("../responsiveness-probe-
|
|
11567
|
+
} = await import("../responsiveness-probe-HN7KBLJP.js");
|
|
11568
11568
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
11569
11569
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
11570
11570
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15072,7 +15072,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
15072
15072
|
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}`));
|
|
15073
15073
|
void (async () => {
|
|
15074
15074
|
try {
|
|
15075
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15075
|
+
const { collectDiagnostics } = await import("../persistent-session-HUKX54KL.js");
|
|
15076
15076
|
await api.post("/host/heartbeat", {
|
|
15077
15077
|
host_id: hostId,
|
|
15078
15078
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15122,7 +15122,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15122
15122
|
}
|
|
15123
15123
|
try {
|
|
15124
15124
|
const hostId = await getHostId();
|
|
15125
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15125
|
+
const { collectDiagnostics } = await import("../persistent-session-HUKX54KL.js");
|
|
15126
15126
|
await api.post("/host/heartbeat", {
|
|
15127
15127
|
host_id: hostId,
|
|
15128
15128
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15640,7 +15640,7 @@ async function processClaudePairSessions(agents) {
|
|
|
15640
15640
|
killPairSession,
|
|
15641
15641
|
pairTmuxSession,
|
|
15642
15642
|
finalizeClaudePairOnboarding
|
|
15643
|
-
} = await import("../claude-pair-runtime-
|
|
15643
|
+
} = await import("../claude-pair-runtime-MNO6DCMX.js");
|
|
15644
15644
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
15645
15645
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
15646
15646
|
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-M3ICTPSG.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-HUKX54KL.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-M3ICTPSG.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-HN7KBLJP.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|