Real terminals, not a toy
Every tile is a true pseudo-terminal driven by portable-pty. PowerShell, cmd, Git Bash, WSL, and PowerShell 7 behave exactly like the real thing.
milo@deck ~/code/acme-api claude > add cursor pagination to the orders endpoint ● Added limit and cursor params to the handler. Edited src/api/orders.ts, ran 1 shell command ● Wired the API client to pass the cursor through. Edited src/client.ts ● Tests pass across page boundaries. 24 passed, 24 total 1.84 s