pub fn select_render_mode(
info: &TerminalInfo,
force_stream: bool,
force_tui: bool,
) -> Result<RenderMode, RenderModeError>Expand description
Select the render mode based on terminal info and CLI flags.
Priority:
--streamflag → Stream--tuiflag → Dashboard (requires TTY with sufficient size)- Auto-detect from terminal capabilities