some fixes

This commit is contained in:
Dhanji Prasanna
2025-10-14 12:44:02 +11:00
parent 5110da0c61
commit bb90cc7826
4 changed files with 101 additions and 45 deletions

View File

@@ -149,7 +149,6 @@ impl UiWriter for ConsoleUiWriter {
}
fn print_agent_prompt(&self) {
print!(" ");
let _ = io::stdout().flush();
}