From 18ad0f5f42e3bc723e7941b8e085913c9b00577c Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Fri, 21 Mar 2025 18:30:39 +0300 Subject: feat: add Cluedo game mode with turn-based card reminders --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index cf7685b..b48d657 100644 --- a/config/config.go +++ b/config/config.go @@ -7,6 +7,8 @@ import ( ) type Config struct { + EnableCluedo bool `toml:"EnableCluedo"` // Cluedo game mode toggle + CluedoRole2 string `toml:"CluedoRole2"` // Secondary AI role name ChatAPI string `toml:"ChatAPI"` CompletionAPI string `toml:"CompletionAPI"` CurrentAPI string -- cgit v1.2.3