Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit c9b789e

Browse files
authored
feat(ui): add auto-accept all option using existing onAuto mechanism (#103)
1 parent 42d7b3d commit c9b789e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/InlineToolConfirmation.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ export function InlineToolConfirmation({
220220
</Button>
221221
</DropdownMenuTrigger>
222222
<DropdownMenuContent align="end" className="w-48">
223+
<DropdownMenuItem onClick={() => onAuto(999999)}>
224+
Auto-accept all
225+
</DropdownMenuItem>
226+
<DropdownMenuSeparator />
223227
<DropdownMenuItem onClick={() => onAuto(5)}>
224228
Auto-confirm 5x
225229
</DropdownMenuItem>

0 commit comments

Comments
 (0)