mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(memory): rehydrate daily list promotions
* fix(memory): rehydrate daily list promotions * fix(memory): preserve multi-line daily list promotions * fix(memory): preserve daily list promotion context * fix(memory): rehydrate capped daily list promotions * test(memory): cover capped daily list promotion * test(agents): update model selection mocks * ci: ignore lazy three dependency * fix(memory): skip heading-only rehydration * fix(memory): preserve list rehydration mode * fix(memory): match capped renamed heading bodies * fix(memory): avoid duplicate tail heading matches * fix(microsoft-foundry): satisfy provider lint * perf(memory): precompute promotion heading context --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -165,6 +165,8 @@ const config = {
|
||||
"vite.config.ts!",
|
||||
"vitest*.ts!",
|
||||
],
|
||||
// Workboard lazy-loads Three.js at runtime; Knip's dependency pass misses it.
|
||||
ignoreDependencies: ["three"],
|
||||
project: ["src/**/*.{ts,tsx}!"],
|
||||
},
|
||||
"packages/sdk": {
|
||||
|
||||
Reference in New Issue
Block a user