fix(tui): keep streaming progress stable during interaction

This commit is contained in:
Brooklyn Nicholson
2026-04-26 04:23:57 -05:00
parent 1c964ed43f
commit 355e0ae960
15 changed files with 278 additions and 106 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ export const LARGE_PASTE = { chars: 8000, lines: 80 }
export const LONG_MSG = 300
export const MAX_HISTORY = 800
export const THINKING_COT_MAX = 160
export const WHEEL_SCROLL_STEP = 3
export const WHEEL_SCROLL_STEP = 6