claude-code - 💡(How to fix) Fix [BUG] Multiple tool calls in single response shown as one collapsed summary line instead of individual steps [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#46110Fetched 2026-04-11 06:28:46
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

When Claude executes multiple tool calls in a single response turn (file edits, git commands, bash, etc.), the terminal UI now shows them collapsed as a single one-line summary (e.g. "Edited 5 files +27 -23, committed bbbe19, pushed to feature/..., commented on PR #387, searched for 2 patterns, read 3 files, ran 12 bash commands") rather than showing each tool call step-by-step as it runs.

Only the final text response is shown inline. All intermediate work is hidden behind the collapsed summary.

Root Cause

When Claude executes multiple tool calls in a single response turn (file edits, git commands, bash, etc.), the terminal UI now shows them collapsed as a single one-line summary (e.g. "Edited 5 files +27 -23, committed bbbe19, pushed to feature/..., commented on PR #387, searched for 2 patterns, read 3 files, ran 12 bash commands") rather than showing each tool call step-by-step as it runs.

Only the final text response is shown inline. All intermediate work is hidden behind the collapsed summary.

RAW_BUFFERClick to expand / collapse

Description

When Claude executes multiple tool calls in a single response turn (file edits, git commands, bash, etc.), the terminal UI now shows them collapsed as a single one-line summary (e.g. "Edited 5 files +27 -23, committed bbbe19, pushed to feature/..., commented on PR #387, searched for 2 patterns, read 3 files, ran 12 bash commands") rather than showing each tool call step-by-step as it runs.

Only the final text response is shown inline. All intermediate work is hidden behind the collapsed summary.

Steps to Reproduce

  1. Start a Claude Code session
  2. Ask Claude to perform a multi-step task (e.g. "fix these issues and push" — involves file edits, git add/commit/push, gh pr comment)
  3. Observe the response: all tool calls are collapsed into a single summary line; only the closing prose is visible

Expected Behavior

Each tool call should be shown individually as Claude works through them, so the user can follow along in real-time (previous behavior). The summary line format previously only appeared for the completed block in older/scrolled-out messages.

Actual Behavior

All tool calls in a multi-step response are immediately collapsed into one summary line. There is no way to watch individual steps execute live. The user only sees the final text paragraph.

Environment

  • Claude Code version: latest (v2.1.x)
  • OS: macOS (Darwin 25.3.0)
  • Shell: zsh
  • Model: claude-opus-4-6, claude-sonnet-4-6

Related Issues

  • #41907 — aggressively hides previous output during session (similar theme, different symptom)
  • #41814 — messages disappear from terminal after v2.1.89 (overlapping but different)

Notes

This makes it hard to verify what Claude did during a complex task without manually expanding the collapsed group (if an expand control is even available). The live step-by-step visibility was useful for catching mistakes mid-run.

extent analysis

TL;DR

The issue can be mitigated by modifying the display settings or configuration to prevent the collapse of tool calls into a single summary line.

Guidance

  • Review the Claude Code configuration options to see if there's a setting to control the display of tool calls, potentially allowing for step-by-step visibility.
  • Check if there are any environment variables or shell settings that could influence the display behavior of Claude Code.
  • Consider comparing the configuration and environment settings with a previous version of Claude Code where the desired behavior was observed.
  • Look into the related issues (#41907 and #41814) to see if any of the discussions or fixes could apply to this problem.

Notes

The exact solution may depend on the specifics of the Claude Code version and configuration, so some experimentation may be necessary to find the right setting or workaround.

Recommendation

Apply a workaround, as the issue seems to be related to the display settings rather than a fundamental flaw in the code, and a configuration change or environment adjustment might restore the desired behavior.

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 [BUG] Multiple tool calls in single response shown as one collapsed summary line instead of individual steps [1 comments, 2 participants]