mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
refactor: Replace worktreePath param with useWorktrees flag
This commit is contained in:
@@ -628,8 +628,8 @@ export function useBoardActions({
|
||||
currentProject.path,
|
||||
followUpFeature.id,
|
||||
followUpPrompt,
|
||||
imagePaths
|
||||
// No worktreePath - server derives from feature.branchName
|
||||
imagePaths,
|
||||
useWorktrees
|
||||
);
|
||||
|
||||
if (!result.success) {
|
||||
@@ -667,6 +667,7 @@ export function useBoardActions({
|
||||
setFollowUpPrompt,
|
||||
setFollowUpImagePaths,
|
||||
setFollowUpPreviewMap,
|
||||
useWorktrees,
|
||||
]);
|
||||
|
||||
const handleCommitFeature = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user