pub fn render_assistant_msg( content: &str, is_selected: bool, bubble_max_width: usize, lines: &mut Vec<Line<'static>>, )
渲染 AI 助手消息(提取为独立函数,供增量构建使用)