feat: add Cluedo game mode with turn-based card reminders

This commit is contained in:
Grail Finder (aider)
2025-03-21 18:30:39 +03:00
parent 4c994282b0
commit 18ad0f5f42
2 changed files with 21 additions and 1 deletions

View File

@@ -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