@integrity-labs/agt-cli 0.28.586 → 0.28.588
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-VFBJSNLS.js → chunk-4G52LVUD.js} +3 -3
- package/dist/{chunk-GMTRKIHI.js → chunk-BLA56WZF.js} +32 -16
- package/dist/{chunk-GMTRKIHI.js.map → chunk-BLA56WZF.js.map} +1 -1
- package/dist/{claude-pair-runtime-MN6GPIUL.js → claude-pair-runtime-LAR36LFE.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-773CFXXR.js → persistent-session-V5MSWCUI.js} +2 -2
- package/dist/{responsiveness-probe-7Q4HR6SK.js → responsiveness-probe-WSEXAPQQ.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-VFBJSNLS.js.map → chunk-4G52LVUD.js.map} +0 -0
- /package/dist/{claude-pair-runtime-MN6GPIUL.js.map → claude-pair-runtime-LAR36LFE.js.map} +0 -0
- /package/dist/{persistent-session-773CFXXR.js.map → persistent-session-V5MSWCUI.js.map} +0 -0
- /package/dist/{responsiveness-probe-7Q4HR6SK.js.map → responsiveness-probe-WSEXAPQQ.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-V5MSWCUI.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-LAR36LFE.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-4G52LVUD.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
toOpencodeModel,
|
|
184
184
|
transcriptActivityAgeSeconds,
|
|
185
185
|
writeEgressAllowlist
|
|
186
|
-
} from "../chunk-
|
|
186
|
+
} from "../chunk-BLA56WZF.js";
|
|
187
187
|
import {
|
|
188
188
|
reapOrphanChannelMcps
|
|
189
189
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -11629,7 +11629,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
11629
11629
|
var lastVersionCheckAt = 0;
|
|
11630
11630
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
11631
11631
|
var lastResponsivenessProbeAt = 0;
|
|
11632
|
-
var agtCliVersion = true ? "0.28.
|
|
11632
|
+
var agtCliVersion = true ? "0.28.588" : "dev";
|
|
11633
11633
|
function resolveBrewPath(execFileSync2) {
|
|
11634
11634
|
try {
|
|
11635
11635
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -12936,7 +12936,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
12936
12936
|
if (codeNames.length === 0) return;
|
|
12937
12937
|
void (async () => {
|
|
12938
12938
|
try {
|
|
12939
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
12939
|
+
const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
|
|
12940
12940
|
await api.post("/host/heartbeat", {
|
|
12941
12941
|
host_id: hostId,
|
|
12942
12942
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
|
|
@@ -13044,7 +13044,7 @@ async function pollCycle() {
|
|
|
13044
13044
|
}
|
|
13045
13045
|
try {
|
|
13046
13046
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
13047
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
13047
|
+
const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
|
|
13048
13048
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
13049
13049
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics) : void 0;
|
|
13050
13050
|
let tailscaleHostname;
|
|
@@ -13167,7 +13167,7 @@ async function pollCycle() {
|
|
|
13167
13167
|
collectPanelessActivityProbes,
|
|
13168
13168
|
getResponsivenessIntervalMs,
|
|
13169
13169
|
occupancyQualificationClassifications
|
|
13170
|
-
} = await import("../responsiveness-probe-
|
|
13170
|
+
} = await import("../responsiveness-probe-WSEXAPQQ.js");
|
|
13171
13171
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
13172
13172
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
13173
13173
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -13258,7 +13258,7 @@ async function pollCycle() {
|
|
|
13258
13258
|
collectResponsivenessProbes,
|
|
13259
13259
|
livePendingInboundOldestAgeSeconds,
|
|
13260
13260
|
parkPendingInbound
|
|
13261
|
-
} = await import("../responsiveness-probe-
|
|
13261
|
+
} = await import("../responsiveness-probe-WSEXAPQQ.js");
|
|
13262
13262
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
13263
13263
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
13264
13264
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -16828,7 +16828,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
16828
16828
|
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}`));
|
|
16829
16829
|
void (async () => {
|
|
16830
16830
|
try {
|
|
16831
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
16831
|
+
const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
|
|
16832
16832
|
await api.post("/host/heartbeat", {
|
|
16833
16833
|
host_id: hostId,
|
|
16834
16834
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
|
|
@@ -16879,7 +16879,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
16879
16879
|
}
|
|
16880
16880
|
try {
|
|
16881
16881
|
const hostId = await getHostId();
|
|
16882
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
16882
|
+
const { collectDiagnostics } = await import("../persistent-session-V5MSWCUI.js");
|
|
16883
16883
|
await api.post("/host/heartbeat", {
|
|
16884
16884
|
host_id: hostId,
|
|
16885
16885
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
|
|
@@ -17457,7 +17457,7 @@ async function processClaudePairSessions(agents) {
|
|
|
17457
17457
|
killPairSession,
|
|
17458
17458
|
pairTmuxSession,
|
|
17459
17459
|
finalizeClaudePairOnboarding
|
|
17460
|
-
} = await import("../claude-pair-runtime-
|
|
17460
|
+
} = await import("../claude-pair-runtime-LAR36LFE.js");
|
|
17461
17461
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
17462
17462
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
17463
17463
|
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-BLA56WZF.js";
|
|
47
47
|
import "./chunk-XWVM4KPK.js";
|
|
48
48
|
export {
|
|
49
49
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -91,4 +91,4 @@ export {
|
|
|
91
91
|
writeEgressAllowlist,
|
|
92
92
|
writePersistentClaudeWrapper
|
|
93
93
|
};
|
|
94
|
-
//# sourceMappingURL=persistent-session-
|
|
94
|
+
//# sourceMappingURL=persistent-session-V5MSWCUI.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BLA56WZF.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -689,4 +689,4 @@ export {
|
|
|
689
689
|
readAndResetSlackReplyBindingClassifications,
|
|
690
690
|
readAndResetSlackReplyTargetClassifications
|
|
691
691
|
};
|
|
692
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
692
|
+
//# sourceMappingURL=responsiveness-probe-WSEXAPQQ.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|