This commit is contained in:
jif-oai
2025-10-14 12:15:29 +01:00
parent f7d8e12ae0
commit ab3d607be4

View File

@@ -104,7 +104,7 @@ pub(crate) async fn run_create(
if !objective_text.trim().is_empty() {
let objective_line = format!(" objective: {objective_text}");
if color_enabled {
println!("{}", objective_line.cyan());
println!("{}", objective_line.dimmed());
} else {
println!("{objective_line}");
}