diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d9ba478..f829750 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e25c5ba..943dcbe 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -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" diff --git a/claude-code/.claude-plugin/plugin.json b/claude-code/.claude-plugin/plugin.json index e25c5ba..943dcbe 100644 --- a/claude-code/.claude-plugin/plugin.json +++ b/claude-code/.claude-plugin/plugin.json @@ -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" diff --git a/codex/package.json b/codex/package.json index 43971e4..7861978 100644 --- a/codex/package.json +++ b/codex/package.json @@ -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" } diff --git a/openclaw/openclaw.plugin.json b/openclaw/openclaw.plugin.json index 461df6e..927dcee 100644 --- a/openclaw/openclaw.plugin.json +++ b/openclaw/openclaw.plugin.json @@ -52,5 +52,5 @@ } } }, - "version": "0.7.9" + "version": "0.7.10" } diff --git a/openclaw/package.json b/openclaw/package.json index 93bcfed..03cbb0b 100644 --- a/openclaw/package.json +++ b/openclaw/package.json @@ -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", diff --git a/package.json b/package.json index 0707513..24cb9ef 100644 --- a/package.json +++ b/package.json @@ -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": {