This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryUpdates Summary, Test plan, and Summary by CodeRabbit across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Bumps version from 0.7.60 to 0.7.61 across all components. Bumps version from 0.7.60 to 0.7.61 across all components. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Bugfix | Medium |
Fixes missing 'scripts/ensure-tree-sitter.mjs' module in published tarball. Fixes missing 'scripts/ensure-tree-sitter.mjs' module in published tarball. Source: llm_adapter@2026-05-27 Confidence: high |
— |
Full changelog
Summary
npm install @deeplake/[email protected]fails on every platform withError: Cannot find module '.../scripts/ensure-tree-sitter.mjs'because PR #206 added apostinstallhook referencingscripts/ensure-tree-sitter.mjsbut did not add"scripts"to thefilesarray inpackage.json. The tarball is built without the entirescripts/directory.- One-line fix: add
"scripts"to thefilesarray. Bumps0.7.60 → 0.7.61;sync-versionscascades to the per-agent metadata. - This is independent of the Node-version pin in
release.yaml— that pin (PR #207) was the right call for the CI build, but it cannot affect what's inside the published tarball. Onlyfilescontrols that.
Verification
npm packon Node 22 producesdeeplake-hivemind-0.7.61.tgz(64 files, +6 vs 0.7.60), andtar tzfconfirmspackage/scripts/ensure-tree-sitter.mjsis present.npm i -g <tarball>on Node 24.12 completes without the missing-module crash.
Test plan
- [ ] CI release pipeline (Node 22) produces a tarball that contains
package/scripts/ensure-tree-sitter.mjs - [ ] After publish,
npm i -g @deeplake/[email protected]succeeds on Node 24 linux-x64 - [ ] Postinstall heal output is non-fatal where rebuild can't recover
Summary by CodeRabbit
- Chores
- Version bumped to 0.7.61 across all project components
- Updated package distribution configuration to include additional resources in published releases
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track Hivemind turns agent traces into skills and shares with your team
Get notified when new releases ship.
Sign up freeAbout Hivemind turns agent traces into skills and shares with your team
All releases →Related context
Related tools
Earlier breaking changes
- v0.7.52 Removes `hivemind tasks` CLI and related code surfaces.
- v0.7.51 Removes `hivemind tasks` CLI and related code surfaces.
- v0.7.19 Module name skilify replaced with skillify; affects all imports
- v0.7.19 CLI command skilify removed; renamed to skillify without deprecation alias
- v0.7.18 CLI subcommand renamed from `skilify` to `skillify`; no deprecation alias.
Beta — feedback welcome: [email protected]