v0.11.0 harden persistence and prepare game replays

This commit is contained in:
2026-09-07 14:39:00 -04:00
parent 21dea47694
commit 5d2be4abb2
42 changed files with 3591 additions and 693 deletions
+2 -2
View File
@@ -40,7 +40,8 @@ func runClient() (restart bool) {
display.Println(display.Cyan, "Chess Debug Client")
display.Println(display.Cyan, "API: %s", s.APIBaseURL)
fmt.Println("Type 'help' for commands\n")
fmt.Println("Type 'help' for commands")
fmt.Println()
registry := command.NewRegistry(s)
@@ -133,4 +134,3 @@ func buildPrompt(s *session.Session) string {
return display.Prompt(b.String())
}