@integrity-labs/agt-cli 0.28.147 → 0.28.148
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-H7DPP33E.js → chunk-6BJVRM6Y.js} +2 -2
- package/dist/{chunk-FAWY7H7Q.js → chunk-LCEI5TTS.js} +43 -4
- package/dist/chunk-LCEI5TTS.js.map +1 -0
- package/dist/{chunk-POW4BZEC.js → chunk-XZGF45BJ.js} +41 -1
- package/dist/chunk-XZGF45BJ.js.map +1 -0
- package/dist/{claude-pair-runtime-E32P2WMR.js → claude-pair-runtime-AXBFPLBA.js} +2 -2
- package/dist/lib/manager-worker.js +12 -8
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +2 -0
- package/dist/mcp/index.js +2 -0
- package/dist/mcp/slack-channel.js +2 -0
- package/dist/mcp/teams-channel.js +2 -0
- package/dist/mcp/telegram-channel.js +2 -0
- package/dist/mcp/whatsapp-channel.js +148623 -6555
- package/dist/mcp/whatsapp-link.js +146629 -0
- package/dist/{persistent-session-ERNRO4J6.js → persistent-session-IRXYCR5Q.js} +3 -3
- package/dist/{responsiveness-probe-BLJS46ME.js → responsiveness-probe-VVDZTLJS.js} +3 -3
- package/package.json +2 -2
- package/dist/chunk-FAWY7H7Q.js.map +0 -1
- package/dist/chunk-POW4BZEC.js.map +0 -1
- /package/dist/{chunk-H7DPP33E.js.map → chunk-6BJVRM6Y.js.map} +0 -0
- /package/dist/{claude-pair-runtime-E32P2WMR.js.map → claude-pair-runtime-AXBFPLBA.js.map} +0 -0
- /package/dist/{persistent-session-ERNRO4J6.js.map → persistent-session-IRXYCR5Q.js.map} +0 -0
- /package/dist/{responsiveness-probe-BLJS46ME.js.map → responsiveness-probe-VVDZTLJS.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-IRXYCR5Q.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-AXBFPLBA.js.map
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-LCEI5TTS.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
takeZombieDetection,
|
|
73
73
|
transcriptActivityAgeSeconds,
|
|
74
74
|
writeEgressAllowlist
|
|
75
|
-
} from "../chunk-
|
|
75
|
+
} from "../chunk-6BJVRM6Y.js";
|
|
76
76
|
import {
|
|
77
77
|
FLAGS_SCHEMA_VERSION,
|
|
78
78
|
FLAG_REGISTRY,
|
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
resolveDmTarget,
|
|
112
112
|
sumTranscriptUsageInWindow,
|
|
113
113
|
wrapScheduledTaskPrompt
|
|
114
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-XZGF45BJ.js";
|
|
115
115
|
import {
|
|
116
116
|
parsePsRows,
|
|
117
117
|
reapOrphanChannelMcps
|
|
@@ -7122,7 +7122,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
7122
7122
|
var lastVersionCheckAt = 0;
|
|
7123
7123
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
7124
7124
|
var lastResponsivenessProbeAt = 0;
|
|
7125
|
-
var agtCliVersion = true ? "0.28.
|
|
7125
|
+
var agtCliVersion = true ? "0.28.148" : "dev";
|
|
7126
7126
|
function resolveBrewPath(execFileSync4) {
|
|
7127
7127
|
try {
|
|
7128
7128
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -8255,7 +8255,7 @@ async function pollCycle() {
|
|
|
8255
8255
|
}
|
|
8256
8256
|
try {
|
|
8257
8257
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
8258
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
8258
|
+
const { collectDiagnostics } = await import("../persistent-session-IRXYCR5Q.js");
|
|
8259
8259
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
8260
8260
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
|
|
8261
8261
|
let tailscaleHostname;
|
|
@@ -8403,7 +8403,7 @@ async function pollCycle() {
|
|
|
8403
8403
|
const {
|
|
8404
8404
|
collectResponsivenessProbes,
|
|
8405
8405
|
getResponsivenessIntervalMs
|
|
8406
|
-
} = await import("../responsiveness-probe-
|
|
8406
|
+
} = await import("../responsiveness-probe-VVDZTLJS.js");
|
|
8407
8407
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
8408
8408
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
8409
8409
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -8435,7 +8435,7 @@ async function pollCycle() {
|
|
|
8435
8435
|
collectResponsivenessProbes,
|
|
8436
8436
|
livePendingInboundOldestAgeSeconds,
|
|
8437
8437
|
parkPendingInbound
|
|
8438
|
-
} = await import("../responsiveness-probe-
|
|
8438
|
+
} = await import("../responsiveness-probe-VVDZTLJS.js");
|
|
8439
8439
|
const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
|
|
8440
8440
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
8441
8441
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -12028,7 +12028,7 @@ async function processClaudePairSessions(agents) {
|
|
|
12028
12028
|
killPairSession,
|
|
12029
12029
|
pairTmuxSession,
|
|
12030
12030
|
finalizeClaudePairOnboarding
|
|
12031
|
-
} = await import("../claude-pair-runtime-
|
|
12031
|
+
} = await import("../claude-pair-runtime-AXBFPLBA.js");
|
|
12032
12032
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
12033
12033
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
12034
12034
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -12843,6 +12843,10 @@ function deployMcpAssets() {
|
|
|
12843
12843
|
// ENG-6019
|
|
12844
12844
|
"whatsapp-channel.js",
|
|
12845
12845
|
// ENG-6812
|
|
12846
|
+
// ENG-6827: the one-time WhatsApp/Baileys QR-link tool. Deployed so an
|
|
12847
|
+
// operator can run it on the host, but NOT in RESTARTABLE_CHANNEL_FILES —
|
|
12848
|
+
// it's an interactive tool, not a per-session channel server.
|
|
12849
|
+
"whatsapp-link.js",
|
|
12846
12850
|
// ENG-6195: the staff-only admin-debug broker, bundled with the CLI (never
|
|
12847
12851
|
// published to npm). NOT in RESTARTABLE_CHANNEL_FILES — it's not a channel,
|
|
12848
12852
|
// so it doesn't drive the channel-restart path; the mcp-presence-reaper
|