pub fn render_tool_result_msg( content: &str, label: &str, lines: &mut Vec<Line<'static>>, theme: &Theme, )
渲染工具执行结果消息:绿色标签 + 截断内容(最多 5 行)