@deeplake/hivemind 0.7.73 → 0.7.75
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 +3 -3
- package/.claude-plugin/plugin.json +1 -1
- package/codex/bundle/capture.js +1 -1
- package/codex/bundle/stop.js +1 -1
- package/cursor/bundle/capture.js +1 -1
- package/cursor/bundle/session-end.js +1 -1
- package/hermes/bundle/capture.js +1 -1
- package/hermes/bundle/session-end.js +1 -1
- package/openclaw/dist/index.js +1 -1
- package/openclaw/openclaw.plugin.json +1 -1
- package/openclaw/package.json +1 -1
- package/package.json +1 -1
- package/pi/extension-source/hivemind.ts +3 -0
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
|
|
9
|
-
"version": "0.7.
|
|
9
|
+
"version": "0.7.75"
|
|
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.7.
|
|
15
|
+
"version": "0.7.75",
|
|
16
16
|
"source": {
|
|
17
17
|
"source": "git-subdir",
|
|
18
18
|
"url": "https://github.com/activeloopai/hivemind.git",
|
|
19
19
|
"path": "claude-code",
|
|
20
|
-
"sha": "
|
|
20
|
+
"sha": "46a3c497a22fbd89125eb0922d1648c6fc48eeaf"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/activeloopai/hivemind"
|
|
23
23
|
}
|
|
@@ -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.7.
|
|
4
|
+
"version": "0.7.75",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Activeloop",
|
|
7
7
|
"url": "https://deeplake.ai"
|
package/codex/bundle/capture.js
CHANGED
|
@@ -1846,7 +1846,7 @@ Format: **entity** (type) \u2014 what was done with it, its current state>
|
|
|
1846
1846
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
1847
1847
|
|
|
1848
1848
|
## Next Steps
|
|
1849
|
-
<
|
|
1849
|
+
<Decide in two steps. STEP 1 \u2014 is the work this session set out to do actually finished? If it ended mid-task \u2014 a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging \u2014 then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step \u2014 never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 \u2014 if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI \u2014 treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
1850
1850
|
|
|
1851
1851
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
1852
1852
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
package/codex/bundle/stop.js
CHANGED
|
@@ -1126,7 +1126,7 @@ Format: **entity** (type) \u2014 what was done with it, its current state>
|
|
|
1126
1126
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
1127
1127
|
|
|
1128
1128
|
## Next Steps
|
|
1129
|
-
<
|
|
1129
|
+
<Decide in two steps. STEP 1 \u2014 is the work this session set out to do actually finished? If it ended mid-task \u2014 a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging \u2014 then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step \u2014 never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 \u2014 if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI \u2014 treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
1130
1130
|
|
|
1131
1131
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
1132
1132
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
package/cursor/bundle/capture.js
CHANGED
|
@@ -1846,7 +1846,7 @@ Format: **entity** (type) \u2014 what was done with it, its current state>
|
|
|
1846
1846
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
1847
1847
|
|
|
1848
1848
|
## Next Steps
|
|
1849
|
-
<
|
|
1849
|
+
<Decide in two steps. STEP 1 \u2014 is the work this session set out to do actually finished? If it ended mid-task \u2014 a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging \u2014 then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step \u2014 never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 \u2014 if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI \u2014 treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
1850
1850
|
|
|
1851
1851
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
1852
1852
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
|
@@ -269,7 +269,7 @@ Format: **entity** (type) \u2014 what was done with it, its current state>
|
|
|
269
269
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
270
270
|
|
|
271
271
|
## Next Steps
|
|
272
|
-
<
|
|
272
|
+
<Decide in two steps. STEP 1 \u2014 is the work this session set out to do actually finished? If it ended mid-task \u2014 a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging \u2014 then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step \u2014 never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 \u2014 if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI \u2014 treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
273
273
|
|
|
274
274
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
275
275
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
package/hermes/bundle/capture.js
CHANGED
|
@@ -1845,7 +1845,7 @@ Format: **entity** (type) \u2014 what was done with it, its current state>
|
|
|
1845
1845
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
1846
1846
|
|
|
1847
1847
|
## Next Steps
|
|
1848
|
-
<
|
|
1848
|
+
<Decide in two steps. STEP 1 \u2014 is the work this session set out to do actually finished? If it ended mid-task \u2014 a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging \u2014 then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step \u2014 never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 \u2014 if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI \u2014 treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
1849
1849
|
|
|
1850
1850
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
1851
1851
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
|
@@ -267,7 +267,7 @@ Format: **entity** (type) \u2014 what was done with it, its current state>
|
|
|
267
267
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
268
268
|
|
|
269
269
|
## Next Steps
|
|
270
|
-
<
|
|
270
|
+
<Decide in two steps. STEP 1 \u2014 is the work this session set out to do actually finished? If it ended mid-task \u2014 a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging \u2014 then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step \u2014 never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 \u2014 if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI \u2014 treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
271
271
|
|
|
272
272
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
273
273
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
package/openclaw/dist/index.js
CHANGED
|
@@ -1801,7 +1801,7 @@ function extractLatestVersion(body) {
|
|
|
1801
1801
|
return typeof v === "string" && v.length > 0 ? v : null;
|
|
1802
1802
|
}
|
|
1803
1803
|
function getInstalledVersion() {
|
|
1804
|
-
return "0.7.
|
|
1804
|
+
return "0.7.75".length > 0 ? "0.7.75" : null;
|
|
1805
1805
|
}
|
|
1806
1806
|
function isNewer(latest, current) {
|
|
1807
1807
|
const parse = (v) => v.replace(/-.*$/, "").split(".").map(Number);
|
package/openclaw/package.json
CHANGED
package/package.json
CHANGED
|
@@ -601,6 +601,9 @@ Format: **entity** (type) — what was done with it, its current state>
|
|
|
601
601
|
## Open Questions / TODO
|
|
602
602
|
<Anything unresolved, blocked, or explicitly deferred>
|
|
603
603
|
|
|
604
|
+
## Next Steps
|
|
605
|
+
<Decide in two steps. STEP 1 — is the work this session set out to do actually finished? If it ended mid-task — a feature only half-implemented, a build or test still failing, a fix written but not yet verified, a plan agreed but not executed, a blocker hit and unresolved, or an explicit "still need to.../next I'll..." left hanging — then it is NOT finished and you MUST write a single concrete imperative line naming the unfinished work (e.g. "Finish wiring the uint32 class_label scan binding and run its test"). The session's LAST messages are the strongest signal: if they describe or show work still in progress or something left to do, that IS the next step — never suppress a genuinely unfinished task, and do not demand "substantial consequences" for it. STEP 2 — if the core work IS finished, default to exactly: none and do not invent a follow-up to fill the section. Write none when the work reached a natural stopping point, only trivial/obvious/optional polish or cleanup remains, the "next step" would just be open-ended exploration, or the only thing left is administrative wrap-up (committing, pushing, opening/merging a PR, deploying, monitoring CI — treat ALL such wrap-up as ALREADY DONE). The sole exception that still warrants a next step on otherwise-finished work is a separate, important, non-obvious item a returning engineer would NOT realize on their own and would be materially harmed by missing.>
|
|
606
|
+
|
|
604
607
|
IMPORTANT: Be exhaustive. Extract EVERY entity, decision, and fact.
|
|
605
608
|
PRIVACY: Never include absolute filesystem paths in the summary.
|
|
606
609
|
LENGTH LIMIT: Keep the total summary under 4000 characters.`;
|