co-mono/packages/coding-agent/src/tui
Mario Zechner bf5f4b17c0 Add custom session events for thinking level and model changes
Session manager changes:
- Add ThinkingLevelChangeEntry and ModelChangeEntry types
- Add saveThinkingLevelChange() and saveModelChange() methods
- Update loadThinkingLevel() to also check for thinking_level_change events
  (not just session headers)

TUI changes:
- Pass SessionManager to TuiRenderer constructor
- Call saveThinkingLevelChange() when user changes thinking level via /thinking
- Store session manager as instance variable for future use

This ensures thinking level changes during a session are persisted
and correctly restored on --continue.
2025-11-11 23:56:08 +01:00
..
assistant-message.ts Add padding to Aborted text for consistent spacing 2025-11-11 23:42:42 +01:00
custom-editor.ts Refactor TUI components into separate files 2025-11-11 21:16:31 +01:00
footer.ts Refactor TUI components into separate files 2025-11-11 21:16:31 +01:00
thinking-selector.ts Fix viewport width issues in thinking selector and text rendering 2025-11-11 23:52:18 +01:00
tool-execution.ts Fix tab rendering in TUI components 2025-11-11 23:24:48 +01:00
tui-renderer.ts Add custom session events for thinking level and model changes 2025-11-11 23:56:08 +01:00
user-message.ts Improve tool execution rendering and error handling 2025-11-11 23:05:58 +01:00