pub fn launch_ai_tool(
path: &Path,
term: Option<&str>,
resume: bool,
prompt: Option<&str>,
initial_prompt: Option<&str>,
bg: bool,
fg: bool,
) -> Result<()>Expand description
Launch AI coding assistant in the specified directory.