From c2ea0ce5a9e532cada41bf67381cbb963d3f9378 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 26 Apr 2026 00:11:18 +0100 Subject: [PATCH] docs: update changelog for memory fixes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ef242a058..d388ea86153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,12 @@ Docs: https://docs.openclaw.ai - Providers/Ollama: use Ollama's current `/api/web_search` endpoint and honor `https://ollama.com` model-provider base URLs for Ollama Web Search. Fixes #71741. Thanks @madhvidua. +- Memory/Ollama: serialize Ollama memory embedding batches and add an inline + batch timeout override, with longer defaults for local/self-hosted embedding + providers. Thanks @steipete. +- Sessions/usage: exclude compaction checkpoint transcript snapshots from usage + totals and session discovery, while keeping old checkpoint files removable. + Thanks @steipete. - CLI/agents: keep `openclaw agents list --json` on the config-only path by default, avoiding bundled plugin loading unless callers request `--bindings`. Fixes #71739. Thanks @kaloster.