@integrity-labs/agt-cli 0.27.170 → 0.28.1
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-YX35EONG.js → chunk-I6QV3IE7.js} +8 -1
- package/dist/{chunk-YX35EONG.js.map → chunk-I6QV3IE7.js.map} +1 -1
- package/dist/{chunk-BMQQ63W2.js → chunk-K2HIV5DB.js} +2 -2
- package/dist/{chunk-U6LHLWWG.js → chunk-PPCOPZTK.js} +2 -2
- package/dist/{claude-pair-runtime-IDCPU7YT.js → claude-pair-runtime-H73LQ5AR.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 +215 -53
- package/dist/mcp/telegram-channel.js +91 -27
- package/dist/{persistent-session-YQTDRXSB.js → persistent-session-QXLGGGO2.js} +3 -3
- package/dist/{responsiveness-probe-IGQQFMSC.js → responsiveness-probe-3BUUOZZO.js} +56 -5
- package/dist/responsiveness-probe-3BUUOZZO.js.map +1 -0
- package/package.json +1 -1
- package/dist/responsiveness-probe-IGQQFMSC.js.map +0 -1
- /package/dist/{chunk-BMQQ63W2.js.map → chunk-K2HIV5DB.js.map} +0 -0
- /package/dist/{chunk-U6LHLWWG.js.map → chunk-PPCOPZTK.js.map} +0 -0
- /package/dist/{claude-pair-runtime-IDCPU7YT.js.map → claude-pair-runtime-H73LQ5AR.js.map} +0 -0
- /package/dist/{persistent-session-YQTDRXSB.js.map → persistent-session-QXLGGGO2.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-I6QV3IE7.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1466,4 +1466,4 @@ export {
|
|
|
1466
1466
|
stopAllSessionsAndWait,
|
|
1467
1467
|
getProjectDir
|
|
1468
1468
|
};
|
|
1469
|
-
//# sourceMappingURL=chunk-
|
|
1469
|
+
//# sourceMappingURL=chunk-K2HIV5DB.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
registerFramework,
|
|
15
15
|
resolveAvatarEnvUrl,
|
|
16
16
|
wrapScheduledTaskPrompt
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-I6QV3IE7.js";
|
|
18
18
|
|
|
19
19
|
// ../../packages/core/dist/integrations/registry.js
|
|
20
20
|
var INTEGRATION_REGISTRY = [
|
|
@@ -8237,4 +8237,4 @@ export {
|
|
|
8237
8237
|
managerInstallSystemUnitCommand,
|
|
8238
8238
|
managerUninstallSystemUnitCommand
|
|
8239
8239
|
};
|
|
8240
|
-
//# sourceMappingURL=chunk-
|
|
8240
|
+
//# sourceMappingURL=chunk-PPCOPZTK.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-QXLGGGO2.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-H73LQ5AR.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
provisionStopHook,
|
|
23
23
|
requireHost,
|
|
24
24
|
safeWriteJsonAtomic
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-PPCOPZTK.js";
|
|
26
26
|
import {
|
|
27
27
|
getProjectDir as getProjectDir2,
|
|
28
28
|
getReadyTasks,
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
takeWatchdogGiveUpCount,
|
|
65
65
|
takeZombieDetection,
|
|
66
66
|
transcriptActivityAgeSeconds
|
|
67
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-K2HIV5DB.js";
|
|
68
68
|
import {
|
|
69
69
|
FLAGS_SCHEMA_VERSION,
|
|
70
70
|
KANBAN_CHECK_COMMAND,
|
|
@@ -96,7 +96,7 @@ import {
|
|
|
96
96
|
sumTranscriptUsageInWindow,
|
|
97
97
|
worseConnectivityOutcome,
|
|
98
98
|
wrapScheduledTaskPrompt
|
|
99
|
-
} from "../chunk-
|
|
99
|
+
} from "../chunk-I6QV3IE7.js";
|
|
100
100
|
import {
|
|
101
101
|
parsePsRows,
|
|
102
102
|
reapOrphanChannelMcps
|
|
@@ -5041,7 +5041,7 @@ var cachedMaintenanceWindow = null;
|
|
|
5041
5041
|
var lastVersionCheckAt = 0;
|
|
5042
5042
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
5043
5043
|
var lastResponsivenessProbeAt = 0;
|
|
5044
|
-
var agtCliVersion = true ? "0.
|
|
5044
|
+
var agtCliVersion = true ? "0.28.1" : "dev";
|
|
5045
5045
|
function resolveBrewPath(execFileSync4) {
|
|
5046
5046
|
try {
|
|
5047
5047
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -6244,7 +6244,7 @@ async function pollCycle() {
|
|
|
6244
6244
|
}
|
|
6245
6245
|
try {
|
|
6246
6246
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
6247
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
6247
|
+
const { collectDiagnostics } = await import("../persistent-session-QXLGGGO2.js");
|
|
6248
6248
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
6249
6249
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
6250
6250
|
let tailscaleHostname;
|
|
@@ -6338,7 +6338,7 @@ async function pollCycle() {
|
|
|
6338
6338
|
const {
|
|
6339
6339
|
collectResponsivenessProbes,
|
|
6340
6340
|
getResponsivenessIntervalMs
|
|
6341
|
-
} = await import("../responsiveness-probe-
|
|
6341
|
+
} = await import("../responsiveness-probe-3BUUOZZO.js");
|
|
6342
6342
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
6343
6343
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
6344
6344
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -6370,7 +6370,7 @@ async function pollCycle() {
|
|
|
6370
6370
|
collectResponsivenessProbes,
|
|
6371
6371
|
livePendingInboundOldestAgeSeconds,
|
|
6372
6372
|
parkPendingInbound
|
|
6373
|
-
} = await import("../responsiveness-probe-
|
|
6373
|
+
} = await import("../responsiveness-probe-3BUUOZZO.js");
|
|
6374
6374
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
6375
6375
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
6376
6376
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10966,7 +10966,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10966
10966
|
killPairSession,
|
|
10967
10967
|
pairTmuxSession,
|
|
10968
10968
|
finalizeClaudePairOnboarding
|
|
10969
|
-
} = await import("../claude-pair-runtime-
|
|
10969
|
+
} = await import("../claude-pair-runtime-H73LQ5AR.js");
|
|
10970
10970
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10971
10971
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10972
10972
|
const killed = await killPairSession(pairTmuxSession(pairId));
|