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:
Bohdan Triapitsyn
2026-06-07 02:05:10 +03:00
parent 3db5a3cc0b
commit 78c851f7cd
4 changed files with 58 additions and 2 deletions
@@ -233,6 +233,7 @@ export const useMultiRunStore = create<MultiRunStore>()(
worktreeName: preferredName,
startRef: params.worktreeBaseBranch || 'HEAD',
setupCommands: commandsToRun,
returnAfterDirectoryCreated: true,
}, {
resolvedRootTrackingRemote: rootTrackingRemote,
});