Commit Graph

3 Commits

Author SHA1 Message Date
Mike Nott
068e9085b1 fix(memory-lancedb): improve autoCapture with turn-by-turn processing
Two fixes for autoCapture reliability:

1. Strip injected memory context before capture filtering
   - autoRecall prepends <relevant-memories> to user messages
   - This was causing shouldCapture() to skip all user messages
   - Now strips the context before evaluating capture criteria

2. Process only current turn instead of full history
   - Previously scanned all messages and picked arbitrary 3
   - In long sessions (100+ messages), recent content was missed
   - Now captures only last user + last assistant message
   - Previous turns were already captured when they occurred

These fixes ensure that autoCapture reliably stores each conversation
turn as it happens, rather than missing recent exchanges.
2026-01-28 15:07:24 +00:00
Peter Steinberger
6d16a658e5 refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
Peter Steinberger
bf925e5758 chore: rename memory-lancedb extension folder 2026-01-18 22:27:22 +00:00