@integrity-labs/agt-cli 0.28.475 → 0.28.476
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-Q53LFQVD.js → chunk-IGXBEU55.js} +3 -3
- package/dist/chunk-IGXBEU55.js.map +1 -0
- package/dist/{chunk-LGBI4P2P.js → chunk-Q6RVMDAC.js} +29 -1
- package/dist/chunk-Q6RVMDAC.js.map +1 -0
- package/dist/{claude-pair-runtime-IIQ6O7QX.js → claude-pair-runtime-DYLJU6EV.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/direct-chat-channel.js +28 -0
- package/dist/mcp/origami.js +28 -0
- package/dist/mcp/slack-channel.js +28 -0
- package/dist/mcp/telegram-channel.js +28 -0
- package/dist/{persistent-session-BBWEPY24.js → persistent-session-QITF76DO.js} +2 -2
- package/dist/{responsiveness-probe-5AG6X2BN.js → responsiveness-probe-BEA4J6IL.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-LGBI4P2P.js.map +0 -1
- package/dist/chunk-Q53LFQVD.js.map +0 -1
- /package/dist/{claude-pair-runtime-IIQ6O7QX.js.map → claude-pair-runtime-DYLJU6EV.js.map} +0 -0
- /package/dist/{persistent-session-BBWEPY24.js.map → persistent-session-QITF76DO.js.map} +0 -0
- /package/dist/{responsiveness-probe-5AG6X2BN.js.map → responsiveness-probe-BEA4J6IL.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-QITF76DO.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-DYLJU6EV.js.map
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
resolveEffectivePinRaw,
|
|
45
45
|
safeWriteJsonAtomic,
|
|
46
46
|
setConfigHash
|
|
47
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-IGXBEU55.js";
|
|
48
48
|
import {
|
|
49
49
|
getProjectDir as getProjectDir2,
|
|
50
50
|
getReadyTasks,
|
|
@@ -162,7 +162,7 @@ import {
|
|
|
162
162
|
toOpencodeModel,
|
|
163
163
|
transcriptActivityAgeSeconds,
|
|
164
164
|
writeEgressAllowlist
|
|
165
|
-
} from "../chunk-
|
|
165
|
+
} from "../chunk-Q6RVMDAC.js";
|
|
166
166
|
import {
|
|
167
167
|
reapOrphanChannelMcps
|
|
168
168
|
} from "../chunk-XWVM4KPK.js";
|
|
@@ -10057,7 +10057,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10057
10057
|
var lastVersionCheckAt = 0;
|
|
10058
10058
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10059
10059
|
var lastResponsivenessProbeAt = 0;
|
|
10060
|
-
var agtCliVersion = true ? "0.28.
|
|
10060
|
+
var agtCliVersion = true ? "0.28.476" : "dev";
|
|
10061
10061
|
function resolveBrewPath(execFileSync2) {
|
|
10062
10062
|
try {
|
|
10063
10063
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
|
@@ -11220,7 +11220,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
|
|
|
11220
11220
|
if (codeNames.length === 0) return;
|
|
11221
11221
|
void (async () => {
|
|
11222
11222
|
try {
|
|
11223
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11223
|
+
const { collectDiagnostics } = await import("../persistent-session-QITF76DO.js");
|
|
11224
11224
|
await api.post("/host/heartbeat", {
|
|
11225
11225
|
host_id: hostId,
|
|
11226
11226
|
agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -11327,7 +11327,7 @@ async function pollCycle() {
|
|
|
11327
11327
|
}
|
|
11328
11328
|
try {
|
|
11329
11329
|
const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
|
|
11330
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
11330
|
+
const { collectDiagnostics } = await import("../persistent-session-QITF76DO.js");
|
|
11331
11331
|
const diagCodeNames = [...agentState.persistentSessionAgents];
|
|
11332
11332
|
const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
|
|
11333
11333
|
let tailscaleHostname;
|
|
@@ -11441,7 +11441,7 @@ async function pollCycle() {
|
|
|
11441
11441
|
collectResponsivenessProbes,
|
|
11442
11442
|
collectPanelessActivityProbes,
|
|
11443
11443
|
getResponsivenessIntervalMs
|
|
11444
|
-
} = await import("../responsiveness-probe-
|
|
11444
|
+
} = await import("../responsiveness-probe-BEA4J6IL.js");
|
|
11445
11445
|
const probeIntervalMs = getResponsivenessIntervalMs();
|
|
11446
11446
|
if (now - lastResponsivenessProbeAt > probeIntervalMs) {
|
|
11447
11447
|
const probeCodeNames = [...agentState.persistentSessionAgents];
|
|
@@ -11505,7 +11505,7 @@ async function pollCycle() {
|
|
|
11505
11505
|
collectResponsivenessProbes,
|
|
11506
11506
|
livePendingInboundOldestAgeSeconds,
|
|
11507
11507
|
parkPendingInbound
|
|
11508
|
-
} = await import("../responsiveness-probe-
|
|
11508
|
+
} = await import("../responsiveness-probe-BEA4J6IL.js");
|
|
11509
11509
|
const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
|
|
11510
11510
|
const wedgeNow = /* @__PURE__ */ new Date();
|
|
11511
11511
|
const liveAgents = agentState.persistentSessionAgents;
|
|
@@ -14981,7 +14981,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
|
|
|
14981
14981
|
void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
|
|
14982
14982
|
void (async () => {
|
|
14983
14983
|
try {
|
|
14984
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
14984
|
+
const { collectDiagnostics } = await import("../persistent-session-QITF76DO.js");
|
|
14985
14985
|
await api.post("/host/heartbeat", {
|
|
14986
14986
|
host_id: hostId,
|
|
14987
14987
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15031,7 +15031,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
|
|
|
15031
15031
|
}
|
|
15032
15032
|
try {
|
|
15033
15033
|
const hostId = await getHostId();
|
|
15034
|
-
const { collectDiagnostics } = await import("../persistent-session-
|
|
15034
|
+
const { collectDiagnostics } = await import("../persistent-session-QITF76DO.js");
|
|
15035
15035
|
await api.post("/host/heartbeat", {
|
|
15036
15036
|
host_id: hostId,
|
|
15037
15037
|
agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
|
|
@@ -15489,7 +15489,7 @@ async function processClaudePairSessions(agents) {
|
|
|
15489
15489
|
killPairSession,
|
|
15490
15490
|
pairTmuxSession,
|
|
15491
15491
|
finalizeClaudePairOnboarding
|
|
15492
|
-
} = await import("../claude-pair-runtime-
|
|
15492
|
+
} = await import("../claude-pair-runtime-DYLJU6EV.js");
|
|
15493
15493
|
for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
|
|
15494
15494
|
log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
|
|
15495
15495
|
const killed = await killPairSession(pairTmuxSession(pairId));
|
|
@@ -32934,6 +32934,34 @@ var INTEGRATION_REGISTRY = [
|
|
|
32934
32934
|
docs_url: "https://higgsfield.ai/mcp",
|
|
32935
32935
|
beta: true
|
|
32936
32936
|
},
|
|
32937
|
+
{
|
|
32938
|
+
id: "vercel",
|
|
32939
|
+
name: "Vercel",
|
|
32940
|
+
category: "infrastructure",
|
|
32941
|
+
description: "Check on Vercel app deployments \u2014 status, build/runtime logs \u2014 and search Vercel documentation. Remote streamable-HTTP MCP at https://mcp.vercel.com.",
|
|
32942
|
+
// Same OAuth pattern as Granola/Higgsfield: Claude Code brokers the
|
|
32943
|
+
// browser sign-in at runtime; nothing for the manager API to provision.
|
|
32944
|
+
supported_auth_types: ["none"],
|
|
32945
|
+
capabilities: [
|
|
32946
|
+
{ id: "vercel:read-deployments", name: "Read Deployments", description: "List teams/projects, check deployment status, and read build/runtime logs.", access: "read" },
|
|
32947
|
+
{ id: "vercel:search-docs", name: "Search Documentation", description: "Search Vercel platform documentation.", access: "read" }
|
|
32948
|
+
],
|
|
32949
|
+
docs_url: "https://vercel.com/docs/agent-resources/vercel-mcp",
|
|
32950
|
+
// Beta until the headless OAuth flow (and Vercel's OAuth-client allowlist,
|
|
32951
|
+
// which is vendor-side and outside our control) is verified end-to-end.
|
|
32952
|
+
beta: true,
|
|
32953
|
+
// No `auth`/`headers` — host-brokered OAuth (Claude Code authenticates
|
|
32954
|
+
// directly with Vercel; nothing for us to inject). Declaring this here
|
|
32955
|
+
// (rather than a hardcoded buildMcpJson/writeIntegrations branch, the
|
|
32956
|
+
// pre-ENG-8035 Higgsfield-era pattern) lets the generic remote-MCP loop
|
|
32957
|
+
// render the `.mcp.json` entry AND enrolls 'vercel' in the
|
|
32958
|
+
// `registryRemoteMcpKeys` prune universe automatically, so an uninstall
|
|
32959
|
+
// actually removes the entry instead of leaving it stale.
|
|
32960
|
+
remoteMcp: {
|
|
32961
|
+
type: "http",
|
|
32962
|
+
url: "https://mcp.vercel.com"
|
|
32963
|
+
}
|
|
32964
|
+
},
|
|
32937
32965
|
{
|
|
32938
32966
|
id: "qmd",
|
|
32939
32967
|
name: "QMD Memory Search",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -39261,6 +39261,34 @@ var INTEGRATION_REGISTRY = [
|
|
|
39261
39261
|
docs_url: "https://higgsfield.ai/mcp",
|
|
39262
39262
|
beta: true
|
|
39263
39263
|
},
|
|
39264
|
+
{
|
|
39265
|
+
id: "vercel",
|
|
39266
|
+
name: "Vercel",
|
|
39267
|
+
category: "infrastructure",
|
|
39268
|
+
description: "Check on Vercel app deployments \u2014 status, build/runtime logs \u2014 and search Vercel documentation. Remote streamable-HTTP MCP at https://mcp.vercel.com.",
|
|
39269
|
+
// Same OAuth pattern as Granola/Higgsfield: Claude Code brokers the
|
|
39270
|
+
// browser sign-in at runtime; nothing for the manager API to provision.
|
|
39271
|
+
supported_auth_types: ["none"],
|
|
39272
|
+
capabilities: [
|
|
39273
|
+
{ id: "vercel:read-deployments", name: "Read Deployments", description: "List teams/projects, check deployment status, and read build/runtime logs.", access: "read" },
|
|
39274
|
+
{ id: "vercel:search-docs", name: "Search Documentation", description: "Search Vercel platform documentation.", access: "read" }
|
|
39275
|
+
],
|
|
39276
|
+
docs_url: "https://vercel.com/docs/agent-resources/vercel-mcp",
|
|
39277
|
+
// Beta until the headless OAuth flow (and Vercel's OAuth-client allowlist,
|
|
39278
|
+
// which is vendor-side and outside our control) is verified end-to-end.
|
|
39279
|
+
beta: true,
|
|
39280
|
+
// No `auth`/`headers` — host-brokered OAuth (Claude Code authenticates
|
|
39281
|
+
// directly with Vercel; nothing for us to inject). Declaring this here
|
|
39282
|
+
// (rather than a hardcoded buildMcpJson/writeIntegrations branch, the
|
|
39283
|
+
// pre-ENG-8035 Higgsfield-era pattern) lets the generic remote-MCP loop
|
|
39284
|
+
// render the `.mcp.json` entry AND enrolls 'vercel' in the
|
|
39285
|
+
// `registryRemoteMcpKeys` prune universe automatically, so an uninstall
|
|
39286
|
+
// actually removes the entry instead of leaving it stale.
|
|
39287
|
+
remoteMcp: {
|
|
39288
|
+
type: "http",
|
|
39289
|
+
url: "https://mcp.vercel.com"
|
|
39290
|
+
}
|
|
39291
|
+
},
|
|
39264
39292
|
{
|
|
39265
39293
|
id: "qmd",
|
|
39266
39294
|
name: "QMD Memory Search",
|
|
@@ -33156,6 +33156,34 @@ var INTEGRATION_REGISTRY = [
|
|
|
33156
33156
|
docs_url: "https://higgsfield.ai/mcp",
|
|
33157
33157
|
beta: true
|
|
33158
33158
|
},
|
|
33159
|
+
{
|
|
33160
|
+
id: "vercel",
|
|
33161
|
+
name: "Vercel",
|
|
33162
|
+
category: "infrastructure",
|
|
33163
|
+
description: "Check on Vercel app deployments \u2014 status, build/runtime logs \u2014 and search Vercel documentation. Remote streamable-HTTP MCP at https://mcp.vercel.com.",
|
|
33164
|
+
// Same OAuth pattern as Granola/Higgsfield: Claude Code brokers the
|
|
33165
|
+
// browser sign-in at runtime; nothing for the manager API to provision.
|
|
33166
|
+
supported_auth_types: ["none"],
|
|
33167
|
+
capabilities: [
|
|
33168
|
+
{ id: "vercel:read-deployments", name: "Read Deployments", description: "List teams/projects, check deployment status, and read build/runtime logs.", access: "read" },
|
|
33169
|
+
{ id: "vercel:search-docs", name: "Search Documentation", description: "Search Vercel platform documentation.", access: "read" }
|
|
33170
|
+
],
|
|
33171
|
+
docs_url: "https://vercel.com/docs/agent-resources/vercel-mcp",
|
|
33172
|
+
// Beta until the headless OAuth flow (and Vercel's OAuth-client allowlist,
|
|
33173
|
+
// which is vendor-side and outside our control) is verified end-to-end.
|
|
33174
|
+
beta: true,
|
|
33175
|
+
// No `auth`/`headers` — host-brokered OAuth (Claude Code authenticates
|
|
33176
|
+
// directly with Vercel; nothing for us to inject). Declaring this here
|
|
33177
|
+
// (rather than a hardcoded buildMcpJson/writeIntegrations branch, the
|
|
33178
|
+
// pre-ENG-8035 Higgsfield-era pattern) lets the generic remote-MCP loop
|
|
33179
|
+
// render the `.mcp.json` entry AND enrolls 'vercel' in the
|
|
33180
|
+
// `registryRemoteMcpKeys` prune universe automatically, so an uninstall
|
|
33181
|
+
// actually removes the entry instead of leaving it stale.
|
|
33182
|
+
remoteMcp: {
|
|
33183
|
+
type: "http",
|
|
33184
|
+
url: "https://mcp.vercel.com"
|
|
33185
|
+
}
|
|
33186
|
+
},
|
|
33159
33187
|
{
|
|
33160
33188
|
id: "qmd",
|
|
33161
33189
|
name: "QMD Memory Search",
|
|
@@ -33482,6 +33482,34 @@ var INTEGRATION_REGISTRY = [
|
|
|
33482
33482
|
docs_url: "https://higgsfield.ai/mcp",
|
|
33483
33483
|
beta: true
|
|
33484
33484
|
},
|
|
33485
|
+
{
|
|
33486
|
+
id: "vercel",
|
|
33487
|
+
name: "Vercel",
|
|
33488
|
+
category: "infrastructure",
|
|
33489
|
+
description: "Check on Vercel app deployments \u2014 status, build/runtime logs \u2014 and search Vercel documentation. Remote streamable-HTTP MCP at https://mcp.vercel.com.",
|
|
33490
|
+
// Same OAuth pattern as Granola/Higgsfield: Claude Code brokers the
|
|
33491
|
+
// browser sign-in at runtime; nothing for the manager API to provision.
|
|
33492
|
+
supported_auth_types: ["none"],
|
|
33493
|
+
capabilities: [
|
|
33494
|
+
{ id: "vercel:read-deployments", name: "Read Deployments", description: "List teams/projects, check deployment status, and read build/runtime logs.", access: "read" },
|
|
33495
|
+
{ id: "vercel:search-docs", name: "Search Documentation", description: "Search Vercel platform documentation.", access: "read" }
|
|
33496
|
+
],
|
|
33497
|
+
docs_url: "https://vercel.com/docs/agent-resources/vercel-mcp",
|
|
33498
|
+
// Beta until the headless OAuth flow (and Vercel's OAuth-client allowlist,
|
|
33499
|
+
// which is vendor-side and outside our control) is verified end-to-end.
|
|
33500
|
+
beta: true,
|
|
33501
|
+
// No `auth`/`headers` — host-brokered OAuth (Claude Code authenticates
|
|
33502
|
+
// directly with Vercel; nothing for us to inject). Declaring this here
|
|
33503
|
+
// (rather than a hardcoded buildMcpJson/writeIntegrations branch, the
|
|
33504
|
+
// pre-ENG-8035 Higgsfield-era pattern) lets the generic remote-MCP loop
|
|
33505
|
+
// render the `.mcp.json` entry AND enrolls 'vercel' in the
|
|
33506
|
+
// `registryRemoteMcpKeys` prune universe automatically, so an uninstall
|
|
33507
|
+
// actually removes the entry instead of leaving it stale.
|
|
33508
|
+
remoteMcp: {
|
|
33509
|
+
type: "http",
|
|
33510
|
+
url: "https://mcp.vercel.com"
|
|
33511
|
+
}
|
|
33512
|
+
},
|
|
33485
33513
|
{
|
|
33486
33514
|
id: "qmd",
|
|
33487
33515
|
name: "QMD Memory Search",
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-Q6RVMDAC.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-QITF76DO.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-Q6RVMDAC.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -596,4 +596,4 @@ export {
|
|
|
596
596
|
readAndResetSlackReplyBindingClassifications,
|
|
597
597
|
readAndResetSlackReplyTargetClassifications
|
|
598
598
|
};
|
|
599
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
599
|
+
//# sourceMappingURL=responsiveness-probe-BEA4J6IL.js.map
|