openclaw/extensions/active-memory
Yao fbefbf05bd
fix(active-memory): enforce timeoutMs as hard deadline via Promise.race (#71687)
Wrap runRecallSubagent() with Promise.race so maybeResolveActiveRecall
returns a timeout result at the configured timeoutMs even when the
embedded run has not cooperatively checked the abort signal. Late
subagent rejections are caught silently to prevent unhandled promise
errors.

Fixes #71629
2026-04-25 17:10:34 -04:00
..
config.test.ts refactor: type config schemas as typebox-compatible 2026-04-23 05:22:16 +01:00
index.test.ts fix(active-memory): enforce timeoutMs as hard deadline via Promise.race (#71687) 2026-04-25 17:10:34 -04:00
index.ts fix(active-memory): enforce timeoutMs as hard deadline via Promise.race (#71687) 2026-04-25 17:10:34 -04:00
openclaw.plugin.json fix: align active-memory timeout schema (#68480) (thanks @Bartok9) 2026-04-18 20:31:41 +01:00