@integrity-labs/agt-cli 0.28.577 → 0.28.579
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-E3KBX3UW.js → chunk-RC5YRTZU.js} +84 -3
- package/dist/chunk-RC5YRTZU.js.map +1 -0
- package/dist/{chunk-FOMHYTFV.js → chunk-Y3ILQRLM.js} +27 -8
- package/dist/chunk-Y3ILQRLM.js.map +1 -0
- package/dist/{claude-pair-runtime-4C5YXND6.js → claude-pair-runtime-44HJ5UBR.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-2ESCLFCK.js → persistent-session-TLF2BQRN.js} +6 -2
- package/dist/{responsiveness-probe-YCUDUCAS.js → responsiveness-probe-XEE6AST5.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-E3KBX3UW.js.map +0 -1
- package/dist/chunk-FOMHYTFV.js.map +0 -1
- /package/dist/{claude-pair-runtime-4C5YXND6.js.map → claude-pair-runtime-44HJ5UBR.js.map} +0 -0
- /package/dist/{persistent-session-2ESCLFCK.js.map → persistent-session-TLF2BQRN.js.map} +0 -0
- /package/dist/{responsiveness-probe-YCUDUCAS.js.map → responsiveness-probe-XEE6AST5.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-TLF2BQRN.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-44HJ5UBR.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-Y3ILQRLM.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -182,7 +182,7 @@ import {
|
|
|
182
182
|
toOpencodeModel,
|
|
183
183
|
transcriptActivityAgeSeconds,
|
|
184
184
|
writeEgressAllowlist
|
|
185
|
-
} from "../chunk-
|
|
185
|
+
} from "../chunk-RC5YRTZU.js";
|
|
186
186
|
import {
|
|
187
187
|
reapOrphanChannelMcps
|
|
188
188
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -11596,7 +11596,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
11596
11596
|
var lastVersionCheckAt = 0;
|
|
11597
11597
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
11598
11598
|
var lastResponsivenessProbeAt = 0;
|
|
11599
|
-
var agtCliVersion = true ? "0.28.
|
|
11599
|
+
var agtCliVersion = true ? "0.28.579" : "dev";
|
|
11600
11600
|
function resolveBrewPath(execFileSync2) {
|
|
11601
11601
|
try {
|
|
11602
11602
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -12903,7 +12903,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
12903
12903
|
if (codeNames.length === 0) return;
|
|
12904
12904
|
void (async () => {
|
|
12905
12905
|
try {
|
|
12906
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
12906
|
+
const { collectDiagnostics } = await import("../persistent-session-TLF2BQRN.js");
|
|
12907
12907
|
await api.post("/host/heartbeat", {
|
|
12908
12908
|
host_id: hostId,
|
|
12909
12909
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
|
|
@@ -13011,7 +13011,7 @@ async function pollCycle() {
|
|
|
13011
13011
|
}
|
|
13012
13012
|
try {
|
|
13013
13013
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
13014
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
13014
|
+
const { collectDiagnostics } = await import("../persistent-session-TLF2BQRN.js");
|
|
13015
13015
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
13016
13016
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics) : void 0;
|
|
13017
13017
|
let tailscaleHostname;
|
|
@@ -13134,7 +13134,7 @@ async function pollCycle() {
|
|
|
13134
13134
|
collectPanelessActivityProbes,
|
|
13135
13135
|
getResponsivenessIntervalMs,
|
|
13136
13136
|
occupancyQualificationClassifications
|
|
13137
|
-
} = await import("../responsiveness-probe-
|
|
13137
|
+
} = await import("../responsiveness-probe-XEE6AST5.js");
|
|
13138
13138
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
13139
13139
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
13140
13140
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -13225,7 +13225,7 @@ async function pollCycle() {
|
|
|
13225
13225
|
collectResponsivenessProbes,
|
|
13226
13226
|
livePendingInboundOldestAgeSeconds,
|
|
13227
13227
|
parkPendingInbound
|
|
13228
|
-
} = await import("../responsiveness-probe-
|
|
13228
|
+
} = await import("../responsiveness-probe-XEE6AST5.js");
|
|
13229
13229
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
13230
13230
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
13231
13231
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -16795,7 +16795,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
16795
16795
|
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}`));
|
|
16796
16796
|
void (async () => {
|
|
16797
16797
|
try {
|
|
16798
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
16798
|
+
const { collectDiagnostics } = await import("../persistent-session-TLF2BQRN.js");
|
|
16799
16799
|
await api.post("/host/heartbeat", {
|
|
16800
16800
|
host_id: hostId,
|
|
16801
16801
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
|
|
@@ -16846,7 +16846,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
16846
16846
|
}
|
|
16847
16847
|
try {
|
|
16848
16848
|
const hostId = await getHostId();
|
|
16849
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
16849
|
+
const { collectDiagnostics } = await import("../persistent-session-TLF2BQRN.js");
|
|
16850
16850
|
await api.post("/host/heartbeat", {
|
|
16851
16851
|
host_id: hostId,
|
|
16852
16852
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics)
|
|
@@ -17424,7 +17424,7 @@ async function processClaudePairSessions(agents) {
|
|
|
17424
17424
|
killPairSession,
|
|
17425
17425
|
pairTmuxSession,
|
|
17426
17426
|
finalizeClaudePairOnboarding
|
|
17427
|
-
} = await import("../claude-pair-runtime-
|
|
17427
|
+
} = await import("../claude-pair-runtime-44HJ5UBR.js");
|
|
17428
17428
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
17429
17429
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
17430
17430
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EGRESS_BASELINE_DOMAINS,
|
|
3
|
+
PANE_AGENT_ID_PROBE_TIMEOUT_MS,
|
|
3
4
|
REQUIRED_SPAWN_ENV,
|
|
4
5
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
5
6
|
_internals,
|
|
@@ -7,6 +8,7 @@ import {
|
|
|
7
8
|
buildEgressAllowlist,
|
|
8
9
|
buildSpawnEnv,
|
|
9
10
|
collectDiagnostics,
|
|
11
|
+
describePaneAgentIdMismatch,
|
|
10
12
|
directChatSessionStatePath,
|
|
11
13
|
egressAllowlistHostPath,
|
|
12
14
|
egressMode,
|
|
@@ -41,10 +43,11 @@ import {
|
|
|
41
43
|
writeDirectChatSessionState,
|
|
42
44
|
writeEgressAllowlist,
|
|
43
45
|
writePersistentClaudeWrapper
|
|
44
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-RC5YRTZU.js";
|
|
45
47
|
import "./chunk-XWVM4KPK.js";
|
|
46
48
|
export {
|
|
47
49
|
EGRESS_BASELINE_DOMAINS,
|
|
50
|
+
PANE_AGENT_ID_PROBE_TIMEOUT_MS,
|
|
48
51
|
REQUIRED_SPAWN_ENV,
|
|
49
52
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
50
53
|
_internals,
|
|
@@ -52,6 +55,7 @@ export {
|
|
|
52
55
|
buildEgressAllowlist,
|
|
53
56
|
buildSpawnEnv,
|
|
54
57
|
collectDiagnostics,
|
|
58
|
+
describePaneAgentIdMismatch,
|
|
55
59
|
directChatSessionStatePath,
|
|
56
60
|
egressAllowlistHostPath,
|
|
57
61
|
egressMode,
|
|
@@ -87,4 +91,4 @@ export {
|
|
|
87
91
|
writeEgressAllowlist,
|
|
88
92
|
writePersistentClaudeWrapper
|
|
89
93
|
};
|
|
90
|
-
//# sourceMappingURL=persistent-session-
|
|
94
|
+
//# sourceMappingURL=persistent-session-TLF2BQRN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RC5YRTZU.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-XEE6AST5.js.map
|