gemini-cli-extensions / gemini-cli-extensions/conductor
Feature Request: Add progress indicators to `setup` and `newTrack` command workflows
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 295
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
Problem
Currently, users lack visibility into their progress when running the setup and newTrack commands. This can lead to uncertainty about how many steps are remaining in the workflow.
Proposed Solution
Add a progress indicator at the start of each step in these command workflows.
- Format:
Step x/y(e.g.,Step 1/5)
Alternatives Considered
- A visual progress bar (might be too heavy for a CLI).
- A percentage completion indicator.
Additional Context
Other lightweight ideas are welcome
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the command entry points and workflow steps for setup and newTrack, then inspect how each step currently reports progress. Add a Step x/y indicator at the start of every step in both workflows, and verify that the displayed totals and numbering match the actual steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100