Change agent mode header text

From: 🤖 Running as agent: fowler
To: >> agent mode | fowler
This commit is contained in:
Dhanji R. Prasanna
2026-01-11 17:24:26 +05:30
parent 4962f439f3
commit bb25c7881a
2 changed files with 1 additions and 14 deletions

View File

@@ -539,7 +539,7 @@ async fn run_agent_mode(
))?
};
output.print(&format!("🤖 Running as agent: {}", agent_name));
output.print(&format!(">> agent mode | {}", agent_name));
// Format workspace path, replacing home dir with ~
let workspace_display = {
let path_str = workspace_dir.display().to_string();