claude-code - 💡(How to fix) Fix [Feature] Show progress indicator during tool execution / response generation

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

When waiting for tool calls or code responses, Claude Code currently shows only a spinner. It would be great to have a percentage-based progress indicator similar to the one shown during context compaction (Compacting conversation… ▰▰▰▰▱▱▱▱ 21%).

Root Cause

When waiting for tool calls or code responses, Claude Code currently shows only a spinner. It would be great to have a percentage-based progress indicator similar to the one shown during context compaction (Compacting conversation… ▰▰▰▰▱▱▱▱ 21%).

Code Example

Running tool… ▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱ 35%
RAW_BUFFERClick to expand / collapse

Summary

When waiting for tool calls or code responses, Claude Code currently shows only a spinner. It would be great to have a percentage-based progress indicator similar to the one shown during context compaction (Compacting conversation… ▰▰▰▰▱▱▱▱ 21%).

Current behavior

During tool execution or response generation, only a spinner is shown with no indication of progress.

Desired behavior

A progress bar or percentage indicator during tool execution / response generation, similar to the compaction progress UI:

⠋ Running tool… ▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱ 35%

Motivation

The compaction progress bar gives users a sense of how long to wait. The same UX improvement would be valuable during long-running tool calls or generation, reducing uncertainty about whether the process is still running.

Additional context

  • The compaction progress bar already demonstrates this pattern works well in the CLI
  • This would be especially useful for long bash commands or large file operations

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Feature] Show progress indicator during tool execution / response generation