docs: update changelog for memory fixes

This commit is contained in:
Peter Steinberger
2026-04-26 00:11:18 +01:00
parent 1c6911c01f
commit c2ea0ce5a9

View File

@@ -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.