fix(ui-tui): ref-based input buffer, gateway listener stability, usage display, and 6 correctness bugs

This commit is contained in:
Brooklyn Nicholson
2026-04-09 12:21:24 -05:00
parent 8755b9dfc0
commit 0d7c19a42f
4 changed files with 175 additions and 81 deletions

View File

@@ -11,4 +11,4 @@ if (!process.stdin.isTTY) {
const gw = new GatewayClient()
gw.start()
render(<App gw={gw} />, { exitOnCtrlC: false })
render(<App gw={gw} />, { exitOnCtrlC: false, maxFps: 60 })