@integrity-labs/agt-cli 0.28.708 → 0.28.709
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-7ZW4P5EU.js → chunk-EPBHR2XN.js} +3 -3
- package/dist/{chunk-VYG4CTEQ.js → chunk-QKEWEV6X.js} +57 -8
- package/dist/{chunk-VYG4CTEQ.js.map → chunk-QKEWEV6X.js.map} +1 -1
- package/dist/{claude-pair-runtime-CNS5OLQE.js → claude-pair-runtime-P2VVOI6B.js} +2 -2
- package/dist/lib/manager-worker.js +11 -11
- package/dist/{persistent-session-GIRGRUMF.js → persistent-session-7SZRZLPC.js} +2 -2
- package/dist/{responsiveness-probe-PIRS3LTX.js → responsiveness-probe-5YVJXKWN.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-7ZW4P5EU.js.map → chunk-EPBHR2XN.js.map} +0 -0
- /package/dist/{claude-pair-runtime-CNS5OLQE.js.map → claude-pair-runtime-P2VVOI6B.js.map} +0 -0
- /package/dist/{persistent-session-GIRGRUMF.js.map → persistent-session-7SZRZLPC.js.map} +0 -0
- /package/dist/{responsiveness-probe-PIRS3LTX.js.map → responsiveness-probe-5YVJXKWN.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-7SZRZLPC.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-P2VVOI6B.js.map
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
safeWriteJsonAtomic,
|
|
55
55
|
setConfigHash,
|
|
56
56
|
tripClass
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-EPBHR2XN.js";
|
|
58
58
|
import {
|
|
59
59
|
getProjectDir as getProjectDir2,
|
|
60
60
|
getReadyTasks,
|
|
@@ -112,7 +112,7 @@ import {
|
|
|
112
112
|
takeZombieDetection,
|
|
113
113
|
toOpencodeModel,
|
|
114
114
|
writeEgressAllowlist
|
|
115
|
-
} from "../chunk-
|
|
115
|
+
} from "../chunk-QKEWEV6X.js";
|
|
116
116
|
import {
|
|
117
117
|
ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
|
|
118
118
|
AnchorSessionClient,
|
|
@@ -12057,7 +12057,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
|
|
|
12057
12057
|
var dayRolloverInboundHold = /* @__PURE__ */ new Map();
|
|
12058
12058
|
var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
|
|
12059
12059
|
async function channelInboundActivityAgeSecondsFor(codeName) {
|
|
12060
|
-
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-
|
|
12060
|
+
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-5YVJXKWN.js");
|
|
12061
12061
|
const newest = newestPendingInboundActivityMtimeMs(dirname10(paneLogPath(codeName)));
|
|
12062
12062
|
if (newest === null) return null;
|
|
12063
12063
|
return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
|
|
@@ -12705,7 +12705,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
12705
12705
|
var lastVersionCheckAt = 0;
|
|
12706
12706
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
12707
12707
|
var lastResponsivenessProbeAt = 0;
|
|
12708
|
-
var agtCliVersion = true ? "0.28.
|
|
12708
|
+
var agtCliVersion = true ? "0.28.709" : "dev";
|
|
12709
12709
|
function resolveBrewPath(execFileSync3) {
|
|
12710
12710
|
try {
|
|
12711
12711
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -14232,7 +14232,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
14232
14232
|
if (codeNames.length === 0) return;
|
|
14233
14233
|
void (async () => {
|
|
14234
14234
|
try {
|
|
14235
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14235
|
+
const { collectDiagnostics } = await import("../persistent-session-7SZRZLPC.js");
|
|
14236
14236
|
await api.post("/host/heartbeat", {
|
|
14237
14237
|
host_id: hostId,
|
|
14238
14238
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -14350,7 +14350,7 @@ async function pollCycleInner() {
|
|
|
14350
14350
|
}
|
|
14351
14351
|
try {
|
|
14352
14352
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
14353
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14353
|
+
const { collectDiagnostics } = await import("../persistent-session-7SZRZLPC.js");
|
|
14354
14354
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
14355
14355
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
|
|
14356
14356
|
let tailscaleHostname;
|
|
@@ -14519,7 +14519,7 @@ async function pollCycleInner() {
|
|
|
14519
14519
|
collectPanelessActivityProbes,
|
|
14520
14520
|
getResponsivenessIntervalMs,
|
|
14521
14521
|
occupancyQualificationClassifications
|
|
14522
|
-
} = await import("../responsiveness-probe-
|
|
14522
|
+
} = await import("../responsiveness-probe-5YVJXKWN.js");
|
|
14523
14523
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
14524
14524
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
14525
14525
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -14629,7 +14629,7 @@ async function pollCycleInner() {
|
|
|
14629
14629
|
collectResponsivenessProbes,
|
|
14630
14630
|
livePendingInboundOldestAgeSeconds,
|
|
14631
14631
|
parkPendingInbound
|
|
14632
|
-
} = await import("../responsiveness-probe-
|
|
14632
|
+
} = await import("../responsiveness-probe-5YVJXKWN.js");
|
|
14633
14633
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
14634
14634
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
14635
14635
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -18587,7 +18587,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
18587
18587
|
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}`));
|
|
18588
18588
|
void (async () => {
|
|
18589
18589
|
try {
|
|
18590
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
18590
|
+
const { collectDiagnostics } = await import("../persistent-session-7SZRZLPC.js");
|
|
18591
18591
|
await api.post("/host/heartbeat", {
|
|
18592
18592
|
host_id: hostId,
|
|
18593
18593
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -18638,7 +18638,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
18638
18638
|
}
|
|
18639
18639
|
try {
|
|
18640
18640
|
const hostId = await getHostId();
|
|
18641
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
18641
|
+
const { collectDiagnostics } = await import("../persistent-session-7SZRZLPC.js");
|
|
18642
18642
|
await api.post("/host/heartbeat", {
|
|
18643
18643
|
host_id: hostId,
|
|
18644
18644
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -19270,7 +19270,7 @@ async function processClaudePairSessions(agents) {
|
|
|
19270
19270
|
killPairSession,
|
|
19271
19271
|
pairTmuxSession,
|
|
19272
19272
|
finalizeClaudePairOnboarding
|
|
19273
|
-
} = await import("../claude-pair-runtime-
|
|
19273
|
+
} = await import("../claude-pair-runtime-P2VVOI6B.js");
|
|
19274
19274
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
19275
19275
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
19276
19276
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-QKEWEV6X.js";
|
|
47
47
|
import "./chunk-NOGQSRQM.js";
|
|
48
48
|
import "./chunk-XWVM4KPK.js";
|
|
49
49
|
export {
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
writeEgressAllowlist,
|
|
93
93
|
writePersistentClaudeWrapper
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=persistent-session-
|
|
95
|
+
//# sourceMappingURL=persistent-session-7SZRZLPC.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QKEWEV6X.js";
|
|
4
4
|
import "./chunk-NOGQSRQM.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
@@ -745,4 +745,4 @@ export {
|
|
|
745
745
|
readAndResetSlackReplyBindingClassifications,
|
|
746
746
|
readAndResetSlackReplyTargetClassifications
|
|
747
747
|
};
|
|
748
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
748
|
+
//# sourceMappingURL=responsiveness-probe-5YVJXKWN.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|