Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3e64560
feat(embeddings): add nomic daemon + IPC client + protocol
efenocchi Apr 22, 2026
8d375a3
chore(build): add @huggingface/transformers + embed-daemon bundle entry
efenocchi Apr 22, 2026
755da50
feat(db): add summary_embedding / message_embedding FLOAT4[] columns
efenocchi Apr 22, 2026
bfff7be
feat(capture): embed message inline before sessions INSERT
efenocchi Apr 22, 2026
f9d81b9
feat(deeplake-fs): embed summaries in batched flush + split virtual i…
efenocchi Apr 22, 2026
7b51043
feat(grep): hybrid LIKE+semantic retrieval with inline date prefix
efenocchi Apr 22, 2026
27753f8
build: regenerate bundles with embeddings + hybrid grep
efenocchi Apr 22, 2026
51c5881
test(embeddings): raise coverage >=90% on all new + touched files
efenocchi Apr 22, 2026
0c3a94d
fix(deeplake-fs): use MAX(size_bytes) to work around NULL SUM on backend
efenocchi Apr 23, 2026
c36bac0
feat(session-start): steer agents toward the Grep tool, document bash…
efenocchi Apr 23, 2026
11457e1
fix(session-start): revert Grep tool steering + add HIVEMIND_AUTOUPDA…
efenocchi Apr 23, 2026
6b6cf26
chore(hooks): raise PreToolUse timeout 10 -> 60 s for concurrent-load…
efenocchi Apr 23, 2026
0a2147c
chore: bump version to 0.7.0
efenocchi Apr 23, 2026
1d538ca
test(deeplake-fs): align mocks with MAX(size_bytes) in sessions boots…
efenocchi Apr 23, 2026
23b059a
revert(session-start): drop HIVEMIND_AUTOUPDATE env var (redundant)
efenocchi Apr 23, 2026
0f634c7
Merge branch 'main' into embedding_generation
efenocchi Apr 23, 2026
3979d09
feat(session-start-setup): pre-warm the nomic embed daemon
efenocchi Apr 23, 2026
6402e35
feat(embeddings): unified HIVEMIND_EMBEDDINGS=false kill-switch + sch…
efenocchi Apr 23, 2026
0ec2139
feat(wiki-worker): embed the final summary before the memory upload
efenocchi Apr 23, 2026
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.6.46"
"version": "0.7.0"
},
"plugins": [
{
"name": "hivemind",
"description": "Persistent shared memory powered by Deeplake — captures all session activity and provides cross-session, cross-agent memory search",
"version": "0.6.46",
"version": "0.7.0",
"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.6.46",
"version": "0.7.0",
"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.6.46",
"version": "0.7.0",
"author": {
"name": "Activeloop",
"url": "https://deeplake.ai"
Expand Down
Loading
Loading