mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-18 10:23:07 +00:00
feat: Address review comments, add stage/unstage functionality, conflict resolution improvements, support for Sonnet 4.6
This commit is contained in:
@@ -48,6 +48,9 @@ export function ViewWorktreeChangesDialog({
|
||||
{worktree.changedFilesCount > 1 ? 's' : ''} changed)
|
||||
</span>
|
||||
)}
|
||||
<span className="ml-1 text-xs text-muted-foreground">
|
||||
— Use the Stage/Unstage buttons to prepare files for commit.
|
||||
</span>
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
|
||||
@@ -58,6 +61,8 @@ export function ViewWorktreeChangesDialog({
|
||||
featureId={worktree.branch}
|
||||
useWorktrees={true}
|
||||
compact={false}
|
||||
enableStaging={true}
|
||||
worktreePath={worktree.path}
|
||||
className="mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user