co-mono/packages/tui/src
Mario Zechner 741add4411 Refactor TUI into proper components
- Create UserMessageComponent - handles user messages with spacing
- Create AssistantMessageComponent - handles complete assistant messages
- Create ThinkingSelectorComponent - wraps selector with borders
- Add setSelectedIndex to SelectList for preselecting current level
- Simplify tui-renderer by using dedicated components
- Much cleaner architecture - each message type is now a component
2025-11-11 21:55:29 +01:00
..
components Refactor TUI into proper components 2025-11-11 21:55:29 +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 markdown streaming duplication by splitting newlines first 2025-11-11 19:27:58 +01:00