@deeplake/hivemind 0.6.47 → 0.6.48
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/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +11 -31
- package/bundle/cli.js +3597 -233
- package/codex/bundle/capture.js +1 -1
- package/codex/bundle/commands/auth-login.js +10 -6
- package/codex/bundle/pre-tool-use.js +84 -4
- package/codex/bundle/session-start-setup.js +15 -1
- package/codex/bundle/session-start.js +15 -1
- package/codex/bundle/stop.js +1 -1
- package/cursor/bundle/commands/auth-login.js +10 -6
- package/cursor/bundle/pre-tool-use.js +1193 -0
- package/cursor/bundle/session-start.js +17 -3
- package/hermes/bundle/capture.js +481 -0
- package/hermes/bundle/commands/auth-login.js +866 -0
- package/hermes/bundle/package.json +1 -0
- package/hermes/bundle/pre-tool-use.js +1190 -0
- package/hermes/bundle/session-end.js +42 -0
- package/hermes/bundle/session-start.js +514 -0
- package/hermes/bundle/shell/deeplake-shell.js +69338 -0
- package/mcp/bundle/server.js +37 -2
- package/openclaw/dist/index.js +1 -1
- package/openclaw/openclaw.plugin.json +1 -1
- package/openclaw/package.json +1 -1
- package/package.json +6 -3
- package/pi/extension-source/hivemind.ts +355 -0
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
|
|
9
|
-
"version": "0.6.
|
|
9
|
+
"version": "0.6.48"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "hivemind",
|
|
14
14
|
"description": "Persistent shared memory powered by Deeplake — captures all session activity and provides cross-session, cross-agent memory search",
|
|
15
|
-
"version": "0.6.
|
|
15
|
+
"version": "0.6.48",
|
|
16
16
|
"source": "./claude-code",
|
|
17
17
|
"homepage": "https://github.com/activeloopai/hivemind"
|
|
18
18
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hivemind",
|
|
3
3
|
"description": "Cloud-backed persistent memory powered by Deeplake — read, write, and share memory across Claude Code sessions and agents",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.48",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Activeloop",
|
|
7
7
|
"url": "https://deeplake.ai"
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
|
-
Persistent, cloud-backed shared memory for <b>Claude Code • OpenClaw • Codex • Cursor • Hermes • pi
|
|
20
|
+
Persistent, cloud-backed shared memory for <b>Claude Code • OpenClaw • Codex • Cursor • Hermes • pi</b> agents.<br>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
> One session ends, everything important disappears.
|
|
@@ -40,7 +40,7 @@ One command, all your agents:
|
|
|
40
40
|
npx @deeplake/hivemind@latest install
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
That's it. The installer detects every supported assistant on your machine (Claude Code, Codex, OpenClaw, Cursor, Hermes Agent, pi
|
|
43
|
+
That's it. The installer detects every supported assistant on your machine (Claude Code, Codex, OpenClaw, Cursor, Hermes Agent, pi), wires up the hooks, and opens a browser once for login. Restart your assistants and they all share the same brain.
|
|
44
44
|
|
|
45
45
|
**Install for a specific assistant only:**
|
|
46
46
|
|
|
@@ -52,9 +52,6 @@ npx @deeplake/hivemind@latest claw install
|
|
|
52
52
|
npx @deeplake/hivemind@latest cursor install
|
|
53
53
|
npx @deeplake/hivemind@latest hermes install
|
|
54
54
|
npx @deeplake/hivemind@latest pi install
|
|
55
|
-
npx @deeplake/hivemind@latest cline install
|
|
56
|
-
npx @deeplake/hivemind@latest roo install
|
|
57
|
-
npx @deeplake/hivemind@latest kilo install
|
|
58
55
|
```
|
|
59
56
|
|
|
60
57
|
**Check what's wired up:**
|
|
@@ -65,17 +62,14 @@ npx @deeplake/hivemind@latest status
|
|
|
65
62
|
|
|
66
63
|
**Supported assistants:**
|
|
67
64
|
|
|
68
|
-
| Platform | Integration
|
|
69
|
-
|
|
70
|
-
| **Claude Code** | Marketplace plugin
|
|
71
|
-
| **OpenClaw** | Native extension
|
|
72
|
-
| **Codex** | Hooks (`hooks.json`)
|
|
73
|
-
| **Cursor** | Hooks (`hooks.json` 1.7+)
|
|
74
|
-
| **Hermes Agent** |
|
|
75
|
-
| **pi** |
|
|
76
|
-
| **Cline** | MCP server | — | ✅ |
|
|
77
|
-
| **Roo Code** | MCP server | — | ✅ |
|
|
78
|
-
| **Kilo Code** | MCP server | — | ✅ |
|
|
65
|
+
| Platform | Integration | Auto-capture | Auto-recall |
|
|
66
|
+
|------------------|--------------------------------------------------|--------------|-------------|
|
|
67
|
+
| **Claude Code** | Marketplace plugin | ✅ | ✅ |
|
|
68
|
+
| **OpenClaw** | Native extension | ✅ | ✅ |
|
|
69
|
+
| **Codex** | Hooks (`hooks.json`) | ✅ | ✅ |
|
|
70
|
+
| **Cursor** | Hooks (`hooks.json` 1.7+) | ✅ | ✅ |
|
|
71
|
+
| **Hermes Agent** | Shell hooks (`config.yaml`) + skill + MCP server | ✅ | ✅ |
|
|
72
|
+
| **pi** | Extension API (`pi.on(...)`) + skill + AGENTS.md | ✅ | ✅ |
|
|
79
73
|
|
|
80
74
|
### Alternative install paths
|
|
81
75
|
|
|
@@ -182,19 +176,6 @@ npx @deeplake/hivemind@latest pi install
|
|
|
182
176
|
```
|
|
183
177
|
</details>
|
|
184
178
|
|
|
185
|
-
<details>
|
|
186
|
-
<summary><b>Cline / Roo Code / Kilo Code (MCP-based)</b></summary>
|
|
187
|
-
|
|
188
|
-
Each MCP-aware editor extension gets a registered server entry pointing at the shared Hivemind MCP server at `~/.hivemind/mcp/server.js`. The server exposes three tools — `hivemind_search`, `hivemind_read`, `hivemind_index` — that the agent can call when it needs to recall org memory.
|
|
189
|
-
|
|
190
|
-
```bash
|
|
191
|
-
npx @deeplake/hivemind@latest cline install # ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
|
|
192
|
-
npx @deeplake/hivemind@latest roo install # ~/.config/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
|
|
193
|
-
npx @deeplake/hivemind@latest kilo install # ~/.kilocode/mcp.json
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
The MCP server is shared across all three — one binary, three configs. Auto-capture is not exposed via MCP; recall is on-demand only.
|
|
197
|
-
</details>
|
|
198
179
|
|
|
199
180
|
### Uninstall
|
|
200
181
|
|
|
@@ -304,7 +285,6 @@ This plugin captures session activity and stores it in your Deeplake workspace:
|
|
|
304
285
|
| **Cursor (1.7+)** | `~/.cursor/hooks.json` | `sessionStart` · `beforeSubmitPrompt` · `postToolUse` · `afterAgentResponse` · `stop` · `sessionEnd` |
|
|
305
286
|
| **Hermes** | Skill at `~/.hermes/skills/hivemind-memory/` | recall via grep on `~/.deeplake/memory/` |
|
|
306
287
|
| **pi** | `~/.pi/agent/AGENTS.md` + skill | recall via grep on `~/.deeplake/memory/` |
|
|
307
|
-
| **Cline · Roo · Kilo** | MCP server at `~/.hivemind/mcp/server.js` | `hivemind_search` · `hivemind_read` · `hivemind_index` |
|
|
308
288
|
|
|
309
289
|
### Monorepo structure
|
|
310
290
|
|
|
@@ -314,7 +294,7 @@ hivemind/
|
|
|
314
294
|
│ ├── hooks/ ← Claude Code hooks
|
|
315
295
|
│ ├── hooks/codex/ ← Codex hooks
|
|
316
296
|
│ ├── hooks/cursor/ ← Cursor hooks
|
|
317
|
-
│ ├── mcp/ ← MCP server (
|
|
297
|
+
│ ├── mcp/ ← MCP server (used by Hermes; available to any future MCP-aware client)
|
|
318
298
|
│ └── cli/ ← unified `hivemind install` CLI + per-agent installers
|
|
319
299
|
├── claude-code/ ← Claude Code plugin source (marketplace-distributed)
|
|
320
300
|
├── openclaw/ ← OpenClaw plugin source
|