mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 14:49:33 +00:00
* fix(memory): import legacy sidecar indexes into agent db * fix(memory): move legacy sidecar import to doctor migration * fix(memory): restore sidecar vector rows during doctor migration * fix(memory): keep legacy sidecar when skipping import * fix(memory): keep legacy sidecar import within extension boundary * fix(memory-core): keep legacy sidecar migration retry-safe * fix(memory-core): backfill sidecar FTS rows * fix(memory-core): preserve sidecar when vector import defers * fix(memory-core): cover custom sidecar migrations * fix(memory-core): keep legacy config migration under doctor * fix(memory-core): reject sidecar metadata conflicts * fix(memory-core): keep partial legacy config sidecars * fix(memory-core): preserve partial config retries * fix(memory-core): keep partial config task migrations * fix(memory-core): avoid phantom sidecar agents * fix(memory-core): reject incomplete sidecar indexes * fix(memory-core): keep malformed sidecars retryable * fix(doctor): use canonical state dir for plugin migrations * fix(memory-core): honor disabled vector sidecar migration * fix(memory-core): treat provider-none sidecars as fts-only * fix(memory-core): preserve setup-failed sidecars * test(memory-core): use non-mutating sort assertions * test(memory-core): compare sorted chunk ids * test(memory-core): compare sorted chunk ids * test(memory-core): stringify sorted chunk ids * fix(qa): skip chromium bootstrap for explicit browser channels * fix(qa): skip chromium bootstrap for explicit browser channels --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>