fleet-memory/hindsight-integrations/openclaw/src
Anton Evseev 981cf6057f
fix(openclaw): prevent memory wipe on every session (#323)
Use unique document_id per conversation (sessionKey + timestamp) instead
of static sessionKey. The backend CASCADE-deletes old memories when the
same document_id is reused, causing all prior facts to be lost.

Also:
- Universal envelope stripping for all channels (was Telegram-only)
- Prefer rawMessage over prompt for cleaner recall queries
- Increase recall max_tokens from 512 to 2048

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 10:13:19 +01:00
..
client.test.ts fix(openclaw): improve shell argument escaping (#288) 2026-02-04 10:22:52 +01:00
client.ts fix(openclaw): improve shell argument escaping (#288) 2026-02-04 10:22:52 +01:00
embed-manager.ts feat: improve openclaw and hindisght-embed params (#279) 2026-02-03 09:39:04 +01:00
index.ts fix(openclaw): prevent memory wipe on every session (#323) 2026-02-09 10:13:19 +01:00
moltbot-types.ts fix: rename openclawd to openclaw (#252) 2026-01-30 13:04:42 +01:00
types.ts feat(openclaw): add dynamic per-channel memory banks (#290) 2026-02-04 11:38:14 +01:00