| 1 | // The chat renderer half of the chat theater (see chat-theater.ts): a tiny |
| 2 | // agent-chat TUI that runs inside the recorded PTY and paints whatever the |
| 3 | // scenario's REAL MCP calls are doing. It performs no logic of its own — it |
| 4 | // reads base64-encoded JSON events on stdin and renders them with the |