openclaw/extensions/memory-core
clawsweeper[bot] 1c1c75df72
fix(memory): close local embedding providers on timeout (#84048)
Summary:
- The branch adds a close lifecycle for local memory embedding providers, scoped memory search/index teardown for one agent, Active Memory timeout cleanup, focused tests, and a changelog entry.
- Reproducibility: yes. The linked issue gives a concrete OpenClaw 2026.5.18 Telegram Active Memory timeout pa ... current-main source inspection confirms there is no timeout cleanup for that local embedding provider path.

Automerge notes:
- PR branch already contained follow-up commit before automerge: fix(memory): close local embedding providers on timeout

Validation:
- ClawSweeper review passed for head 8e2e369b5c.
- Required merge gates passed before the squash merge.

Prepared head SHA: 8e2e369b5c
Review: https://github.com/openclaw/openclaw/pull/84048#issuecomment-4485705481

Co-authored-by: brokemac79 <martin_cleary@yahoo.co.uk>
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: hxy91819
Co-authored-by: hxy91819 <8814856+hxy91819@users.noreply.github.com>
2026-05-19 09:19:09 +00:00
..
src fix(memory): close local embedding providers on timeout (#84048) 2026-05-19 09:19:09 +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 fix(memory): close local embedding providers on timeout (#84048) 2026-05-19 09:19:09 +00:00
index.ts fix(memory): close local embedding providers on timeout (#84048) 2026-05-19 09:19:09 +00:00
manager-runtime.ts fix(memory): close local embedding providers on timeout (#84048) 2026-05-19 09:19:09 +00:00
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