From 2667d1cfec050ebeccccfc420a2cfb8312a7cea7 Mon Sep 17 00:00:00 2001 From: t <452214834@qq.com> Date: Sun, 8 Mar 2026 16:48:41 +0800 Subject: [PATCH] add immessage and llm_call_log config --- config/config.example.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/config.example.json b/config/config.example.json index 8e58e3252..27e41d4c9 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -49,6 +49,11 @@ } ], "channels": { + "imessage": { + "enabled": false, + "allow_from": [], + "db_path": "~/Library/Messages/chat.db" + }, "telegram": { "enabled": false, "token": "YOUR_TELEGRAM_BOT_TOKEN", @@ -431,7 +436,10 @@ }, "write_file": { "enabled": true - } + }, + "llm_call_log": { + "enabled":false + } }, "heartbeat": { "enabled": true,