@integrity-labs/agt-cli 0.28.99 → 0.28.101
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/bin/agt.js.map +1 -1
- package/dist/{chunk-IPSZZQ3D.js → chunk-5DYG42FL.js} +11 -1
- package/dist/chunk-5DYG42FL.js.map +1 -0
- package/dist/{chunk-QPQRF6F4.js → chunk-5S6GGJTT.js} +3 -3
- package/dist/{chunk-QPQRF6F4.js.map → chunk-5S6GGJTT.js.map} +1 -1
- package/dist/{chunk-TGGRM5NJ.js → chunk-WNN5WT42.js} +2 -2
- package/dist/{claude-pair-runtime-LDBMWVTP.js → claude-pair-runtime-JP3TEGDV.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +14 -0
- package/dist/mcp/telegram-channel.js +17 -1
- package/dist/{persistent-session-3OABTEPN.js → persistent-session-6CU3BIHP.js} +3 -3
- package/dist/{responsiveness-probe-IES7QHV5.js → responsiveness-probe-GLZZZ2OK.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-IPSZZQ3D.js.map +0 -1
- /package/dist/{chunk-TGGRM5NJ.js.map → chunk-WNN5WT42.js.map} +0 -0
- /package/dist/{claude-pair-runtime-LDBMWVTP.js.map → claude-pair-runtime-JP3TEGDV.js.map} +0 -0
- /package/dist/{persistent-session-3OABTEPN.js.map → persistent-session-6CU3BIHP.js.map} +0 -0
- /package/dist/{responsiveness-probe-IES7QHV5.js.map → responsiveness-probe-GLZZZ2OK.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-5DYG42FL.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1565,4 +1565,4 @@ export {
|
|
|
1565
1565
|
stopAllSessionsAndWait,
|
|
1566
1566
|
getProjectDir
|
|
1567
1567
|
};
|
|
1568
|
-
//# sourceMappingURL=chunk-
|
|
1568
|
+
//# sourceMappingURL=chunk-WNN5WT42.js.map
|
|
@@ -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-6CU3BIHP.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-JP3TEGDV.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-5S6GGJTT.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
takeZombieDetection,
|
|
72
72
|
transcriptActivityAgeSeconds,
|
|
73
73
|
writeEgressAllowlist
|
|
74
|
-
} from "../chunk-
|
|
74
|
+
} from "../chunk-WNN5WT42.js";
|
|
75
75
|
import {
|
|
76
76
|
FLAGS_SCHEMA_VERSION,
|
|
77
77
|
FLAG_REGISTRY,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
resolveDmTarget,
|
|
107
107
|
sumTranscriptUsageInWindow,
|
|
108
108
|
wrapScheduledTaskPrompt
|
|
109
|
-
} from "../chunk-
|
|
109
|
+
} from "../chunk-5DYG42FL.js";
|
|
110
110
|
import {
|
|
111
111
|
parsePsRows,
|
|
112
112
|
reapOrphanChannelMcps
|
|
@@ -6961,7 +6961,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6961
6961
|
var lastVersionCheckAt = 0;
|
|
6962
6962
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6963
6963
|
var lastResponsivenessProbeAt = 0;
|
|
6964
|
-
var agtCliVersion = true ? "0.28.
|
|
6964
|
+
var agtCliVersion = true ? "0.28.101" : "dev";
|
|
6965
6965
|
function resolveBrewPath(execFileSync4) {
|
|
6966
6966
|
try {
|
|
6967
6967
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -8072,7 +8072,7 @@ async function pollCycle() {
|
|
|
8072
8072
|
}
|
|
8073
8073
|
try {
|
|
8074
8074
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
8075
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
8075
|
+
const { collectDiagnostics } = await import("../persistent-session-6CU3BIHP.js");
|
|
8076
8076
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
8077
8077
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
8078
8078
|
let tailscaleHostname;
|
|
@@ -8173,7 +8173,7 @@ async function pollCycle() {
|
|
|
8173
8173
|
const {
|
|
8174
8174
|
collectResponsivenessProbes,
|
|
8175
8175
|
getResponsivenessIntervalMs
|
|
8176
|
-
} = await import("../responsiveness-probe-
|
|
8176
|
+
} = await import("../responsiveness-probe-GLZZZ2OK.js");
|
|
8177
8177
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
8178
8178
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
8179
8179
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8205,7 +8205,7 @@ async function pollCycle() {
|
|
|
8205
8205
|
collectResponsivenessProbes,
|
|
8206
8206
|
livePendingInboundOldestAgeSeconds,
|
|
8207
8207
|
parkPendingInbound
|
|
8208
|
-
} = await import("../responsiveness-probe-
|
|
8208
|
+
} = await import("../responsiveness-probe-GLZZZ2OK.js");
|
|
8209
8209
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8210
8210
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8211
8211
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -11733,7 +11733,7 @@ async function processClaudePairSessions(agents) {
|
|
|
11733
11733
|
killPairSession,
|
|
11734
11734
|
pairTmuxSession,
|
|
11735
11735
|
finalizeClaudePairOnboarding
|
|
11736
|
-
} = await import("../claude-pair-runtime-
|
|
11736
|
+
} = await import("../claude-pair-runtime-JP3TEGDV.js");
|
|
11737
11737
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
11738
11738
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
11739
11739
|
const killed = await killPairSession(pairTmuxSession(pairId));
|