claude-code - 💡(How to fix) Fix [Feature Request] Add configurable tool-call verbosity display in conversation view [1 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#58718Fetched 2026-05-14 03:41:15
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Feature request: option to hide or collapse tool-call details in the conversation view

When using Claude Code (VSCode extension), the conversation view shows every tool call inline — Bash commands executed, files read, edits made, search results, etc. For users who primarily care about the assistant's reasoning and final output, this creates significant visual clutter, especially during long sessions with many file reads or shell commands.

What I'd like: A setting to control tool-call verbosity in the conversation, with options such as:

Hidden — tool calls don't render at all; only assistant text is shown. Collapsed by default — a one-line summary per tool call (e.g. "Read foo.ts", "Bash: pnpm lint") that expands on click. Full — current behavior. Ideally configurable globally via settings.json (e.g. "toolCallDisplay": "collapsed") and toggleable per-session via a slash command or keybinding, similar to how thinking blocks already collapse with Ctrl+O.

Why it matters:

Reduces noise when scrolling back through a session. Makes it easier to follow the assistant's narrative when many tool calls happen between text responses. Useful for screen-sharing or recording sessions where command output isn't relevant to the audience. Thanks!

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.92
  • Feedback ID: 1940445d-ced5-4943-98bf-dcfd5f98297b

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 Request] Add configurable tool-call verbosity display in conversation view [1 participants]