diff --git a/crates/arc-workflows/src/cli/run.rs b/crates/arc-workflows/src/cli/run.rs index dcee7897b..cc52e36c4 100644 --- a/crates/arc-workflows/src/cli/run.rs +++ b/crates/arc-workflows/src/cli/run.rs @@ -1278,6 +1278,7 @@ async fn generate_retro( } // Run retro agent session + eprintln!("\n{}", styles.bold.apply_to("=== Retro ===")); eprintln!("{}", styles.dim.apply_to(format!("Running retro ({model})..."))); let retro_start = std::time::Instant::now(); let narrative_result = if dry_run_mode {