Merge sessions/interactive/664ee473

This commit is contained in:
Dhanji R. Prasanna
2026-01-29 11:14:28 +11:00
7 changed files with 158 additions and 33 deletions

View File

@@ -252,6 +252,7 @@ pub async fn run_agent_mode(
&workspace_dir,
new_session,
Some(agent_name), // agent name for prompt (e.g., "butler>")
None, // initial_project (not supported in agent mode yet)
)
.await;
}