add immessage and llm_call_log config

This commit is contained in:
t 2026-03-08 16:48:41 +08:00
parent d056c377a5
commit 2667d1cfec

View file

@ -49,6 +49,11 @@
} }
], ],
"channels": { "channels": {
"imessage": {
"enabled": false,
"allow_from": [],
"db_path": "~/Library/Messages/chat.db"
},
"telegram": { "telegram": {
"enabled": false, "enabled": false,
"token": "YOUR_TELEGRAM_BOT_TOKEN", "token": "YOUR_TELEGRAM_BOT_TOKEN",
@ -431,6 +436,9 @@
}, },
"write_file": { "write_file": {
"enabled": true "enabled": true
},
"llm_call_log": {
"enabled":false
} }
}, },
"heartbeat": { "heartbeat": {