claude-code - 💡(How to fix) Fix [FEATURE] I don't want to see code diffs in the chat. Please add an option to turn them off or log them somewhere else [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#55602Fetched 2026-05-03 04:49:12
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

the file updates are still showing in the chat. is there a way to
turn them off

⏺ Those are IDE diagnostic notifications — they come from your editor, not from me. I don't have control over them. You may be able to suppress them in your IDE settings or by adjusting the Claude Code
extension's diagnostic reporting settings.

[[PASTE]]

❯ ⏺ Update(views/index.ejs)

⎿  Added 1 line, removed 1 line
325 mtp = diffMin > 0 ? diffMin + 'm

       ' : 'past';                                                
  326                  }                                          
                                                                  
  327                  const offVal = offTimes[race.raceNum       
       ber] || '';                                                
                                                                  
  328 -                html += '<td><input type="text" clas       
      -s="post-time-input" placeholder="HHmm" maxlength="4"       
      - pattern="[0-2][0-9][0-5][0-9]" value="' + timeVal +       
      - '" onblur="saveRaceTime(' + race.raceNumber + ', th       
      -is.value)"> <input type="text" class="post-time-inpu       
      -t" placeholder="off" maxlength="4" pattern="[0-2][0-       
      -9][0-5][0-9]" value="' + offVal + '" onblur="saveOff       
      -Time(' + race.raceNumber + ', this.value)"></td>';         
  328 +                html += '<td><input type="text" clas       
      +s="post-time-input" placeholder="HHmm" maxlength="4"       
      + pattern="[0-2][0-9][0-5][0-9]" value="' + timeVal +       
      + '" onblur="saveRaceTime(' + race.raceNumber + ', th       
      +is.value)"> <input type="text" class="post-time-inpu       
      +t" placeholder="done" maxlength="4" pattern="[0-2][0       
      +-9][0-5][0-9]" value="' + offVal + '" onblur="saveOf       
      +fTime(' + race.raceNumber + ', this.value)"></td>';        
  329                  html += '<td>' + mtp + '</td>';            
  330                  html += '<td class="filename">' + ra       
       ce.filename + ' - <a class="splunk-link" href="' + r       
       ace.splunkUrl + '" target="_blank">logs</a></td>';         
  331                  html += '<td><span class="status-bad       
       ge ' + statusClass + '">' + statusText + '</span></t       
       d>';

⏺ That's the Claude Code tool output — it shows diffs when I use the Edit tool. That's built into the CLI interface and I can't suppress it. It will always display when I make file changes. It's separate
from what I write as text in my responses.

❯ can you let someone know it's not helpful blows up the chat. it should at least be an option to log
it somewhere else

Proposed Solution

an option to turn off code diffs in the client chat

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

The issue can be mitigated by suppressing IDE diagnostic notifications or adjusting the Claude Code extension's diagnostic reporting settings.

Guidance

  • Investigate the IDE settings to see if there's an option to suppress diagnostic notifications.
  • Check the Claude Code extension's settings for any options related to diagnostic reporting that can be adjusted to reduce or turn off the notifications.
  • Consider logging the diffs in a separate location, such as a log file, instead of displaying them in the chat.
  • If the issue persists, it may be helpful to provide more information about the IDE and Claude Code extension being used.

Notes

The provided information suggests that the issue is related to the IDE and Claude Code extension, rather than the chat itself. Therefore, the solution is likely to involve adjusting settings in one of these tools.

Recommendation

Apply workaround: Adjust the IDE settings or Claude Code extension's diagnostic reporting settings to suppress or redirect the diagnostic notifications, as it seems to be the most feasible solution given the current information.

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