feat: open isolated multirun sessions before setup completes
Open isolated Multi-Run sessions while worktree setup continues in the background Apply the faster flow to VS Code Agent Manager isolated runs Document the new Multi-Run and Agent Manager behavior
This commit is contained in:
@@ -233,6 +233,7 @@ export const useMultiRunStore = create<MultiRunStore>()(
|
||||
worktreeName: preferredName,
|
||||
startRef: params.worktreeBaseBranch || 'HEAD',
|
||||
setupCommands: commandsToRun,
|
||||
returnAfterDirectoryCreated: true,
|
||||
}, {
|
||||
resolvedRootTrackingRemote: rootTrackingRemote,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user