fix(tui): keep stream cadence responsive while typing

This commit is contained in:
Brooklyn Nicholson 2026-04-26 04:32:55 -05:00
parent 381121025e
commit bbd950efcf
4 changed files with 19 additions and 13 deletions

View file

@ -1,7 +1,6 @@
export const STREAM_BATCH_MS = 16
export const STREAM_IDLE_BATCH_MS = 16
export const STREAM_SCROLLING_BATCH_MS = 250
export const STREAM_TYPING_BATCH_MS = 120
export const STREAM_TYPING_BATCH_MS = 80
export const TYPING_IDLE_MS = 250
export const SCROLLING_IDLE_MS = 450
export const REASONING_PULSE_MS = 700