move embedded provider to a better crate

This commit is contained in:
Dhanji Prasanna
2025-10-01 15:19:37 +10:00
parent b9679e14dc
commit 046b54c49b
11 changed files with 23 additions and 22 deletions

View File

@@ -473,6 +473,4 @@ Keep your response concise and focused on actionable items.",
}
Ok(())
}
use std::io::Write;
}

View File

@@ -34,7 +34,7 @@ impl SimpleOutput {
self.mad_skin.print_text(markdown);
}
pub fn print_status(&self, status: &str) {
pub fn _print_status(&self, status: &str) {
println!("📊 {}", status);
}