claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[Bug] Chat output rendering corrupted with missing text lines

Open jhm-ciberman opened this issue 1 week ago • 21 comments

Bug Description The text output in the chat is corrupted and some lines render as blank (nothing). Only certain lines are visible. This only happens with text written by claude to the chat. Restaring claude has no effect.

Environment Info

  • Platform: win32
  • Terminal: windows-terminal
  • Version: 2.0.73
  • Feedback ID: bb8da39e-58f6-41c6-9b16-193f6cb172bb

Errors

[]

Example 1: Image

Example 2: Image

Example 3: Image

Extra info: I am using GitBash.

jhm-ciberman avatar Dec 19 '25 01:12 jhm-ciberman

This happens for me in PowerShell 7.5.4 in Windows Terminal on Windows 11 Pro, also.

KyleKolander avatar Dec 19 '25 01:12 KyleKolander

Happening for me in Windows 11 Terminal. Completely unusable.

mayhew3 avatar Dec 19 '25 02:12 mayhew3

The output is crash also.

kkman021 avatar Dec 19 '25 02:12 kkman021

Same thing happening

saifsaleh3333 avatar Dec 19 '25 02:12 saifsaleh3333

I downgraded to 2.0.72 and it works again. Disabled automatic updates first.

KyleKolander avatar Dec 19 '25 02:12 KyleKolander

Same for me since version 2.0.73. The output is completely unreadable and missing major parts of the content. It looks unstructured and leaves a lot of huge gaps between the output text.

Image

mathiaswillburger avatar Dec 19 '25 02:12 mathiaswillburger

same issue in Win 11 running version 2.0.73

Image

lifegenieai avatar Dec 19 '25 02:12 lifegenieai

same

910650692 avatar Dec 19 '25 02:12 910650692

same thing happening

BlueOcean223 avatar Dec 19 '25 03:12 BlueOcean223

Also getting this on PowerShell with native installation on v2.0.73

jaroslawjanas avatar Dec 19 '25 03:12 jaroslawjanas

Can confirm happening with Positron IDE and Rstudio IDE.

psychtek avatar Dec 19 '25 04:12 psychtek

Same on Windows 11 26200.7462

# uninstall problemmatic verion
npm uninstall @anthropic-ai/claude-code -g

# install older version
npm install @anthropic-ai/[email protected] -g

# Check version 
@ Should output: 2.0.72 (Claude Code)
claude --version

$ Disable automatic updates
set DISABLE_AUTOUPDATER=1

shailensukul avatar Dec 19 '25 06:12 shailensukul

work around for Windows:

npm install -g @anthropic-ai/[email protected]

in a bat/cmd:

set DISABLE_AUTOUPDATER=1 && claude

rubrical-studios avatar Dec 19 '25 06:12 rubrical-studios

how is Windows support not being tested before any public release?

angeloprado avatar Dec 19 '25 08:12 angeloprado

Does anyone know if there is any statement by Anthropic on this? From the issue it seems nobody's even looking at it. However, I find it to be a fairly critical mishap.

atherio-danp avatar Dec 19 '25 09:12 atherio-danp

Same issue here, looks like this a new bug since today? Text is being aligned center terminal and some text is being cut off.

Would like a patch as soon as possible... I can't work with Claude like this

Tooneytunes avatar Dec 19 '25 11:12 Tooneytunes

Decided to install to WSL instead, maybe that's the best approach anyway rather than use the powershell terminal.

lichfielddean avatar Dec 19 '25 11:12 lichfielddean

Same issue using powershell.. PSVersion 5.1.26100.7462

chrisutpg avatar Dec 19 '25 11:12 chrisutpg

Same issue, just started with latest update.

thednaz avatar Dec 19 '25 12:12 thednaz

Very interesting @rubrical-studios and @shailensukul I have tried versions 2.0.74, 2.0.73, 2.0.72, and 2.0.70 and i still get the same whitespaces and etc.

After some playing around: I was using Claude Code Extension and set it to those specific versions and same error. Installing version 2.0.72 globally works in terminal.

hamchowderr avatar Dec 19 '25 13:12 hamchowderr

for me 2.0.72 fixes the bug. 2.0.73 is unusable.

CpHeat avatar Dec 19 '25 13:12 CpHeat

Same on Windows 11 26200.7462

# uninstall problemmatic verion
npm uninstall @anthropic-ai/claude-code -g

# install older version
npm install @anthropic-ai/[email protected] -g

# Check version 
@ Should output: 2.0.72 (Claude Code)
claude --version

It will auto-update unless you block it. Turns out there may be other bugs for "settings" that should but do not block the auto-update feature. This approach works:

in a bat/cmd:

set DISABLE_AUTOUPDATER=1 && claude

rubrical-studios avatar Dec 19 '25 15:12 rubrical-studios

Guys I didn't sign up for dev/nightly releases.

jaroslawjanas avatar Dec 19 '25 15:12 jaroslawjanas

For Powershell reverting the native install temporarily with this command works (until autoupdate happens again if not disabled):

curl -fsSL https://claude.ai/install.sh | bash -s 2.0.72

mathiaswillburger avatar Dec 19 '25 15:12 mathiaswillburger

I downgraded to 2.0.72 and it works again. Disabled automatic updates first.

Confirmed working. Use npm install -g @anthropic-ai/[email protected] in powershell to downgrade. setx CLAUDE_CODE_DISABLE_AUTO_UPDATE 1 in powershell to disable autoupdate.

SRS-apps avatar Dec 19 '25 15:12 SRS-apps

Same issue - hope this gets resolved soon.

ckelsoe avatar Dec 19 '25 16:12 ckelsoe

Experiencing the same issue. In my case, I see excessive blank lines/gaps between output sections rather than completely missing text.

  • Platform: win32
  • Terminal: PowerShell 5.1, PowerShell 7.5.4
  • Version: 2.0.73
  • Node.js: v25.2.1

marcus-hooper avatar Dec 19 '25 16:12 marcus-hooper

A different workaround for those too lazy to downgrade the version is to ask it to write the final summary to a file or to post into the PR or Issue it is about (if any).

jaodsilv avatar Dec 19 '25 18:12 jaodsilv