openclaw/extensions/memory-core
nitinjwadhawan d761b98adc
fix(memory-core): yield event loop during fallback vector search (#81172) (#83758)
Summary:
- The branch changes memory-core fallback vector search to scan chunks in 256-row rowid batches with `setImmediate` yields, updates regression tests, and adds a changelog entry.
- Reproducibility: yes. from source and supplied live output. Current main synchronously scans fallback vector ...  and the PR body shows the before/after heartbeat behavior through the actual `searchVector` fallback path.

Automerge notes:
- PR branch already contained follow-up commit before automerge: test(memory-core): add boundary, parity, and concurrent-insert covera…
- PR branch already contained follow-up commit before automerge: fix(memory-core): yield event loop during fallback vector search (#81…

Validation:
- ClawSweeper review passed for head 0ede3d7168.
- Required merge gates passed before the squash merge.

Prepared head SHA: 0ede3d7168
Review: https://github.com/openclaw/openclaw/pull/83758#issuecomment-4482137790

Co-authored-by: NW <nitinwadhawan66@gmail.com>
Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>
Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com>
Approved-by: takhoffman
Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>
2026-05-18 22:18:14 +00:00
..
src fix(memory-core): yield event loop during fallback vector search (#81172) (#83758) 2026-05-18 22:18:14 +00:00
api.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
cli-metadata.ts fix(cli): keep secret diagnostics off json stdout 2026-05-17 20:08:16 +08:00
cli.ts fix(cli): keep secret diagnostics off json stdout 2026-05-17 20:08:16 +08:00
index.test.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
index.ts fix(cli): keep secret diagnostics off json stdout 2026-05-17 20:08:16 +08:00
manager-runtime.ts
openclaw.plugin.json fix: enforce plugin tool manifest contracts 2026-05-02 06:21:08 +01:00
package.json chore: bump release version to 2026.5.19 2026-05-18 23:11:42 +01:00
runtime-api.ts Revert "refactor: move runtime state to SQLite" 2026-05-13 13:33:38 +01:00
tsconfig.json