From 244d3a23bbbf2628fd65f11e8b4d1fd74c320edf Mon Sep 17 00:00:00 2001 From: Kohei Date: Sun, 22 Feb 2026 11:59:49 +0900 Subject: [PATCH] feat: add memory tool config to example config Co-Authored-By: Claude Opus 4.6 --- config/config.example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.example.json b/config/config.example.json index 8ab4306db..63585f676 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -130,6 +130,9 @@ "spi": { "enabled": false }, + "memory": { + "enabled": true + }, "web": { "search": { "api_key": "YOUR_BRAVE_API_KEY",