mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 21:03:08 +00:00
Merge pull request #484 from AutoMaker-Org/feature/v0.11.0rc-1768405788678-28bn
fix: adress pr comments task not respecting worktrees
This commit is contained in:
@@ -701,6 +701,7 @@ export function BoardView() {
|
|||||||
model: 'opus' as const,
|
model: 'opus' as const,
|
||||||
thinkingLevel: 'none' as const,
|
thinkingLevel: 'none' as const,
|
||||||
branchName: worktree.branch,
|
branchName: worktree.branch,
|
||||||
|
workMode: 'custom' as const, // Use the worktree's branch
|
||||||
priority: 1, // High priority for PR feedback
|
priority: 1, // High priority for PR feedback
|
||||||
planningMode: 'skip' as const,
|
planningMode: 'skip' as const,
|
||||||
requirePlanApproval: false,
|
requirePlanApproval: false,
|
||||||
@@ -743,6 +744,7 @@ export function BoardView() {
|
|||||||
model: 'opus' as const,
|
model: 'opus' as const,
|
||||||
thinkingLevel: 'none' as const,
|
thinkingLevel: 'none' as const,
|
||||||
branchName: worktree.branch,
|
branchName: worktree.branch,
|
||||||
|
workMode: 'custom' as const, // Use the worktree's branch
|
||||||
priority: 1, // High priority for conflict resolution
|
priority: 1, // High priority for conflict resolution
|
||||||
planningMode: 'skip' as const,
|
planningMode: 'skip' as const,
|
||||||
requirePlanApproval: false,
|
requirePlanApproval: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user