@integrity-labs/agt-cli 0.28.433 → 0.28.434
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 +6 -5
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-RUVNJO63.js → chunk-CDF3NQLR.js} +6 -8
- package/dist/chunk-CDF3NQLR.js.map +1 -0
- package/dist/{chunk-NUKNLJNJ.js → chunk-TTEKDLQ7.js} +115 -98
- package/dist/chunk-TTEKDLQ7.js.map +1 -0
- package/dist/{claude-pair-runtime-YAHBPFYL.js → claude-pair-runtime-S4BYKFKG.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-ISBR3BBX.js → persistent-session-FWCSJ7ZQ.js} +2 -2
- package/dist/{responsiveness-probe-OT6JVP43.js → responsiveness-probe-44JJ7O7D.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-NUKNLJNJ.js.map +0 -1
- package/dist/chunk-RUVNJO63.js.map +0 -1
- /package/dist/{claude-pair-runtime-YAHBPFYL.js.map → claude-pair-runtime-S4BYKFKG.js.map} +0 -0
- /package/dist/{persistent-session-ISBR3BBX.js.map → persistent-session-FWCSJ7ZQ.js.map} +0 -0
- /package/dist/{responsiveness-probe-OT6JVP43.js.map → responsiveness-probe-44JJ7O7D.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-FWCSJ7ZQ.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-S4BYKFKG.js.map
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
resolveEffectivePinRaw,
|
|
43
43
|
safeWriteJsonAtomic,
|
|
44
44
|
setConfigHash
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-CDF3NQLR.js";
|
|
46
46
|
import {
|
|
47
47
|
getProjectDir as getProjectDir2,
|
|
48
48
|
getReadyTasks,
|
|
@@ -155,7 +155,7 @@ import {
|
|
|
155
155
|
toOpencodeModel,
|
|
156
156
|
transcriptActivityAgeSeconds,
|
|
157
157
|
writeEgressAllowlist
|
|
158
|
-
} from "../chunk-
|
|
158
|
+
} from "../chunk-TTEKDLQ7.js";
|
|
159
159
|
import {
|
|
160
160
|
reapOrphanChannelMcps
|
|
161
161
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -9604,7 +9604,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
9604
9604
|
var lastVersionCheckAt = 0;
|
|
9605
9605
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
9606
9606
|
var lastResponsivenessProbeAt = 0;
|
|
9607
|
-
var agtCliVersion = true ? "0.28.
|
|
9607
|
+
var agtCliVersion = true ? "0.28.434" : "dev";
|
|
9608
9608
|
function resolveBrewPath(execFileSync2) {
|
|
9609
9609
|
try {
|
|
9610
9610
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -10762,7 +10762,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
10762
10762
|
if (codeNames.length === 0) return;
|
|
10763
10763
|
void (async () => {
|
|
10764
10764
|
try {
|
|
10765
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
10765
|
+
const { collectDiagnostics } = await import("../persistent-session-FWCSJ7ZQ.js");
|
|
10766
10766
|
await api.post("/host/heartbeat", {
|
|
10767
10767
|
host_id: hostId,
|
|
10768
10768
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -10869,7 +10869,7 @@ async function pollCycle() {
|
|
|
10869
10869
|
}
|
|
10870
10870
|
try {
|
|
10871
10871
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
10872
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
10872
|
+
const { collectDiagnostics } = await import("../persistent-session-FWCSJ7ZQ.js");
|
|
10873
10873
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
10874
10874
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
10875
10875
|
let tailscaleHostname;
|
|
@@ -10983,7 +10983,7 @@ async function pollCycle() {
|
|
|
10983
10983
|
collectResponsivenessProbes,
|
|
10984
10984
|
collectPanelessActivityProbes,
|
|
10985
10985
|
getResponsivenessIntervalMs
|
|
10986
|
-
} = await import("../responsiveness-probe-
|
|
10986
|
+
} = await import("../responsiveness-probe-44JJ7O7D.js");
|
|
10987
10987
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
10988
10988
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
10989
10989
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -11047,7 +11047,7 @@ async function pollCycle() {
|
|
|
11047
11047
|
collectResponsivenessProbes,
|
|
11048
11048
|
livePendingInboundOldestAgeSeconds,
|
|
11049
11049
|
parkPendingInbound
|
|
11050
|
-
} = await import("../responsiveness-probe-
|
|
11050
|
+
} = await import("../responsiveness-probe-44JJ7O7D.js");
|
|
11051
11051
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
11052
11052
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
11053
11053
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -14364,7 +14364,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
14364
14364
|
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}`));
|
|
14365
14365
|
void (async () => {
|
|
14366
14366
|
try {
|
|
14367
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14367
|
+
const { collectDiagnostics } = await import("../persistent-session-FWCSJ7ZQ.js");
|
|
14368
14368
|
await api.post("/host/heartbeat", {
|
|
14369
14369
|
host_id: hostId,
|
|
14370
14370
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -14414,7 +14414,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
14414
14414
|
}
|
|
14415
14415
|
try {
|
|
14416
14416
|
const hostId = await getHostId();
|
|
14417
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14417
|
+
const { collectDiagnostics } = await import("../persistent-session-FWCSJ7ZQ.js");
|
|
14418
14418
|
await api.post("/host/heartbeat", {
|
|
14419
14419
|
host_id: hostId,
|
|
14420
14420
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -14867,7 +14867,7 @@ async function processClaudePairSessions(agents) {
|
|
|
14867
14867
|
killPairSession,
|
|
14868
14868
|
pairTmuxSession,
|
|
14869
14869
|
finalizeClaudePairOnboarding
|
|
14870
|
-
} = await import("../claude-pair-runtime-
|
|
14870
|
+
} = await import("../claude-pair-runtime-S4BYKFKG.js");
|
|
14871
14871
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
14872
14872
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
14873
14873
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-TTEKDLQ7.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-FWCSJ7ZQ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TTEKDLQ7.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -471,4 +471,4 @@ export {
|
|
|
471
471
|
readAndResetSlackReplyBindingClassifications,
|
|
472
472
|
readAndResetSlackReplyTargetClassifications
|
|
473
473
|
};
|
|
474
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
474
|
+
//# sourceMappingURL=responsiveness-probe-44JJ7O7D.js.map
|