@integrity-labs/agt-cli 0.28.823 → 0.28.824
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 +5 -5
- package/dist/{chunk-2MB3SP6H.js → chunk-2DT4VGWU.js} +2 -2
- package/dist/{chunk-5PFBPGBO.js → chunk-LPCKIZS4.js} +4 -4
- package/dist/{chunk-3QZUOZUZ.js → chunk-PVPLNARY.js} +1 -1
- package/dist/{chunk-3QZUOZUZ.js.map → chunk-PVPLNARY.js.map} +1 -1
- package/dist/{claude-pair-runtime-CYO2Z5MK.js → claude-pair-runtime-5QM5OTAZ.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/{persistent-session-XBCAIURL.js → persistent-session-2Y4O3COI.js} +3 -3
- package/dist/{responsiveness-probe-R6RPL2OK.js → responsiveness-probe-OGFPDMFN.js} +3 -3
- package/dist/{session-auth-dead-EMKNS23O.js → session-auth-dead-UDG6GY3U.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-2MB3SP6H.js.map → chunk-2DT4VGWU.js.map} +0 -0
- /package/dist/{chunk-5PFBPGBO.js.map → chunk-LPCKIZS4.js.map} +0 -0
- /package/dist/{claude-pair-runtime-CYO2Z5MK.js.map → claude-pair-runtime-5QM5OTAZ.js.map} +0 -0
- /package/dist/{persistent-session-XBCAIURL.js.map → persistent-session-2Y4O3COI.js.map} +0 -0
- /package/dist/{responsiveness-probe-R6RPL2OK.js.map → responsiveness-probe-OGFPDMFN.js.map} +0 -0
- /package/dist/{session-auth-dead-EMKNS23O.js.map → session-auth-dead-UDG6GY3U.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-2Y4O3COI.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-5QM5OTAZ.js.map
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
safeWriteJsonAtomic,
|
|
60
60
|
setConfigHash,
|
|
61
61
|
tripClass
|
|
62
|
-
} from "../chunk-
|
|
62
|
+
} from "../chunk-LPCKIZS4.js";
|
|
63
63
|
import {
|
|
64
64
|
getProjectDir as getProjectDir2,
|
|
65
65
|
getReadyTasks,
|
|
@@ -124,7 +124,7 @@ import {
|
|
|
124
124
|
takeZombieDetection,
|
|
125
125
|
toOpencodeModel,
|
|
126
126
|
writeEgressAllowlist
|
|
127
|
-
} from "../chunk-
|
|
127
|
+
} from "../chunk-2DT4VGWU.js";
|
|
128
128
|
import {
|
|
129
129
|
ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
|
|
130
130
|
AnchorSessionClient,
|
|
@@ -216,7 +216,7 @@ import {
|
|
|
216
216
|
subagentActivityAgeSeconds,
|
|
217
217
|
sumTranscriptUsageInWindow,
|
|
218
218
|
transcriptActivityAgeSeconds
|
|
219
|
-
} from "../chunk-
|
|
219
|
+
} from "../chunk-PVPLNARY.js";
|
|
220
220
|
import {
|
|
221
221
|
reapOrphanChannelMcps
|
|
222
222
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -12919,7 +12919,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
|
|
|
12919
12919
|
var dayRolloverInboundHold = /* @__PURE__ */ new Map();
|
|
12920
12920
|
var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
|
|
12921
12921
|
async function channelInboundActivityAgeSecondsFor(codeName) {
|
|
12922
|
-
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-
|
|
12922
|
+
const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-OGFPDMFN.js");
|
|
12923
12923
|
const newest = newestPendingInboundActivityMtimeMs(dirname10(paneLogPath(codeName)));
|
|
12924
12924
|
if (newest === null) return null;
|
|
12925
12925
|
return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
|
|
@@ -13587,7 +13587,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
13587
13587
|
var lastVersionCheckAt = 0;
|
|
13588
13588
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
13589
13589
|
var lastResponsivenessProbeAt = 0;
|
|
13590
|
-
var agtCliVersion = true ? "0.28.
|
|
13590
|
+
var agtCliVersion = true ? "0.28.824" : "dev";
|
|
13591
13591
|
function resolveBrewPath(execFileSync2) {
|
|
13592
13592
|
try {
|
|
13593
13593
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -15154,7 +15154,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
15154
15154
|
if (codeNames.length === 0) return;
|
|
15155
15155
|
void (async () => {
|
|
15156
15156
|
try {
|
|
15157
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15157
|
+
const { collectDiagnostics } = await import("../persistent-session-2Y4O3COI.js");
|
|
15158
15158
|
await api.post("/host/heartbeat", {
|
|
15159
15159
|
host_id: hostId,
|
|
15160
15160
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -15295,7 +15295,7 @@ async function pollCycleInner() {
|
|
|
15295
15295
|
}
|
|
15296
15296
|
try {
|
|
15297
15297
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
15298
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15298
|
+
const { collectDiagnostics } = await import("../persistent-session-2Y4O3COI.js");
|
|
15299
15299
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
15300
15300
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
|
|
15301
15301
|
let tailscaleHostname;
|
|
@@ -15464,7 +15464,7 @@ async function pollCycleInner() {
|
|
|
15464
15464
|
collectPanelessActivityProbes,
|
|
15465
15465
|
getResponsivenessIntervalMs,
|
|
15466
15466
|
occupancyQualificationClassifications
|
|
15467
|
-
} = await import("../responsiveness-probe-
|
|
15467
|
+
} = await import("../responsiveness-probe-OGFPDMFN.js");
|
|
15468
15468
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
15469
15469
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
15470
15470
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -15581,7 +15581,7 @@ async function pollCycleInner() {
|
|
|
15581
15581
|
collectResponsivenessProbes,
|
|
15582
15582
|
livePendingInboundOldestAgeSeconds,
|
|
15583
15583
|
parkPendingInbound
|
|
15584
|
-
} = await import("../responsiveness-probe-
|
|
15584
|
+
} = await import("../responsiveness-probe-OGFPDMFN.js");
|
|
15585
15585
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
15586
15586
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
15587
15587
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -15737,7 +15737,7 @@ async function pollCycleInner() {
|
|
|
15737
15737
|
}
|
|
15738
15738
|
try {
|
|
15739
15739
|
const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
|
|
15740
|
-
const { probeSessionAuth } = await import("../session-auth-dead-
|
|
15740
|
+
const { probeSessionAuth } = await import("../session-auth-dead-UDG6GY3U.js");
|
|
15741
15741
|
const observations = [];
|
|
15742
15742
|
const pendingCacheCommits = [];
|
|
15743
15743
|
const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
|
|
@@ -19939,7 +19939,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
19939
19939
|
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}`));
|
|
19940
19940
|
void (async () => {
|
|
19941
19941
|
try {
|
|
19942
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
19942
|
+
const { collectDiagnostics } = await import("../persistent-session-2Y4O3COI.js");
|
|
19943
19943
|
await api.post("/host/heartbeat", {
|
|
19944
19944
|
host_id: hostId,
|
|
19945
19945
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -19985,7 +19985,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
19985
19985
|
}
|
|
19986
19986
|
try {
|
|
19987
19987
|
const hostId = await getHostId();
|
|
19988
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
19988
|
+
const { collectDiagnostics } = await import("../persistent-session-2Y4O3COI.js");
|
|
19989
19989
|
await api.post("/host/heartbeat", {
|
|
19990
19990
|
host_id: hostId,
|
|
19991
19991
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
|
|
@@ -20621,7 +20621,7 @@ async function processClaudePairSessions(agents) {
|
|
|
20621
20621
|
killPairSession,
|
|
20622
20622
|
pairTmuxSession,
|
|
20623
20623
|
finalizeClaudePairOnboarding
|
|
20624
|
-
} = await import("../claude-pair-runtime-
|
|
20624
|
+
} = await import("../claude-pair-runtime-5QM5OTAZ.js");
|
|
20625
20625
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
20626
20626
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
20627
20627
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -49,8 +49,8 @@ import {
|
|
|
49
49
|
writeDirectChatSessionState,
|
|
50
50
|
writeEgressAllowlist,
|
|
51
51
|
writePersistentClaudeWrapper
|
|
52
|
-
} from "./chunk-
|
|
53
|
-
import "./chunk-
|
|
52
|
+
} from "./chunk-2DT4VGWU.js";
|
|
53
|
+
import "./chunk-PVPLNARY.js";
|
|
54
54
|
import "./chunk-XWVM4KPK.js";
|
|
55
55
|
export {
|
|
56
56
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -104,4 +104,4 @@ export {
|
|
|
104
104
|
writeEgressAllowlist,
|
|
105
105
|
writePersistentClaudeWrapper
|
|
106
106
|
};
|
|
107
|
-
//# sourceMappingURL=persistent-session-
|
|
107
|
+
//# sourceMappingURL=persistent-session-2Y4O3COI.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-2DT4VGWU.js";
|
|
4
|
+
import "./chunk-PVPLNARY.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -745,4 +745,4 @@ export {
|
|
|
745
745
|
readAndResetSlackReplyBindingClassifications,
|
|
746
746
|
readAndResetSlackReplyTargetClassifications
|
|
747
747
|
};
|
|
748
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
748
|
+
//# sourceMappingURL=responsiveness-probe-OGFPDMFN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PVPLNARY.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-UDG6GY3U.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|