Skip to content

Add /hivemind_capture toggle and fix Deeplake casing#51

Merged
efenocchi merged 1 commit intomainfrom
feat/openclaw-clean
Apr 15, 2026
Merged

Add /hivemind_capture toggle and fix Deeplake casing#51
efenocchi merged 1 commit intomainfrom
feat/openclaw-clean

Conversation

@kaghni
Copy link
Copy Markdown
Collaborator

@kaghni kaghni commented Apr 14, 2026

Summary

  • Add /hivemind_capture command to toggle conversation capture on/off
  • Add unlinkSync to OpenClaw esbuild fs wrapper (needed by shared auth.ts)
  • Fix Deeplake casing in pre-tool-use descriptions (DeepLakeDeeplake)
  • Fix duplicate post-build import in esbuild config

Test plan

  • Recall working — 5 memories recalled per turn
  • Capture working — openclaw sessions written to Deeplake sessions table
  • /hivemind_capture toggles capture on/off
  • Bundle passes OpenClaw security scanner (0 flagged patterns)
  • Build + smoke test passes

@claude
Copy link
Copy Markdown

claude bot commented Apr 14, 2026

Claude finished @kaghni's task in 1m 5s —— View job


Reviewed — no significant issues found. Changes look correct:

  • captureEnabled correctly guards capture only (not recall), and defaults to true on process restart which is the safe default
  • writeFileSync in the post-build step reuses the top-level import from line 2 — no shadowing or missing reference
  • unlinkSync export addition is clean
  • Casing fixes are consistent across source and bundled output

@efenocchi efenocchi merged commit dcf55a9 into main Apr 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants