co-mono/packages/tui/src
Mario Zechner a3b3849188 Fix SelectList crash on narrow terminal and thinking level restoration
SelectList fixes:
- Use hardcoded visual width for arrow prefix instead of string length
  which includes ANSI codes
- Truncate scroll indicator text to prevent exceeding terminal width
- Fixes crash when terminal is resized narrow and arrow keys are pressed

Thinking level fix:
- Restore thinking level even if it's "off" (removed !== "off" check)
- This ensures the thinking level selector shows the correct state on continue
2025-11-11 23:47:59 +01:00
..
components Fix SelectList crash on narrow terminal and thinking level restoration 2025-11-11 23:47:59 +01:00
autocomplete.ts fix(tui): Container change detection for proper differential rendering 2025-08-11 02:31:49 +02:00
index.ts Fix markdown streaming duplication by splitting newlines first 2025-11-11 19:27:58 +01:00
terminal.ts Fix terminal rendering and add improvements 2025-11-11 00:13:46 +01:00
tui.ts Simplify assistant message spacing - just add spacer to components 2025-11-11 21:51:12 +01:00
utils.ts Fix tab rendering in TUI components 2025-11-11 23:24:48 +01:00