fix(config): add default session configuration with DMScope

This commit is contained in:
Hoshina 2026-02-19 23:42:33 +08:00
parent 00bb72e3d6
commit 42690f48ec

View file

@ -334,6 +334,9 @@ func DefaultConfig() *Config {
MaxToolIterations: 20,
},
},
Session: SessionConfig{
DMScope: "main",
},
Channels: ChannelsConfig{
WhatsApp: WhatsAppConfig{
Enabled: false,