diff --git a/apps/server/src/services/auto-mode-service.ts b/apps/server/src/services/auto-mode-service.ts index ab6d99f8..a000d9db 100644 --- a/apps/server/src/services/auto-mode-service.ts +++ b/apps/server/src/services/auto-mode-service.ts @@ -551,7 +551,7 @@ export class AutoModeService { // Update running feature with actual worktree info tempRunningFeature.worktreePath = worktreePath; - tempRunningFeature.branchName = branchName; + tempRunningFeature.branchName = branchName ?? null; // Update feature status to in_progress await this.updateFeatureStatus(projectPath, featureId, "in_progress");