-
v3.13.1 Stable
released this
2026-04-03 16:24:44 +00:00 | 117 commits to main since this releaseFixed
- Restored memories not searchable until manual intervention (#10):
restore_from_filenow automatically re-embeds all restoredmem:*keys after writing them back to Valkey. Previously, backups excluded binary vector data (required bydecode_responses=True), so restored memories had no embeddings and were invisible torecallandrecall_index. The restore response now includes are_embeddedcount restore_allreturn type extended: Now returns(restored_count, skipped_count, restored_keys)so callers know exactly which keys were written- 2 new tests for the dump-restore-recall round-trip and selective re-embedding (462 total)
Removed
- CVE-2026-4539
--ignore-vulnworkaround: Upstream pygments has patched the ReDoS vulnerability in AdlLexer. Removed the--ignore-vuln CVE-2026-4539flag from the pip-audit CI step
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Restored memories not searchable until manual intervention (#10):