mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-22 11:43:07 +00:00
feat: Add conflict source branch tracking and fix auto-mode subscription cascade
This commit is contained in:
@@ -843,6 +843,7 @@ export function BoardView({ initialFeatureId }: BoardViewProps) {
|
||||
onWorktreeCreated: () => setWorktreeRefreshKey((k) => k + 1),
|
||||
onWorktreeAutoSelect: addAndSelectWorktree,
|
||||
currentWorktreeBranch,
|
||||
stopFeature: autoMode.stopFeature,
|
||||
});
|
||||
|
||||
// Handler for bulk updating multiple features
|
||||
|
||||
Reference in New Issue
Block a user