@integrity-labs/agt-cli 0.28.480 → 0.28.481
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-EOH75U22.js → chunk-4XLEJP7G.js} +30 -13
- package/dist/chunk-4XLEJP7G.js.map +1 -0
- package/dist/{chunk-JBDLGPQU.js → chunk-YYNUZWK7.js} +32 -26
- package/dist/chunk-YYNUZWK7.js.map +1 -0
- package/dist/{claude-pair-runtime-RU7ZJDDB.js → claude-pair-runtime-7CI63PCV.js} +2 -2
- package/dist/lib/manager-worker.js +11 -11
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +18 -10
- package/dist/mcp/origami.js +18 -10
- package/dist/mcp/slack-channel.js +18 -10
- package/dist/mcp/telegram-channel.js +18 -10
- package/dist/{persistent-session-USTI74Q5.js → persistent-session-Q4YE53I5.js} +2 -2
- package/dist/{responsiveness-probe-3PRCIAML.js → responsiveness-probe-MOFFFCOY.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-EOH75U22.js.map +0 -1
- package/dist/chunk-JBDLGPQU.js.map +0 -1
- /package/dist/{claude-pair-runtime-RU7ZJDDB.js.map → claude-pair-runtime-7CI63PCV.js.map} +0 -0
- /package/dist/{persistent-session-USTI74Q5.js.map → persistent-session-Q4YE53I5.js.map} +0 -0
- /package/dist/{responsiveness-probe-3PRCIAML.js.map → responsiveness-probe-MOFFFCOY.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-Q4YE53I5.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-7CI63PCV.js.map
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
resolveEffectivePinRaw,
|
|
45
45
|
safeWriteJsonAtomic,
|
|
46
46
|
setConfigHash
|
|
47
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-YYNUZWK7.js";
|
|
48
48
|
import {
|
|
49
49
|
getProjectDir as getProjectDir2,
|
|
50
50
|
getReadyTasks,
|
|
@@ -162,7 +162,7 @@ import {
|
|
|
162
162
|
toOpencodeModel,
|
|
163
163
|
transcriptActivityAgeSeconds,
|
|
164
164
|
writeEgressAllowlist
|
|
165
|
-
} from "../chunk-
|
|
165
|
+
} from "../chunk-4XLEJP7G.js";
|
|
166
166
|
import {
|
|
167
167
|
reapOrphanChannelMcps
|
|
168
168
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10064,7 +10064,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10064
10064
|
var lastVersionCheckAt = 0;
|
|
10065
10065
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10066
10066
|
var lastResponsivenessProbeAt = 0;
|
|
10067
|
-
var agtCliVersion = true ? "0.28.
|
|
10067
|
+
var agtCliVersion = true ? "0.28.481" : "dev";
|
|
10068
10068
|
function resolveBrewPath(execFileSync2) {
|
|
10069
10069
|
try {
|
|
10070
10070
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11227,7 +11227,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11227
11227
|
if (codeNames.length === 0) return;
|
|
11228
11228
|
void (async () => {
|
|
11229
11229
|
try {
|
|
11230
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11230
|
+
const { collectDiagnostics } = await import("../persistent-session-Q4YE53I5.js");
|
|
11231
11231
|
await api.post("/host/heartbeat", {
|
|
11232
11232
|
host_id: hostId,
|
|
11233
11233
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11334,7 +11334,7 @@ async function pollCycle() {
|
|
|
11334
11334
|
}
|
|
11335
11335
|
try {
|
|
11336
11336
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11337
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11337
|
+
const { collectDiagnostics } = await import("../persistent-session-Q4YE53I5.js");
|
|
11338
11338
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11339
11339
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11340
11340
|
let tailscaleHostname;
|
|
@@ -11448,7 +11448,7 @@ async function pollCycle() {
|
|
|
11448
11448
|
collectResponsivenessProbes,
|
|
11449
11449
|
collectPanelessActivityProbes,
|
|
11450
11450
|
getResponsivenessIntervalMs
|
|
11451
|
-
} = await import("../responsiveness-probe-
|
|
11451
|
+
} = await import("../responsiveness-probe-MOFFFCOY.js");
|
|
11452
11452
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11453
11453
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11454
11454
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -11512,7 +11512,7 @@ async function pollCycle() {
|
|
|
11512
11512
|
collectResponsivenessProbes,
|
|
11513
11513
|
livePendingInboundOldestAgeSeconds,
|
|
11514
11514
|
parkPendingInbound
|
|
11515
|
-
} = await import("../responsiveness-probe-
|
|
11515
|
+
} = await import("../responsiveness-probe-MOFFFCOY.js");
|
|
11516
11516
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
11517
11517
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
11518
11518
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -14615,7 +14615,7 @@ ${truncateForLog(ctx.tail)}` : `; pane_tail_hash=sha256:${createHash16("sha256")
|
|
|
14615
14615
|
log(`[persistent-session] Failed to provision Stop hook for '${codeName}': ${err.message}`);
|
|
14616
14616
|
}
|
|
14617
14617
|
try {
|
|
14618
|
-
provisionIsolationHook(codeName);
|
|
14618
|
+
provisionIsolationHook(codeName, agent.agent_id);
|
|
14619
14619
|
} catch (err) {
|
|
14620
14620
|
log(`[persistent-session] Failed to provision isolation hook for '${codeName}': ${err.message}`);
|
|
14621
14621
|
}
|
|
@@ -14988,7 +14988,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
14988
14988
|
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}`));
|
|
14989
14989
|
void (async () => {
|
|
14990
14990
|
try {
|
|
14991
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14991
|
+
const { collectDiagnostics } = await import("../persistent-session-Q4YE53I5.js");
|
|
14992
14992
|
await api.post("/host/heartbeat", {
|
|
14993
14993
|
host_id: hostId,
|
|
14994
14994
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15038,7 +15038,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15038
15038
|
}
|
|
15039
15039
|
try {
|
|
15040
15040
|
const hostId = await getHostId();
|
|
15041
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15041
|
+
const { collectDiagnostics } = await import("../persistent-session-Q4YE53I5.js");
|
|
15042
15042
|
await api.post("/host/heartbeat", {
|
|
15043
15043
|
host_id: hostId,
|
|
15044
15044
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15496,7 +15496,7 @@ async function processClaudePairSessions(agents) {
|
|
|
15496
15496
|
killPairSession,
|
|
15497
15497
|
pairTmuxSession,
|
|
15498
15498
|
finalizeClaudePairOnboarding
|
|
15499
|
-
} = await import("../claude-pair-runtime-
|
|
15499
|
+
} = await import("../claude-pair-runtime-7CI63PCV.js");
|
|
15500
15500
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
15501
15501
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
15502
15502
|
const killed = await killPairSession(pairTmuxSession(pairId));
|