v0.10.0 fix to engine game state mgmt, client and web ui updates to match

This commit is contained in:
2026-07-23 14:03:09 -04:00
parent 882c83c9a4
commit c0fc2a9667
17 changed files with 741 additions and 549 deletions
+2 -2
View File
@@ -135,7 +135,7 @@ chess > delete <gameId> # Delete specific game
```
#### `poll` / `p`
Long-poll for game updates (waits up to 25 seconds).
Long-poll for game updates (waits up to 30 seconds).
```
chess > poll
```
@@ -290,4 +290,4 @@ The client architecture follows a command pattern with:
- **Display**: Terminal formatting utilities
- **Commands**: Modular command handlers
Extensions can add new commands by registering handlers in the appropriate command group (game, auth, debug).
Extensions can add new commands by registering handlers in the appropriate command group (game, auth, debug).