Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
cli

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.

Description

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

Dominant language
Python
Stars
3.7k
Forks
295
Avg merge
9m
Merged PRs (30d)
1

Getting set up

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.

More from gemini-cli-extensions/conductor

All issues in gemini-cli-extensions/conductor

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.