tail cursor

This commit is contained in:
Dhanji Prasanna
2025-10-03 14:23:56 +10:00
parent 54e2a66b7d
commit cdfca615e3
2 changed files with 35 additions and 4 deletions

View File

@@ -194,9 +194,9 @@ async fn run_interactive_retro(config: Config, show_prompt: bool, show_code: boo
let mut agent = Agent::new(config, ui_writer).await?;
// Display initial system messages
tui.output("SYSTEM: G3 AI CODING AGENT ONLINE");
tui.output("SYSTEM: READY FOR INPUT");
tui.output("");
tui.output("SYSTEM: AGENT ONLINE\n\n");
tui.output("SYSTEM: READY FOR INPUT\n\n");
tui.output("\n\n");
// Display provider and model information
match agent.get_provider_info() {