Enha: ctrl+s to show filepath

This commit is contained in:
Grail Finder
2025-11-21 11:48:46 +03:00
parent 866a74e459
commit c2ecef69b4
3 changed files with 21 additions and 11 deletions

2
bot.go
View File

@@ -569,7 +569,7 @@ func init() {
}
// load cards
basicCard.Role = cfg.AssistantRole
toolCard.Role = cfg.AssistantRole
// toolCard.Role = cfg.AssistantRole
//
logLevel.Set(slog.LevelInfo)
logger = slog.New(slog.NewTextHandler(logfile, &slog.HandlerOptions{Level: logLevel}))