From b6f03ab8911c1338057ccd69198873a9650fd014 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Sun, 21 Jun 2026 12:37:02 -0700 Subject: [PATCH] docs(ui-tui): add billing.step_up.verification event + perfPane.tsx to README Follow-up on salvaged #50347: the event surface table was missing the billing.step_up.verification switch case, and the File map omitted lib/perfPane.tsx. --- ui-tui/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui-tui/README.md b/ui-tui/README.md index 396778b4135..159db8293b6 100644 --- a/ui-tui/README.md +++ b/ui-tui/README.md @@ -289,6 +289,7 @@ Primary event types the client handles today: | `sudo.request` | `{ request_id }` | | `secret.request` | `{ prompt, env_var, request_id }` | | `background.complete` | `{ task_id, text }` | +| `billing.step_up.verification` | `{ verification_url, user_code }` | | `review.summary` | `{ text }` | | `browser.progress` | `{ message }` | | `voice.status` | `{ state }` | @@ -450,6 +451,7 @@ ui-tui/ openExternalUrl.ts platform-aware URL opener (macOS/Linux/Windows) osc52.ts OSC 52 terminal clipboard copy sequence parentLog.ts append-only log to ~/.hermes/tui-parent.log + perfPane.tsx FPS / render perf overlay pane platform.ts platform-aware keybinding and SSH detection helpers precisionWheel.ts high-precision scroll wheel with sticky-frame budget prompt.ts composer prompt text helpers (Termux-safe)