pub fn create_session( project_name: &str, _worktree_slug: &str, worktree_path: &Path, session_label: Option<String>, command: Option<String>, ) -> Result<(SessionId, String)>