@integrity-labs/agt-cli 0.27.143 → 0.27.145
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-IKJYJYPI.js → chunk-4UKWARE3.js} +10 -12
- package/dist/{chunk-IKJYJYPI.js.map → chunk-4UKWARE3.js.map} +1 -1
- package/dist/{chunk-BQCBWYT3.js → chunk-7GKJZBTB.js} +2 -2
- package/dist/{chunk-ZXIGQDOP.js → chunk-WOOYOAPG.js} +5 -1
- package/dist/chunk-WOOYOAPG.js.map +1 -0
- package/dist/{claude-pair-runtime-Z2WAQRSW.js → claude-pair-runtime-GIUCD7IG.js} +2 -2
- package/dist/lib/manager-worker.js +16 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/augmented-admin.js +21335 -0
- package/dist/mcp/slack-channel.js +190 -115
- package/dist/mcp/teams-channel.js +73 -29
- package/dist/mcp/telegram-channel.js +163 -80
- package/dist/{persistent-session-255IRT6T.js → persistent-session-35PWSTLO.js} +3 -3
- package/dist/{responsiveness-probe-Q35EEOHM.js → responsiveness-probe-MA4M2QM4.js} +3 -3
- package/package.json +3 -2
- package/dist/chunk-ZXIGQDOP.js.map +0 -1
- /package/dist/{chunk-BQCBWYT3.js.map → chunk-7GKJZBTB.js.map} +0 -0
- /package/dist/{claude-pair-runtime-Z2WAQRSW.js.map → claude-pair-runtime-GIUCD7IG.js.map} +0 -0
- /package/dist/{persistent-session-255IRT6T.js.map → persistent-session-35PWSTLO.js.map} +0 -0
- /package/dist/{responsiveness-probe-Q35EEOHM.js.map → responsiveness-probe-MA4M2QM4.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-35PWSTLO.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-GIUCD7IG.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
provisionStopHook,
|
|
19
19
|
requireHost,
|
|
20
20
|
safeWriteJsonAtomic
|
|
21
|
-
} from "../chunk-
|
|
21
|
+
} from "../chunk-4UKWARE3.js";
|
|
22
22
|
import {
|
|
23
23
|
getProjectDir as getProjectDir2,
|
|
24
24
|
getReadyTasks,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
stopPersistentSession,
|
|
55
55
|
takeWatchdogGiveUpCount,
|
|
56
56
|
takeZombieDetection
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-7GKJZBTB.js";
|
|
58
58
|
import {
|
|
59
59
|
KANBAN_CHECK_COMMAND,
|
|
60
60
|
MAX_AVATAR_ENV_URL_BYTES,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
resolveDmTarget,
|
|
84
84
|
worseConnectivityOutcome,
|
|
85
85
|
wrapScheduledTaskPrompt
|
|
86
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-WOOYOAPG.js";
|
|
87
87
|
import {
|
|
88
88
|
isAgentIdle,
|
|
89
89
|
isStaleForToday,
|
|
@@ -4760,7 +4760,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4760
4760
|
var lastVersionCheckAt = 0;
|
|
4761
4761
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4762
4762
|
var lastResponsivenessProbeAt = 0;
|
|
4763
|
-
var agtCliVersion = true ? "0.27.
|
|
4763
|
+
var agtCliVersion = true ? "0.27.145" : "dev";
|
|
4764
4764
|
function resolveBrewPath(execFileSync4) {
|
|
4765
4765
|
try {
|
|
4766
4766
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -5958,7 +5958,7 @@ async function pollCycle() {
|
|
|
5958
5958
|
}
|
|
5959
5959
|
try {
|
|
5960
5960
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
5961
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
5961
|
+
const { collectDiagnostics } = await import("../persistent-session-35PWSTLO.js");
|
|
5962
5962
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
5963
5963
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
5964
5964
|
let tailscaleHostname;
|
|
@@ -6045,12 +6045,12 @@ async function pollCycle() {
|
|
|
6045
6045
|
const {
|
|
6046
6046
|
collectResponsivenessProbes,
|
|
6047
6047
|
getResponsivenessIntervalMs
|
|
6048
|
-
} = await import("../responsiveness-probe-
|
|
6048
|
+
} = await import("../responsiveness-probe-MA4M2QM4.js");
|
|
6049
6049
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
6050
6050
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
6051
6051
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
6052
6052
|
if (probeCodeNames.length > 0) {
|
|
6053
|
-
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-
|
|
6053
|
+
const { takeAcpxExecFailureCount, creditAcpxExecFailureCount } = await import("../persistent-session-35PWSTLO.js");
|
|
6054
6054
|
const drainedGiveUps = /* @__PURE__ */ new Map();
|
|
6055
6055
|
const drainedAcpxFailures = /* @__PURE__ */ new Map();
|
|
6056
6056
|
const probes = collectResponsivenessProbes(probeCodeNames).map((p) => {
|
|
@@ -6084,7 +6084,7 @@ async function pollCycle() {
|
|
|
6084
6084
|
collectResponsivenessProbes,
|
|
6085
6085
|
livePendingInboundOldestAgeSeconds,
|
|
6086
6086
|
deadLetterPendingInbound
|
|
6087
|
-
} = await import("../responsiveness-probe-
|
|
6087
|
+
} = await import("../responsiveness-probe-MA4M2QM4.js");
|
|
6088
6088
|
const { transcriptActivityAgeSeconds } = await import("../daily-session-PNQX5URX.js");
|
|
6089
6089
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
6090
6090
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
@@ -10615,7 +10615,7 @@ async function processClaudePairSessions(agents) {
|
|
|
10615
10615
|
killPairSession,
|
|
10616
10616
|
pairTmuxSession,
|
|
10617
10617
|
finalizeClaudePairOnboarding
|
|
10618
|
-
} = await import("../claude-pair-runtime-
|
|
10618
|
+
} = await import("../claude-pair-runtime-GIUCD7IG.js");
|
|
10619
10619
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
10620
10620
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
10621
10621
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -11423,8 +11423,14 @@ function deployMcpAssets() {
|
|
|
11423
11423
|
"slack-channel.js",
|
|
11424
11424
|
"direct-chat-channel.js",
|
|
11425
11425
|
"telegram-channel.js",
|
|
11426
|
-
"teams-channel.js"
|
|
11426
|
+
"teams-channel.js",
|
|
11427
11427
|
// ENG-6019
|
|
11428
|
+
// ENG-6195: the staff-only admin-debug broker, bundled with the CLI (never
|
|
11429
|
+
// published to npm). NOT in RESTARTABLE_CHANNEL_FILES — it's not a channel,
|
|
11430
|
+
// so it doesn't drive the channel-restart path; the mcp-presence-reaper
|
|
11431
|
+
// (re)starts it with the session, and a bundle update applies on the next
|
|
11432
|
+
// natural session restart.
|
|
11433
|
+
"augmented-admin.js"
|
|
11428
11434
|
]) {
|
|
11429
11435
|
const src = join8(mcpSourceDir, file);
|
|
11430
11436
|
const dst = join8(targetDir, file);
|