cloudaxe-opencode/packages/opencode/src/cli/cmd/tui/context
Dax Raad d8b60875c4 tui: batch SDK events to reduce render churn and improve responsiveness
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21 17:42:02 -05:00
..
theme Add Flexoki theme (#3986) 2025-11-15 21:28:13 -06:00
args.tsx tui: fix continue session navigation to use most recent session instead of oldest session 2025-11-08 20:28:23 -05:00
exit.tsx handle config errors gracefully 2025-11-13 18:59:09 -05:00
helper.tsx OpenTUI is here (#2685) 2025-10-31 15:07:36 -04:00
keybind.tsx tui: add support for Ctrl+_ key combination in keybind parser 2025-11-03 16:16:09 -05:00
kv.tsx remember sidebar position 2025-11-01 11:40:33 -04:00
local.tsx Tui onboarding (#4569) 2025-11-21 00:21:06 -05:00
route.tsx improve startup speed 2025-11-08 20:18:36 -05:00
sdk.tsx tui: batch SDK events to reduce render churn and improve responsiveness 2025-11-21 17:42:02 -05:00
sync.tsx Tui onboarding (#4569) 2025-11-21 00:21:06 -05:00
theme.tsx fix: allow for theme references (#4450) 2025-11-18 14:26:42 -06:00