v0.10.0 fix to engine game state mgmt, client and web ui updates to match
This commit is contained in:
+2
-2
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user