🎨 Palette: Improve CLI progress feedback#84
🎨 Palette: Improve CLI progress feedback#84google-labs-jules[bot] wants to merge 2 commits intomainfrom
Conversation
- Modify `push_rules` log message to show `batch i/total` for better progress tracking. - Update `create_folder` retry loop to use `countdown_timer` for waits > 5s, providing visual reassurance during long operations. - Revert accidental `.python-version` change.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
This PR enhances CLI user experience by improving progress feedback during batch upload operations. The change adds a progress indicator showing the current batch number out of the total number of batches (e.g., "batch 1/5" instead of just "batch 1"), helping users better understand operation duration.
Key change:
- Updated batch upload logging to display current batch and total batch count
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Superseded: CLI progress feedback already in main. |
Understood. I will revert the changes and stop working on this task since the functionality is already present in main. |
This PR improves the CLI user experience by adding clearer progress indicators.
batch 1/5), giving users a better sense of duration.Verified with
verify_ux.pyreproduction script anddry-runchecks.PR created automatically by Jules for task 14807099402828273099 started by @abhimehro