hive-intelligence 1.5.3 → 1.6.0
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/README.md +11 -13
- package/agent-skills/.claude-plugin/plugin.json +0 -5
- package/agent-skills/README.md +0 -1
- package/agent-skills/SKILL.md +2 -3
- package/agent-skills/evals/trigger-queries.json +0 -27
- package/agent-skills/package.json +1 -2
- package/agent-skills/packs/hive-network-infrastructure/SKILL.md +2 -2
- package/agent-skills/packs/hive-query/SKILL.md +2 -2
- package/agent-skills/packs/hive-query/evals/evals.json +4 -4
- package/agent-skills/packs/hive-query/evals/triggers.json +1 -1
- package/agent-skills/packs/hive-query/references/root-mcp-workflow.md +1 -1
- package/agent-skills/packs/hive-stateful-monitoring/SKILL.md +3 -3
- package/agent-skills/packs/hive-tool-discovery/references/discovery-surfaces.md +1 -1
- package/agent-skills/references/agents-routing.md +1 -4
- package/agent-skills/scripts/validate-agent-skills-package.mjs +0 -1
- package/agent-skills/skills.sh.json +1 -2
- package/build/{alias-BKAVOYQV.js → alias-PRRZPOJH.js} +1 -1
- package/build/{api-client-WMWFWXC7.js → api-client-6AM3HVHQ.js} +1 -1
- package/build/{auth-Y4GXW376.js → auth-4CVED5J7.js} +2 -2
- package/build/{browser-auth-F62BMD7W.js → browser-auth-SYALZF3A.js} +1 -1
- package/build/{cache-TBDQ7QBU.js → cache-IDP4TLKY.js} +1 -1
- package/build/{chunk-7VSK46QO.js → chunk-2SPCKQBJ.js} +13 -18
- package/build/{chunk-GB4XMTDE.js → chunk-BV7WNZF5.js} +1 -1
- package/build/{chunk-SFN772RL.js → chunk-CF23GYNH.js} +1 -1
- package/build/{chunk-725R3KLJ.js → chunk-F2OCUEQ6.js} +1 -1
- package/build/chunk-FWDX24GW.js +67738 -0
- package/build/{chunk-WF34ZD5I.js → chunk-G3HNY6VA.js} +4 -4
- package/build/{chunk-L326MQZP.js → chunk-GADPH72D.js} +0 -19
- package/build/{chunk-TVBPCELA.js → chunk-GYVF75XB.js} +1 -1
- package/build/{chunk-ILVPOLA7.js → chunk-OMO7XLC5.js} +2 -27
- package/build/{chunk-VZBDTSWA.js → chunk-P7PXHQAJ.js} +1 -1
- package/build/cli.js +44 -44
- package/build/{completion-L3TDZ7ZK.js → completion-YVSWWF6D.js} +2 -2
- package/build/{config-KAEUX6RM.js → config-VQYP57AF.js} +1 -1
- package/build/{config-dir-5IH7MOOT.js → config-dir-2QLA5PXD.js} +1 -1
- package/build/{doctor-VRZYKQGL.js → doctor-XX7VSAYA.js} +8 -8
- package/build/{errors-HGHUF575.js → errors-6UNXNVTN.js} +1 -1
- package/build/{format-H7FOQSYY.js → format-O2WH35IA.js} +1 -1
- package/build/{init-COHA3VZI.js → init-5NULBKGZ.js} +1 -1
- package/build/{init-all-YTQJLPLR.js → init-all-SCRMLL3G.js} +6 -6
- package/build/{mcpServer-DARSGHUH.js → mcpServer-EKIEVVOZ.js} +3 -3
- package/build/monitor-worker.js +42 -71
- package/build/{namespace-XLMRFH5E.js → namespace-PA2IDNRT.js} +2 -2
- package/build/{open-V2RNA3QT.js → open-CAEDG67G.js} +1 -1
- package/build/{output-ITGLBKIG.js → output-AC64BELH.js} +2 -2
- package/build/release.json +4 -4
- package/build/{serve-NCMFZSMB.js → serve-CEBIUBMZ.js} +3 -3
- package/build/server.js +4 -5
- package/build/{setup-PTYFMTK5.js → setup-MYXN2YN3.js} +2 -2
- package/build/stdio.js +3 -3
- package/build/{telemetry-HPLDYR7U.js → telemetry-TSZ32EEI.js} +1 -1
- package/build/{tools-SIOAOXW6.js → tools-6DTUAMY7.js} +12 -12
- package/build/{uninstall-TKDP6C4F.js → uninstall-PYKDCTTT.js} +4 -4
- package/build/{update-check-IEXPOYYR.js → update-check-36QU6PKA.js} +1 -1
- package/build/{upgrade-ODPKMIDC.js → upgrade-VDYC5LBL.js} +3 -3
- package/build/{version-Z4HJL4VV.js → version-ITRM4X2U.js} +1 -1
- package/build/{watch-MXJSNGL2.js → watch-W2TCXKWQ.js} +3 -3
- package/package.json +6 -12
- package/agent-skills/packs/hive-prediction-markets/SKILL.md +0 -131
- package/agent-skills/packs/hive-prediction-markets/evals/evals.json +0 -29
- package/agent-skills/packs/hive-prediction-markets/evals/triggers.json +0 -50
- package/build/chunk-Y5XA3SFY.js +0 -100524
package/build/monitor-worker.js
CHANGED
|
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
|
|
|
2
2
|
import {
|
|
3
3
|
consumeCredits,
|
|
4
4
|
executeToolByName
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P7PXHQAJ.js";
|
|
6
6
|
import {
|
|
7
7
|
HyperliquidAPI,
|
|
8
8
|
MIN_MONITOR_CADENCE_MS,
|
|
@@ -15,11 +15,11 @@ import {
|
|
|
15
15
|
monitorCadenceIntervalMs,
|
|
16
16
|
runScheduledHealthCanaries,
|
|
17
17
|
secureLogger
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-FWDX24GW.js";
|
|
19
|
+
import "./chunk-GADPH72D.js";
|
|
20
20
|
import "./chunk-EPF36Q3Z.js";
|
|
21
21
|
import "./chunk-ZXKFJQDE.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-OMO7XLC5.js";
|
|
23
23
|
|
|
24
24
|
// src/monitor-worker.ts
|
|
25
25
|
import { resolve } from "path";
|
|
@@ -86,6 +86,35 @@ function normalizeAlchemyNetwork(target) {
|
|
|
86
86
|
};
|
|
87
87
|
return aliases[normalized] ?? raw;
|
|
88
88
|
}
|
|
89
|
+
function normalizeGeckoNetwork(target) {
|
|
90
|
+
const raw = stringValue(target.network) ?? stringValue(target.chain) ?? "ethereum";
|
|
91
|
+
const normalized = raw.toLowerCase();
|
|
92
|
+
const aliases = {
|
|
93
|
+
eth: "eth",
|
|
94
|
+
ethereum: "eth",
|
|
95
|
+
mainnet: "eth",
|
|
96
|
+
"eth-mainnet": "eth",
|
|
97
|
+
base: "base",
|
|
98
|
+
"base-mainnet": "base",
|
|
99
|
+
polygon: "polygon_pos",
|
|
100
|
+
matic: "polygon_pos",
|
|
101
|
+
"polygon-mainnet": "polygon_pos",
|
|
102
|
+
arbitrum: "arbitrum",
|
|
103
|
+
arb: "arbitrum",
|
|
104
|
+
"arb-mainnet": "arbitrum",
|
|
105
|
+
optimism: "optimism",
|
|
106
|
+
opt: "optimism",
|
|
107
|
+
"opt-mainnet": "optimism",
|
|
108
|
+
zksync: "zksync",
|
|
109
|
+
scroll: "scroll",
|
|
110
|
+
linea: "linea",
|
|
111
|
+
bsc: "bsc",
|
|
112
|
+
bnb: "bsc",
|
|
113
|
+
solana: "solana",
|
|
114
|
+
sol: "solana"
|
|
115
|
+
};
|
|
116
|
+
return aliases[normalized] ?? normalized;
|
|
117
|
+
}
|
|
89
118
|
function normalizeNetworkId(target) {
|
|
90
119
|
const explicit = numberValue(target.networkId) ?? numberValue(target.network_id) ?? numberValue(target.chainId) ?? numberValue(target.chain_id);
|
|
91
120
|
if (explicit) return explicit;
|
|
@@ -227,14 +256,9 @@ function buildTokenWorkflowPlan(monitor) {
|
|
|
227
256
|
}
|
|
228
257
|
},
|
|
229
258
|
{
|
|
230
|
-
toolName: "
|
|
231
|
-
snapshotKey: "dex_price",
|
|
232
|
-
args: { inputs: [{ networkId, address }] }
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
toolName: "get_token_holders",
|
|
259
|
+
toolName: "get_token_top_holders",
|
|
236
260
|
snapshotKey: "holders",
|
|
237
|
-
args: {
|
|
261
|
+
args: { network: normalizeGeckoNetwork(monitor.target), address }
|
|
238
262
|
}
|
|
239
263
|
];
|
|
240
264
|
}
|
|
@@ -301,44 +325,6 @@ function buildMarketWorkflowPlan(monitor) {
|
|
|
301
325
|
}
|
|
302
326
|
return calls;
|
|
303
327
|
}
|
|
304
|
-
function buildPredictionMarketWorkflowPlan(monitor) {
|
|
305
|
-
const marketId = stringValue(monitor.target.marketId) ?? stringValue(monitor.target.market_id) ?? stringValue(monitor.target.id);
|
|
306
|
-
if (marketId) {
|
|
307
|
-
return [
|
|
308
|
-
{
|
|
309
|
-
toolName: "codex_prediction_market_price",
|
|
310
|
-
snapshotKey: "market_price",
|
|
311
|
-
args: { marketId }
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
toolName: "codex_prediction_market_stats",
|
|
315
|
-
snapshotKey: "market_stats",
|
|
316
|
-
args: {
|
|
317
|
-
marketId,
|
|
318
|
-
bucketCount: numberValue(monitor.target.bucket_count) ?? 6,
|
|
319
|
-
durations: ["hour1", "day1"]
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
];
|
|
323
|
-
}
|
|
324
|
-
const phrase = stringValue(monitor.target.phrase) ?? stringValue(monitor.target.query) ?? stringValue(monitor.target.title);
|
|
325
|
-
if (!phrase) {
|
|
326
|
-
throw new Error(
|
|
327
|
-
"Prediction-market monitor target must include marketId or phrase."
|
|
328
|
-
);
|
|
329
|
-
}
|
|
330
|
-
return [
|
|
331
|
-
{
|
|
332
|
-
toolName: "codex_filter_prediction_markets",
|
|
333
|
-
snapshotKey: "market_search",
|
|
334
|
-
args: {
|
|
335
|
-
phrase,
|
|
336
|
-
limit: numberValue(monitor.target.limit) ?? 10,
|
|
337
|
-
offset: numberValue(monitor.target.offset) ?? 0
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
];
|
|
341
|
-
}
|
|
342
328
|
function buildWatchlistDigestWorkflowPlan(monitor) {
|
|
343
329
|
const calls = [];
|
|
344
330
|
recordArray(monitor.target.wallets).slice(0, 2).forEach((wallet, index) => {
|
|
@@ -389,21 +375,9 @@ function buildWatchlistDigestWorkflowPlan(monitor) {
|
|
|
389
375
|
});
|
|
390
376
|
});
|
|
391
377
|
});
|
|
392
|
-
recordArray(monitor.target.prediction_markets).slice(0, 2).forEach((predictionMarket, index) => {
|
|
393
|
-
const target = { ...predictionMarket };
|
|
394
|
-
if (!stringValue(target.marketId) && typeof predictionMarket.id === "string") {
|
|
395
|
-
target.marketId = predictionMarket.id;
|
|
396
|
-
}
|
|
397
|
-
buildPredictionMarketWorkflowPlan({ target }).slice(0, 1).forEach((call) => {
|
|
398
|
-
calls.push({
|
|
399
|
-
...call,
|
|
400
|
-
snapshotKey: `prediction_market_${index}_${call.snapshotKey}`
|
|
401
|
-
});
|
|
402
|
-
});
|
|
403
|
-
});
|
|
404
378
|
if (calls.length === 0) {
|
|
405
379
|
throw new Error(
|
|
406
|
-
"Watchlist digest target must include at least one wallet, token, protocol,
|
|
380
|
+
"Watchlist digest target must include at least one wallet, token, protocol, or market."
|
|
407
381
|
);
|
|
408
382
|
}
|
|
409
383
|
return calls.slice(0, 20);
|
|
@@ -475,6 +449,11 @@ function buildRiskWatchWorkflowPlan(monitor) {
|
|
|
475
449
|
return calls.slice(0, 20);
|
|
476
450
|
}
|
|
477
451
|
function buildMonitorWorkflowDefinition(monitor) {
|
|
452
|
+
if (monitor.kind === "prediction_market") {
|
|
453
|
+
throw new Error(
|
|
454
|
+
'Monitor kind "prediction_market" was retired with the Codex.io provider on 2026-09-06; archive this monitor.'
|
|
455
|
+
);
|
|
456
|
+
}
|
|
478
457
|
switch (monitor.kind) {
|
|
479
458
|
case "wallet":
|
|
480
459
|
return {
|
|
@@ -521,13 +500,6 @@ function buildMonitorWorkflowDefinition(monitor) {
|
|
|
521
500
|
calls: buildMarketWorkflowPlan(monitor)
|
|
522
501
|
};
|
|
523
502
|
}
|
|
524
|
-
case "prediction_market":
|
|
525
|
-
return {
|
|
526
|
-
type: "prediction_market",
|
|
527
|
-
label: "Prediction market",
|
|
528
|
-
target: monitor.target,
|
|
529
|
-
calls: buildPredictionMarketWorkflowPlan(monitor)
|
|
530
|
-
};
|
|
531
503
|
case "watchlist_digest":
|
|
532
504
|
return {
|
|
533
505
|
type: "watchlist_digest",
|
|
@@ -651,8 +623,7 @@ function hasAlertRule(monitor) {
|
|
|
651
623
|
"large_transfer",
|
|
652
624
|
"token_change",
|
|
653
625
|
"protocol_change",
|
|
654
|
-
"market_change"
|
|
655
|
-
"prediction_market_change"
|
|
626
|
+
"market_change"
|
|
656
627
|
].includes(String(rule.type ?? "")))
|
|
657
628
|
);
|
|
658
629
|
}
|
package/build/release.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "hive-intelligence",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"buildSha": "
|
|
5
|
-
"imageDigest": "sha256:
|
|
3
|
+
"version": "1.6.0",
|
|
4
|
+
"buildSha": "1aecb186eceb1d1657d7a824bb65372caa66db0c",
|
|
5
|
+
"imageDigest": "sha256:10a8600fd252eb2339d89f66af902d1c3866162873259a6eec5d2516b1926a80",
|
|
6
6
|
"deployedUrl": "https://mcp.hiveintelligence.xyz",
|
|
7
|
-
"manifest": "https://raw.githubusercontent.com/hive-intel/hive-sdk/v1.
|
|
7
|
+
"manifest": "https://raw.githubusercontent.com/hive-intel/hive-sdk/v1.6.0/releases/v1.6.0.json"
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-OMO7XLC5.js";
|
|
3
3
|
|
|
4
4
|
// src/cli/serve.ts
|
|
5
5
|
import dotenv from "dotenv";
|
|
@@ -7,8 +7,8 @@ async function startStdio(envFile) {
|
|
|
7
7
|
dotenv.config({ path: envFile || ".env", quiet: true });
|
|
8
8
|
console.log = (...args) => console.error("[LOG]", ...args);
|
|
9
9
|
const { StdioServerTransport } = await import("@modelcontextprotocol/sdk/server/stdio.js");
|
|
10
|
-
const { createHiveMcpServer, SERVER_NAME, SERVER_VERSION } = await import("./mcpServer-
|
|
11
|
-
const { getPendingUpdateVersion } = await import("./update-check-
|
|
10
|
+
const { createHiveMcpServer, SERVER_NAME, SERVER_VERSION } = await import("./mcpServer-EKIEVVOZ.js");
|
|
11
|
+
const { getPendingUpdateVersion } = await import("./update-check-36QU6PKA.js");
|
|
12
12
|
const transport = new StdioServerTransport();
|
|
13
13
|
const pendingUpdate = getPendingUpdateVersion();
|
|
14
14
|
const instructionsSuffix = pendingUpdate ? `A newer Hive version (${pendingUpdate}) is available; this server is running ${SERVER_VERSION}. Tell the user to run "hive upgrade" and restart this client to get the latest tools and data.` : void 0;
|
package/build/server.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ensureWallet,
|
|
7
7
|
executeToolByName,
|
|
8
8
|
getWalletStatus
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-P7PXHQAJ.js";
|
|
10
10
|
import {
|
|
11
11
|
CategoryEndpoints,
|
|
12
12
|
HERO_TOOL_NAMES,
|
|
@@ -95,10 +95,10 @@ import {
|
|
|
95
95
|
validateEndpointArgs,
|
|
96
96
|
verifyApiKey,
|
|
97
97
|
waitForRedisAvailability
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-FWDX24GW.js";
|
|
99
99
|
import {
|
|
100
100
|
HIVE_AGENT_SKILLS
|
|
101
|
-
} from "./chunk-
|
|
101
|
+
} from "./chunk-GADPH72D.js";
|
|
102
102
|
import "./chunk-EPF36Q3Z.js";
|
|
103
103
|
import {
|
|
104
104
|
PUBLIC_MCP_REGISTRY_ID,
|
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
import {
|
|
109
109
|
__commonJS,
|
|
110
110
|
__toESM
|
|
111
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-OMO7XLC5.js";
|
|
112
112
|
|
|
113
113
|
// node_modules/ipaddr.js/lib/ipaddr.js
|
|
114
114
|
var require_ipaddr = __commonJS({
|
|
@@ -8339,7 +8339,6 @@ async function setupServer() {
|
|
|
8339
8339
|
});
|
|
8340
8340
|
const optionalApiKeys = [
|
|
8341
8341
|
"COINGECKO_PRO_API_KEY",
|
|
8342
|
-
"CODEX_API_KEY",
|
|
8343
8342
|
"GOPLUS_APP_KEY",
|
|
8344
8343
|
"GOPLUS_APP_SECRET",
|
|
8345
8344
|
"ALCHEMY_API_KEY",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-OMO7XLC5.js";
|
|
3
3
|
|
|
4
4
|
// src/cli/setup.ts
|
|
5
5
|
import { createInterface } from "readline";
|
|
@@ -52,7 +52,7 @@ Choice (1-${CLIENTS.length}): `, resolve)
|
|
|
52
52
|
writeCursorConfig,
|
|
53
53
|
writeVscodeConfig,
|
|
54
54
|
writeClaudeCodeConfig
|
|
55
|
-
} = await import("./config-
|
|
55
|
+
} = await import("./config-VQYP57AF.js");
|
|
56
56
|
switch (selectedClient) {
|
|
57
57
|
case "claude-desktop": {
|
|
58
58
|
configClaudeDesktop();
|
package/build/stdio.js
CHANGED
|
@@ -6,15 +6,15 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
createHiveMcpServer,
|
|
8
8
|
secureLogger
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-FWDX24GW.js";
|
|
10
|
+
import "./chunk-GADPH72D.js";
|
|
11
11
|
import "./chunk-EPF36Q3Z.js";
|
|
12
12
|
import {
|
|
13
13
|
SERVER_NAME,
|
|
14
14
|
SERVER_VERSION
|
|
15
15
|
} from "./chunk-ZXKFJQDE.js";
|
|
16
16
|
import "./chunk-6PC3HUAK.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-OMO7XLC5.js";
|
|
18
18
|
|
|
19
19
|
// src/stdio.ts
|
|
20
20
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
@@ -8,20 +8,20 @@ import {
|
|
|
8
8
|
shouldOutputJson,
|
|
9
9
|
successEnvelope,
|
|
10
10
|
writeOutput
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-F2OCUEQ6.js";
|
|
12
12
|
import "./chunk-6PC3HUAK.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-OMO7XLC5.js";
|
|
14
14
|
|
|
15
15
|
// src/cli/tools.ts
|
|
16
16
|
async function loadToolCatalog() {
|
|
17
|
-
const { getCachedTools, setCachedTools } = await import("./cache-
|
|
17
|
+
const { getCachedTools, setCachedTools } = await import("./cache-IDP4TLKY.js");
|
|
18
18
|
const cached = getCachedTools();
|
|
19
19
|
if (cached) return cached;
|
|
20
20
|
const response = await fetchToolCatalog();
|
|
21
21
|
if (!response.ok) {
|
|
22
22
|
const msg = response.error && typeof response.error === "object" && "message" in response.error ? String(response.error.message) : "Failed to fetch tool catalog";
|
|
23
|
-
const { CliError } = await import("./errors-
|
|
24
|
-
const { outputError } = await import("./output-
|
|
23
|
+
const { CliError } = await import("./errors-6UNXNVTN.js");
|
|
24
|
+
const { outputError } = await import("./output-AC64BELH.js");
|
|
25
25
|
await outputError(
|
|
26
26
|
new CliError("API_ERROR", msg, "Check: hive doctor"),
|
|
27
27
|
{}
|
|
@@ -40,7 +40,7 @@ async function listTools(opts) {
|
|
|
40
40
|
tools = tools.filter((t) => t.name.toLowerCase().startsWith(prefix + "_"));
|
|
41
41
|
}
|
|
42
42
|
if (opts.category) {
|
|
43
|
-
const { NAMESPACE } = await import("./namespace-
|
|
43
|
+
const { NAMESPACE } = await import("./namespace-PA2IDNRT.js");
|
|
44
44
|
const cat = opts.category.toLowerCase();
|
|
45
45
|
const ns = NAMESPACE.find(
|
|
46
46
|
(d) => d.name === cat || d.description.toLowerCase().includes(cat)
|
|
@@ -74,7 +74,7 @@ async function listTools(opts) {
|
|
|
74
74
|
await writeOutput(successEnvelope(data, {}));
|
|
75
75
|
return;
|
|
76
76
|
}
|
|
77
|
-
const { table } = await import("./format-
|
|
77
|
+
const { table } = await import("./format-O2WH35IA.js");
|
|
78
78
|
const rangeStart = totalFiltered === 0 ? 0 : offset + 1;
|
|
79
79
|
const rangeEnd = offset + items.length;
|
|
80
80
|
info(`
|
|
@@ -103,7 +103,7 @@ async function searchTools(query) {
|
|
|
103
103
|
await writeOutput(successEnvelope(data, {}));
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
106
|
-
const { table } = await import("./format-
|
|
106
|
+
const { table } = await import("./format-O2WH35IA.js");
|
|
107
107
|
info(`
|
|
108
108
|
${matches.length} matches for "${query}"
|
|
109
109
|
`);
|
|
@@ -122,8 +122,8 @@ async function toolInfo(name) {
|
|
|
122
122
|
const allTools = await loadToolCatalog();
|
|
123
123
|
const tool = allTools.find((t2) => t2.name === name);
|
|
124
124
|
if (!tool) {
|
|
125
|
-
const { CliError, suggestSimilarTools } = await import("./errors-
|
|
126
|
-
const { outputError } = await import("./output-
|
|
125
|
+
const { CliError, suggestSimilarTools } = await import("./errors-6UNXNVTN.js");
|
|
126
|
+
const { outputError } = await import("./output-AC64BELH.js");
|
|
127
127
|
const similar = suggestSimilarTools(
|
|
128
128
|
name,
|
|
129
129
|
allTools.map((t2) => t2.name)
|
|
@@ -162,8 +162,8 @@ ${t.description}
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
async function refreshTools() {
|
|
165
|
-
const { clearCache } = await import("./cache-
|
|
166
|
-
const { info: printInfo } = await import("./output-
|
|
165
|
+
const { clearCache } = await import("./cache-IDP4TLKY.js");
|
|
166
|
+
const { info: printInfo } = await import("./output-AC64BELH.js");
|
|
167
167
|
clearCache();
|
|
168
168
|
printInfo("Cache cleared. Fetching fresh tool catalog...\n");
|
|
169
169
|
const tools = await loadToolCatalog();
|
|
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
|
|
|
2
2
|
import {
|
|
3
3
|
detectClients,
|
|
4
4
|
removeSkillsForClients
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GYVF75XB.js";
|
|
6
6
|
import {
|
|
7
7
|
removeClaudeCodeUserConfig,
|
|
8
8
|
removeClaudeDesktopConfig,
|
|
@@ -12,15 +12,15 @@ import {
|
|
|
12
12
|
removeVscodeConfig,
|
|
13
13
|
removeWindsurfConfig
|
|
14
14
|
} from "./chunk-QDZ7MAVN.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-GADPH72D.js";
|
|
16
16
|
import {
|
|
17
17
|
bold,
|
|
18
18
|
dim,
|
|
19
19
|
green,
|
|
20
20
|
yellow
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-F2OCUEQ6.js";
|
|
22
22
|
import "./chunk-6PC3HUAK.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-OMO7XLC5.js";
|
|
24
24
|
|
|
25
25
|
// src/cli/uninstall.ts
|
|
26
26
|
function w(line) {
|
|
@@ -2,12 +2,12 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
|
|
|
2
2
|
import {
|
|
3
3
|
detectInstallMode,
|
|
4
4
|
runUpgrade
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-BV7WNZF5.js";
|
|
6
6
|
import "./chunk-M6REON2I.js";
|
|
7
7
|
import "./chunk-ZXKFJQDE.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-F2OCUEQ6.js";
|
|
9
9
|
import "./chunk-6PC3HUAK.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-OMO7XLC5.js";
|
|
11
11
|
export {
|
|
12
12
|
detectInstallMode,
|
|
13
13
|
runUpgrade
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
executeTool
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-CF23GYNH.js";
|
|
5
5
|
import "./chunk-P7NLFSZQ.js";
|
|
6
6
|
import "./chunk-RU6QOFHH.js";
|
|
7
7
|
import "./chunk-EPF36Q3Z.js";
|
|
8
8
|
import "./chunk-ZXKFJQDE.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-F2OCUEQ6.js";
|
|
10
10
|
import "./chunk-6PC3HUAK.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-OMO7XLC5.js";
|
|
12
12
|
|
|
13
13
|
// src/cli/watch.ts
|
|
14
14
|
var MAX_CONSECUTIVE_FAILURES = 10;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hive-intelligence",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Evidence-backed crypto due diligence for AI agents, with sources, freshness, and a runtime receipt on every call.",
|
|
5
5
|
"mcpName": "xyz.hiveintelligence/mcp",
|
|
6
6
|
"type": "module",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"security",
|
|
105
105
|
"dex",
|
|
106
106
|
"nft",
|
|
107
|
-
"prediction-markets",
|
|
108
107
|
"ai-tools",
|
|
109
108
|
"ai-agents",
|
|
110
109
|
"llm",
|
|
@@ -131,16 +130,15 @@
|
|
|
131
130
|
},
|
|
132
131
|
"dependencies": {
|
|
133
132
|
"@cloudflare/cabidela": "^0.2.4",
|
|
134
|
-
"@
|
|
135
|
-
"@coingecko/coingecko-typescript": "^7.1.0",
|
|
133
|
+
"@coingecko/coingecko-typescript": "^8.0.0",
|
|
136
134
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
137
|
-
"@supabase/supabase-js": "^2.
|
|
135
|
+
"@supabase/supabase-js": "^2.115.0",
|
|
138
136
|
"@types/compression": "^1.8.1",
|
|
139
137
|
"@unkey/api": "2.5.0",
|
|
140
138
|
"ajv": "^8.18.0",
|
|
141
139
|
"ajv-formats": "^3.0.1",
|
|
142
|
-
"axios": "^1.
|
|
143
|
-
"ccxt": "^4.5.
|
|
140
|
+
"axios": "^1.20.0",
|
|
141
|
+
"ccxt": "^4.5.77",
|
|
144
142
|
"commander": "^15.0.0",
|
|
145
143
|
"compression": "^1.8.1",
|
|
146
144
|
"cors": "2.8.6",
|
|
@@ -148,7 +146,6 @@
|
|
|
148
146
|
"express": "^5.2.1",
|
|
149
147
|
"express-rate-limit": "^8.5.2",
|
|
150
148
|
"fastest-levenshtein": "^1.0.16",
|
|
151
|
-
"graphql": "16.14.2",
|
|
152
149
|
"helmet": "^8.2.0",
|
|
153
150
|
"ioredis": "^5.11.1",
|
|
154
151
|
"ora": "^9.4.1",
|
|
@@ -156,12 +153,9 @@
|
|
|
156
153
|
"swagger-ui-dist": "5.32.8",
|
|
157
154
|
"tsx": "4.23.0",
|
|
158
155
|
"winston": "3.19.0",
|
|
159
|
-
"zod": "^4.4
|
|
156
|
+
"zod": "^4.5.4"
|
|
160
157
|
},
|
|
161
158
|
"overrides": {
|
|
162
|
-
"@codex-data/sdk": {
|
|
163
|
-
"graphql-request": "7.4.0"
|
|
164
|
-
},
|
|
165
159
|
"github-actionlint": {
|
|
166
160
|
"adm-zip": "0.6.0"
|
|
167
161
|
},
|