nit: don't spit out compaction when in term mode as it fills up the screen (#6799)
This commit is contained in:
@@ -220,6 +220,7 @@ pub fn render_message(message: &Message, debug: bool) {
|
||||
set_thinking_message(¬ification.msg);
|
||||
}
|
||||
SystemNotificationType::InlineMessage => {
|
||||
hide_thinking();
|
||||
println!("\n{}", style(¬ification.msg).yellow());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user