fix: make session memory indexing async

This commit is contained in:
Peter Steinberger
2026-01-21 10:37:52 +00:00
parent 86ddd3c69c
commit 8479dc97da
10 changed files with 316 additions and 15 deletions

View File

@@ -13,6 +13,8 @@ Docs: https://docs.clawd.bot
- macOS: exec approvals now respect wildcard agent allowlists (`*`).
- UI: remove the chat stop button and keep the composer aligned to the bottom edge.
- Agents: add diagnostics cache trace config and fix cache trace logging edge cases. (#1370) — thanks @parubets.
- Agents: scrub Anthropic refusal test token from prompts and add a live refusal regression probe.
- Memory: make session memory indexing async and delta-gated to avoid blocking searches.
## 2026.1.20