From ab3d607be4a3c65e3c9535459fb5d40f32a25e2e Mon Sep 17 00:00:00 2001 From: jif-oai Date: Tue, 14 Oct 2025 12:15:29 +0100 Subject: [PATCH] V9 --- codex-rs/cli/src/infty/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/cli/src/infty/commands.rs b/codex-rs/cli/src/infty/commands.rs index bbc9619c81..de451bdedf 100644 --- a/codex-rs/cli/src/infty/commands.rs +++ b/codex-rs/cli/src/infty/commands.rs @@ -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}"); }