Hey @elfin nymph Windows 11 user, Node 24.13.1, RTX 4080, just upgraded from 2026.4.23 to 2026.4.25.
On 4.23, memorySearch.provider: "local" was crashing with Error: Unknown memory embedding provider: local — the local provider string didn't exist in getAdapter(). Worked around it by switching to provider: "none" and waiting for the Windows/Jiti ESM fix to ship (which it did in 4.25 via #71749, thanks).
Setup details:
- Model file:
embeddinggemma-300m-qat-Q8_0.gguf(320MB) at the configured models path node-llama-cppinstalled globally via npm- Previously had CUDA issues with the embedding model initializing on every bootstrap — resolved that by setting
gpuLayers: 0to force CPU, but then hit the provider string crash before that fix could even be tested - Running self-hosted single-user gateway via Telegram, memory-core plugin enabled, dreaming active
Now on 4.25 — does provider: "local" actually work on Windows now, or is there a separate fix still pending? About to test openclaw memory status but wanted to check if there's a known state before I dig in.