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.
This commit is contained in:
teknium1 2026-06-21 12:37:02 -07:00 committed by Teknium
parent d7737bfd97
commit b6f03ab891

View file

@ -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)