What activeloopai/hivemind shipped
Generated by FoxPlug from public activity — not affiliated with Deeplake.
Week of September 14, 2026
What shipped
- Fixed redaction of secrets in JSON-serialized capture entries to prevent invalid JSON when secret values end with a backslash. Release
- Fixed Cowork transcript entries to redact secrets before storing them in the Deeplake store. Release
- Fixed install and update commands to remove stale bundle chunks and skills from previous versions. Release
- Removed the goal-KPI feature while keeping the goals functionality. Release
- Fixed recall hook to notify once at session start when embeddings are not installed instead of silently no-oping. Release
- Fixed HIVEMIND_WORKSPACE_ID configuration to resolve workspace names to IDs for API calls. Release
- Removed dead extractKeywords function and STOPWORDS orphaned by earlier ILIKE removal. Release
Why it matters
This week addresses secret redaction across multiple entry points to prevent sensitive data leakage, fixes configuration handling for workspace setup, and cleans up stale code. Users upgrading will see better secret handling and cleaner installations without leftover artifacts.
Changelog entry
- fix(redact): stop a secret value at a backslash so serialized capture entries stay valid JSON Release
- fix(cowork-ingest): redact secrets before queuing transcript rows Release
- fix(install): prune stale bundle chunks and skills on update Release
- chore(kpi): remove the goal-KPI feature, keep goals Release
- chore(recall): remove the proactive recall hook Pull request #355
- fix(recall): notify once at SessionStart when embeddings not installed Release
- fix: resolve HIVEMIND_WORKSPACE_ID names to ids and warn on an unknown workspace Release
- cleanup: remove dead extractKeywords() and STOPWORDS orphaned by ILIKE removal Release
v0.7.159: fixed secret redaction in JSON serialization, improved cowork ingest redaction, cleaned up stale bundle chunks on update, resolved workspace name configuration, and removed unused KPI tracking.
v0.7.159 addresses secret handling across capture and cowork transcript entries to prevent sensitive data leakage, fixes workspace ID resolution for proper API calls, removes stale bundle chunks during updates, and cleans up the KPI feature. Users upgrading will see better redaction coverage and cleaner installations without orphaned code.