@integrity-labs/agt-cli 0.27.162 → 0.27.164
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-LK7R6HLJ.js → chunk-3A2H4ZLD.js} +9 -2
- package/dist/{chunk-LK7R6HLJ.js.map → chunk-3A2H4ZLD.js.map} +1 -1
- package/dist/{chunk-AEECYKHW.js → chunk-5TBIEU36.js} +2 -2
- package/dist/{chunk-H5B4ESA5.js → chunk-OIX32YSR.js} +2 -2
- package/dist/{claude-pair-runtime-TZOAZFBQ.js → claude-pair-runtime-ZEFIYDUH.js} +2 -2
- package/dist/lib/manager-worker.js +10 -13
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +302 -82
- package/dist/mcp/telegram-channel.js +255 -44
- package/dist/{persistent-session-WL22MKBS.js → persistent-session-7BLPRGWR.js} +3 -3
- package/dist/{responsiveness-probe-N3Q3O6X7.js → responsiveness-probe-AL3O7SYZ.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-AEECYKHW.js.map → chunk-5TBIEU36.js.map} +0 -0
- /package/dist/{chunk-H5B4ESA5.js.map → chunk-OIX32YSR.js.map} +0 -0
- /package/dist/{claude-pair-runtime-TZOAZFBQ.js.map → claude-pair-runtime-ZEFIYDUH.js.map} +0 -0
- /package/dist/{persistent-session-WL22MKBS.js.map → persistent-session-7BLPRGWR.js.map} +0 -0
- /package/dist/{responsiveness-probe-N3Q3O6X7.js.map → responsiveness-probe-AL3O7SYZ.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-3A2H4ZLD.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1641,4 +1641,4 @@ export {
|
|
|
1641
1641
|
stopAllSessionsAndWait,
|
|
1642
1642
|
getProjectDir
|
|
1643
1643
|
};
|
|
1644
|
-
//# sourceMappingURL=chunk-
|
|
1644
|
+
//# sourceMappingURL=chunk-5TBIEU36.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
registerFramework,
|
|
15
15
|
resolveAvatarEnvUrl,
|
|
16
16
|
wrapScheduledTaskPrompt
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-3A2H4ZLD.js";
|
|
18
18
|
|
|
19
19
|
// ../../packages/core/dist/integrations/registry.js
|
|
20
20
|
var INTEGRATION_REGISTRY = [
|
|
@@ -8222,4 +8222,4 @@ export {
|
|
|
8222
8222
|
managerInstallSystemUnitCommand,
|
|
8223
8223
|
managerUninstallSystemUnitCommand
|
|
8224
8224
|
};
|
|
8225
|
-
//# sourceMappingURL=chunk-
|
|
8225
|
+
//# sourceMappingURL=chunk-OIX32YSR.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-7BLPRGWR.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-ZEFIYDUH.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
provisionStopHook,
|
|
23
23
|
requireHost,
|
|
24
24
|
safeWriteJsonAtomic
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-OIX32YSR.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-5TBIEU36.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-3A2H4ZLD.js";
|
|
100
100
|
import {
|
|
101
101
|
parsePsRows,
|
|
102
102
|
reapOrphanChannelMcps
|
|
@@ -5012,7 +5012,7 @@ var cachedMaintenanceWindow = null;
|
|
|
5012
5012
|
var lastVersionCheckAt = 0;
|
|
5013
5013
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
5014
5014
|
var lastResponsivenessProbeAt = 0;
|
|
5015
|
-
var agtCliVersion = true ? "0.27.
|
|
5015
|
+
var agtCliVersion = true ? "0.27.164" : "dev";
|
|
5016
5016
|
function resolveBrewPath(execFileSync4) {
|
|
5017
5017
|
try {
|
|
5018
5018
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5762,10 +5762,7 @@ function hostFlagStore() {
|
|
|
5762
5762
|
return _hostFlagStore;
|
|
5763
5763
|
}
|
|
5764
5764
|
function channelQuarantineMode() {
|
|
5765
|
-
|
|
5766
|
-
if (v === "off") return "off";
|
|
5767
|
-
if (v === "enforce") return "enforce";
|
|
5768
|
-
return "shadow";
|
|
5765
|
+
return hostFlagStore().getString("channel-quarantine-mode");
|
|
5769
5766
|
}
|
|
5770
5767
|
function channelQuarantineDwellMs() {
|
|
5771
5768
|
const raw = parseInt(process.env["AGT_CHANNEL_QUARANTINE_DWELL_MS"] ?? "", 10);
|
|
@@ -6218,7 +6215,7 @@ async function pollCycle() {
|
|
|
6218
6215
|
}
|
|
6219
6216
|
try {
|
|
6220
6217
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
6221
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
6218
|
+
const { collectDiagnostics } = await import("../persistent-session-7BLPRGWR.js");
|
|
6222
6219
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
6223
6220
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
6224
6221
|
let tailscaleHostname;
|
|
@@ -6312,12 +6309,12 @@ async function pollCycle() {
|
|
|
6312
6309
|
const {
|
|
6313
6310
|
collectResponsivenessProbes,
|
|
6314
6311
|
getResponsivenessIntervalMs
|
|
6315
|
-
} = await import("../responsiveness-probe-
|
|
6312
|
+
} = await import("../responsiveness-probe-AL3O7SYZ.js");
|
|
6316
6313
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
6317
6314
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
6318
6315
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
6319
6316
|
if (probeCodeNames.length > 0) {
|
|
6320
|
-
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-
|
|
6317
|
+
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-7BLPRGWR.js");
|
|
6321
6318
|
const drainedGiveUps = /* @__PURE__ */ new Map();
|
|
6322
6319
|
const drainedAcpxFailures = /* @__PURE__ */ new Map();
|
|
6323
6320
|
const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
|
|
@@ -6351,7 +6348,7 @@ async function pollCycle() {
|
|
|
6351
6348
|
collectResponsivenessProbes,
|
|
6352
6349
|
livePendingInboundOldestAgeSeconds,
|
|
6353
6350
|
parkPendingInbound
|
|
6354
|
-
} = await import("../responsiveness-probe-
|
|
6351
|
+
} = await import("../responsiveness-probe-AL3O7SYZ.js");
|
|
6355
6352
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
6356
6353
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
6357
6354
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -10947,7 +10944,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10947
10944
|
killPairSession,
|
|
10948
10945
|
pairTmuxSession,
|
|
10949
10946
|
finalizeClaudePairOnboarding
|
|
10950
|
-
} = await import("../claude-pair-runtime-
|
|
10947
|
+
} = await import("../claude-pair-runtime-ZEFIYDUH.js");
|
|
10951
10948
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10952
10949
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10953
10950
|
const killed = await killPairSession(pairTmuxSession(pairId));
|