nit: don't spit out compaction when in term mode as it fills up the screen (#6799)

This commit is contained in:
Michael Neale
2026-01-30 03:14:53 +11:00
committed by GitHub
parent 58a1353bb0
commit 542c6cb0fd
+1
View File
@@ -220,6 +220,7 @@ pub fn render_message(message: &Message, debug: bool) {
set_thinking_message(&notification.msg);
}
SystemNotificationType::InlineMessage => {
hide_thinking();
println!("\n{}", style(&notification.msg).yellow());
}
}