pub fn create_worktree(
branch_name: &str,
base_branch: Option<&str>,
path: Option<&str>,
_term: Option<&str>,
no_ai: bool,
initial_prompt: Option<&str>,
) -> Result<PathBuf>Expand description
Create a new worktree with a feature branch.