hive-intelligence 1.3.0 → 1.5.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.
Files changed (49) hide show
  1. package/README.md +2 -2
  2. package/agent-skills/SKILL.md +1 -1
  3. package/agent-skills/packs/hive-build/SKILL.md +1 -1
  4. package/agent-skills/packs/hive-build-onboarding/SKILL.md +7 -7
  5. package/agent-skills/packs/hive-cli/SKILL.md +2 -2
  6. package/agent-skills/packs/hive-defi-research/SKILL.md +1 -1
  7. package/agent-skills/packs/hive-dex-pool-analysis/SKILL.md +1 -1
  8. package/agent-skills/packs/hive-market-research/SKILL.md +1 -1
  9. package/agent-skills/packs/hive-mcp/SKILL.md +1 -1
  10. package/agent-skills/packs/hive-network-infrastructure/SKILL.md +1 -1
  11. package/agent-skills/packs/hive-nft-research/SKILL.md +1 -1
  12. package/agent-skills/packs/hive-prediction-markets/SKILL.md +1 -1
  13. package/agent-skills/packs/hive-query/SKILL.md +1 -1
  14. package/agent-skills/packs/hive-security-risk/SKILL.md +1 -1
  15. package/agent-skills/packs/hive-solana-analysis/SKILL.md +1 -1
  16. package/agent-skills/packs/hive-stateful-monitoring/SKILL.md +1 -1
  17. package/agent-skills/packs/hive-token-diligence/SKILL.md +1 -1
  18. package/agent-skills/packs/hive-tool-discovery/SKILL.md +1 -1
  19. package/agent-skills/packs/hive-wallet-investigation/SKILL.md +1 -1
  20. package/build/{api-client-FTVDFW5V.js → api-client-WMWFWXC7.js} +3 -15
  21. package/build/{auth-EZFJ5RYB.js → auth-Y4GXW376.js} +1 -9
  22. package/build/browser-auth-F62BMD7W.js +20 -0
  23. package/build/{chunk-W2QL7LYI.js → chunk-AGM2CIRL.js} +971 -117
  24. package/build/{chunk-7GD2MFYI.js → chunk-BDO27NIP.js} +37 -17
  25. package/build/{upgrade-J4HIGCKE.js → chunk-GB4XMTDE.js} +3 -4
  26. package/build/{chunk-TNQ7GJ6Q.js → chunk-GWZIAAQ2.js} +58 -40
  27. package/build/{chunk-Q7VBYLX7.js → chunk-P7NLFSZQ.js} +0 -58
  28. package/build/{chunk-N32UIHBU.js → chunk-SFN772RL.js} +5 -5
  29. package/build/{chunk-AEU43ACS.js → chunk-TVBPCELA.js} +2 -2
  30. package/build/{chunk-RUHO24SX.js → chunk-WF34ZD5I.js} +7 -162
  31. package/build/{chunk-I5Z6FZRL.js → chunk-XQPEFCSY.js} +14 -12
  32. package/build/cli.js +36 -47
  33. package/build/{completion-7KBW243H.js → completion-C57PDJMY.js} +1 -1
  34. package/build/{doctor-ORDOCGLM.js → doctor-XG5IQCXK.js} +5 -5
  35. package/build/{init-UCTCUYFA.js → init-COHA3VZI.js} +3 -3
  36. package/build/{init-all-BVWW3JVK.js → init-all-YTQJLPLR.js} +43 -24
  37. package/build/{mcpServer-RUEOTTF7.js → mcpServer-XHIN5JER.js} +1 -1
  38. package/build/monitor-worker.js +2 -2
  39. package/build/{namespace-L5DGCY7K.js → namespace-YLCGHVRT.js} +1 -1
  40. package/build/release.json +4 -4
  41. package/build/{serve-DKLR2WQH.js → serve-PWMT5IRU.js} +1 -1
  42. package/build/server.js +1475 -452
  43. package/build/stdio.js +1 -1
  44. package/build/{tools-I7GLWTV6.js → tools-XNFJBN7Q.js} +2 -2
  45. package/build/{uninstall-SAOIPL6K.js → uninstall-TKDP6C4F.js} +7 -7
  46. package/build/upgrade-ODPKMIDC.js +14 -0
  47. package/build/{watch-WVR4CGCD.js → watch-MXJSNGL2.js} +2 -2
  48. package/package.json +5 -3
  49. package/build/browser-auth-OJSUNFBI.js +0 -8
package/README.md CHANGED
@@ -41,7 +41,7 @@ client setup, self-hosting, or provider-key experiments.
41
41
  - Bundled agent skills that teach assistants the right Hive workflow:
42
42
  discovery -> schema lookup -> bounded execution -> evidence receipt.
43
43
  - A broad provider catalog remains available behind discovery for agents that
44
- need a long-tail endpoint. The current catalog contains 615 tools, but that
44
+ need a long-tail endpoint. The current catalog contains 607 tools, but that
45
45
  coverage is not the primary product contract.
46
46
 
47
47
  ## Quickstart
@@ -109,7 +109,7 @@ Expected output shape:
109
109
  "source": "live",
110
110
  "receipt_id": "00000000-0000-4000-8000-000000000000",
111
111
  "receipt_version": "1.0",
112
- "server_version": "1.3.0",
112
+ "server_version": "1.5.0",
113
113
  "build_sha": null,
114
114
  "digest_algorithm": "sha256",
115
115
  "input_digest": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "routing"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # Hive Agent Skills
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "build"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-build — Integrate Hive Into App Code
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "setup"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-build-onboarding — Get a Hive API Key
@@ -72,8 +72,8 @@ The key's prefix tells you the environment:
72
72
  capped tools)
73
73
  - `hive_dev_` — local development key
74
74
 
75
- The user can have multiple keys. Plan-tier limits: Demo = 5 keys,
76
- Analyst = 10, Pro = 25, Enterprise = 100.
75
+ The user can have multiple keys. Plan-tier limits: Free = 5 keys,
76
+ Pro = 10, Enterprise = 100.
77
77
 
78
78
  ## When the user can't find an old key
79
79
 
@@ -107,12 +107,12 @@ disabled.
107
107
 
108
108
  ## Plan upgrade
109
109
 
110
- If the user wants higher limits than the Demo tier, direct them to
110
+ If the user wants higher limits than the Free tier, direct them to
111
111
  https://www.hiveintelligence.xyz/dashboard/plans — always quote limits and
112
- prices from that page, since they change. As of July 2026 the tiers are:
112
+ prices from that page, since they change. As of August 2026 the tiers are:
113
113
 
114
- - Analyst$129/month, 500k credits, 500 req/min, 10 keys
115
- - Pro — $499/month, 2M credits, 1k req/min, 25 keys
114
+ - Free10k credits, 30 req/min, 5 keys
115
+ - Pro — $129/month, 500k credits, 500 req/min, 10 keys
116
116
  - Enterprise — custom, unlimited credits, 3k req/min, 100 keys
117
117
 
118
118
  ## Runtime status handling
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "setup"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-cli — Hive From the Terminal
@@ -49,7 +49,7 @@ hive uninstall --all # remove from every client
49
49
  ```
50
50
 
51
51
  Domain subcommands map directly to Hive's category namespace:
52
- `market`, `defi`, `portfolio`, `security`, `social`, `exchange`, `dex`,
52
+ `market`, `defi`, `portfolio`, `security`, `exchange`, `dex`,
53
53
  `wallet`, `nft`, `network`, and `search`. Run `hive --help` for the full
54
54
  list and `hive <domain> --help` for a domain's subcommands.
55
55
 
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "defi"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-defi-research — DeFi Protocol Analysis
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "dex"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-dex-pool-analysis — DEX And Pool Analysis
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "market"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-market-research — Market Research
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "setup"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-mcp — Add Hive to an MCP Client
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "network"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-network-infrastructure — Network Infrastructure
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "nft"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-nft-research — NFT Research
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "prediction-markets"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-prediction-markets — Prediction Markets
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "discovery"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-query — Route Crypto Questions Through Hive
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "security"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-security-risk — Security Risk
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "solana"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-solana-analysis — Solana Analysis
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "stateful-monitoring"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-stateful-monitoring — Stateful Monitoring
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "token"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-token-diligence — Token Diligence
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "discovery"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-tool-discovery — Find The Right Hive Tool
@@ -6,7 +6,7 @@ metadata:
6
6
  package: "@hiveintelligence/agent-skills"
7
7
  category: "wallet"
8
8
  requires_network: "true"
9
- version: 1.3.0
9
+ version: 1.4.0
10
10
  ---
11
11
 
12
12
  # hive-wallet-investigation — Wallet Investigation
@@ -1,28 +1,16 @@
1
1
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
2
  import {
3
- authLogin,
4
- authMe,
5
- authSignup,
6
- createKey,
7
3
  executeRemoteTool,
8
4
  fetchToolCatalog,
9
5
  fetchWithRetry,
10
- getUsage,
11
- listKeysApi,
12
- revokeKeyApi
13
- } from "./chunk-Q7VBYLX7.js";
6
+ getUsage
7
+ } from "./chunk-P7NLFSZQ.js";
14
8
  import "./chunk-ZXKFJQDE.js";
15
9
  import "./chunk-6PC3HUAK.js";
16
10
  import "./chunk-ILVPOLA7.js";
17
11
  export {
18
- authLogin,
19
- authMe,
20
- authSignup,
21
- createKey,
22
12
  executeRemoteTool,
23
13
  fetchToolCatalog,
24
14
  fetchWithRetry,
25
- getUsage,
26
- listKeysApi,
27
- revokeKeyApi
15
+ getUsage
28
16
  };
@@ -4,19 +4,15 @@ import {
4
4
  listProfiles,
5
5
  maskKey,
6
6
  removeProfile,
7
- runKeysCreate,
8
- runKeysList,
9
- runKeysRevoke,
10
7
  runLogin,
11
8
  runLogout,
12
9
  runProfiles,
13
- runSignup,
14
10
  runSwitch,
15
11
  runUsage,
16
12
  runWhoami,
17
13
  saveProfile,
18
14
  switchProfile
19
- } from "./chunk-RUHO24SX.js";
15
+ } from "./chunk-WF34ZD5I.js";
20
16
  import "./chunk-6PC3HUAK.js";
21
17
  import "./chunk-ILVPOLA7.js";
22
18
  export {
@@ -24,13 +20,9 @@ export {
24
20
  listProfiles,
25
21
  maskKey,
26
22
  removeProfile,
27
- runKeysCreate,
28
- runKeysList,
29
- runKeysRevoke,
30
23
  runLogin,
31
24
  runLogout,
32
25
  runProfiles,
33
- runSignup,
34
26
  runSwitch,
35
27
  runUsage,
36
28
  runWhoami,
@@ -0,0 +1,20 @@
1
+ import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ CLI_CALLBACK_PATH,
4
+ CLI_EXCHANGE_PATH,
5
+ CLI_LOGIN_PATH,
6
+ browserLogin,
7
+ buildCliLoginUrl,
8
+ exchangeCliCode,
9
+ parseCliCallback
10
+ } from "./chunk-BDO27NIP.js";
11
+ import "./chunk-ILVPOLA7.js";
12
+ export {
13
+ CLI_CALLBACK_PATH,
14
+ CLI_EXCHANGE_PATH,
15
+ CLI_LOGIN_PATH,
16
+ browserLogin,
17
+ buildCliLoginUrl,
18
+ exchangeCliCode,
19
+ parseCliCallback
20
+ };