gemini-cli-extensions / gemini-cli-extensions/conductor

Feature Request: Add progress indicators to `setup` and `newTrack` command workflows

Open
#54 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

area:newTrack area:setup feature p2
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.