Use agent name as prompt in --agent --chat mode (e.g., "butler>")
Changed run_interactive() parameter from bool to Option<&str> agent_name. When agent_name is Some, use it as the prompt instead of "g3>".
This commit is contained in:
@@ -218,7 +218,7 @@ async fn run_console_mode(
|
||||
combined_content,
|
||||
project.workspace(),
|
||||
cli.new_session,
|
||||
false, // from_agent_mode
|
||||
None, // agent_name (not in agent mode)
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user