fix(tui): address latest review feedback

This commit is contained in:
Brooklyn Nicholson 2026-04-26 13:56:26 -05:00
parent 2be5e181a9
commit a8bfe72d35
5 changed files with 17 additions and 87 deletions

View file

@ -2,5 +2,4 @@ export const STREAM_BATCH_MS = 16
export const STREAM_IDLE_BATCH_MS = 16
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