Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"metadata": {
"description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
"version": "0.7.9"
"version": "0.7.10"
},
"plugins": [
{
"name": "hivemind",
"description": "Persistent shared memory powered by Deeplake — captures all session activity and provides cross-session, cross-agent memory search",
"version": "0.7.9",
"version": "0.7.10",
"source": "./claude-code",
"homepage": "https://github.com/activeloopai/hivemind"
}
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hivemind",
"description": "Cloud-backed persistent memory powered by Deeplake — read, write, and share memory across Claude Code sessions and agents",
"version": "0.7.9",
"version": "0.7.10",
"author": {
"name": "Activeloop",
"url": "https://deeplake.ai"
Expand Down
2 changes: 1 addition & 1 deletion claude-code/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hivemind",
"description": "Cloud-backed persistent memory powered by Deeplake — read, write, and share memory across Claude Code sessions and agents",
"version": "0.7.9",
"version": "0.7.10",
"author": {
"name": "Activeloop",
"url": "https://deeplake.ai"
Expand Down
2 changes: 1 addition & 1 deletion codex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivemind-codex",
"version": "0.7.9",
"version": "0.7.10",
"description": "Cloud-backed persistent shared memory for OpenAI Codex CLI powered by Deeplake",
"type": "module"
}
2 changes: 1 addition & 1 deletion openclaw/openclaw.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
}
}
},
"version": "0.7.9"
"version": "0.7.10"
}
4 changes: 2 additions & 2 deletions openclaw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deeplake/hivemind",
"version": "0.7.9",
"name": "hivemind",
"version": "0.7.10",
"type": "module",
"description": "Hivemind — cloud-backed persistent shared memory for AI agents, powered by DeepLake",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deeplake/hivemind",
"version": "0.7.9",
"version": "0.7.10",
"description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
"type": "module",
"repository": {
Expand Down
Loading