Skip to content

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents ai-memory anthropic artificial-intelligence claude
+12 more
claude-agent-sdk claude-agents claude-code-plugin claude-skills codex embeddings long-term-memory memory-engine openclaw openclaw-skills postgresql llm

Summary

AI summary

Updates Summary, Test plan, and Summary by CodeRabbit across a mixed release.

Changes in this release

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 with Error: Cannot find module '.../scripts/ensure-tree-sitter.mjs' because PR #206 added a postinstall hook referencing scripts/ensure-tree-sitter.mjs but did not add "scripts" to the files array in package.json. The tarball is built without the entire scripts/ directory.
  • One-line fix: add "scripts" to the files array. Bumps 0.7.60 → 0.7.61; sync-versions cascades 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. Only files controls that.

Verification

  • npm pack on Node 22 produces deeplake-hivemind-0.7.61.tgz (64 files, +6 vs 0.7.60), and tar tzf confirms package/scripts/ensure-tree-sitter.mjs is 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 free

About Hivemind turns agent traces into skills and shares with your team

All releases →

Related context

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]