fix(FN-4606): thread settings through executor worktree recovery
Ref: Runfusion/Fusion#321 Fusion-Task-Id: FN-4606 Fusion-Task-Lineage: 94b23f37-944e-4bcd-bfa1-67d0a8c0a267
This commit is contained in:
@@ -1275,7 +1275,7 @@ Follow instructions precisely and avoid unrelated changes.`,
|
||||
* @returns The path to the new worktree.
|
||||
*/
|
||||
private async createStepWorktree(stepIndex: number): Promise<string> {
|
||||
const { rootDir } = this.options;
|
||||
const { rootDir, settings } = this.options;
|
||||
const name = generateWorktreeName(rootDir, settings);
|
||||
const worktreePath = resolveTaskWorktreePath(rootDir, settings, name);
|
||||
const branchName = `fusion/step-${stepIndex}-${name}`;
|
||||
|
||||
Reference in New Issue
Block a user