Enable interactive confirmation and progress tracking for bulk actions - #3
Merged
Conversation
…ogic Co-authored-by: Shinoa <87525178+adxptived@users.noreply.github.com>
- CLI: separate needs_confirm from dry_run so an explicit --dry-run never prompts and works in pipes/CI, while the no-flag default still previews and asks for interactive confirmation before deleting - zapw: windowless worker silently downgrades to dry-run when confirmation would be required (it cannot prompt), preventing unconfirmed deletions - zapg: re-arm the danger checkbox when late batch paths include protected system paths (worker runs with allow_dangerous, checkbox was the only guard) - zapg: never treat unknown '-flags' as deletion targets in arg parsing - zapg: aggregate progress bar uses selection-wide fraction for bulk file-root runs instead of staying near zero and jumping to 100% - recycle: map SHFileOperationW DE_* codes to meaningful messages instead of misinterpreting them as Win32 error codes - delete: drop unused rayon import Co-authored-by: v0 <it+v0agent@vercel.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0 Session