mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
Add === Retro === section header before retro output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
932524dd98
commit
e64f1e3c47
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue