[Bug] Terminal output truncation: Response text missing from CLI display
Resolved 💬 21 comments Opened Dec 19, 2025 by wynandw87 Closed Dec 19, 2025
Bug Description
A lot of text is missing from claude's responses. The formatting of the text layout is also wrong. If I ask claude to write the response to a .md file then it shows all of the text within the written file - but it does not all appear in the reply within my terminal. Everything worked fine until today - and it worked fine on my claude instances that were still open from yesterday. All the instances of claude that I started today has this issue.
Environment Info
- Platform: win32
- Terminal: windows-terminal
- Version: 2.0.73
- Feedback ID: ec3e045c-f2ee-4922-90d9-c82d0237e344
Errors
[]
21 Comments
Same for me. Also 2.0.73, Windows
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
Same for me. Also 2.0.73, Windows.
Started this morning.
Same for me. Started this morning too.
Give me my money back.
Same for me. Also 2.0.73 on Windows (terminal).
At least we are not alone?
Right 🥇
se soluciono el problema ? esque tmabien me paso
Same for me, I'd just installed Claude Code 2.0.73 on Windows using the "Native Install" and got the same issue.
I deleted the exe, installed 2.0.72 using npm and I could then see the messages again.
Looks like 2.0.73 broke rendering
Workaround: just ask Claude to reply in plain text without line breaks (no “Enter”). Works for me until the fix is applied.
this worked for me too. I'll just wait for 2.0.74+ on 2.0.72
Same for me... just started within the last 8 hours. but asking for regular text worked. I am using Sonnet as the model if that matters.
Hope this helps. Updated yesterday 2.0.72 to 2.0.73 all was fine BUT I had never closed my Windows Terminal. Started new Terminal and the effects of 2.0.73 kicked in. A strange side note is that the command /release-notes didn't show 2.0.73.
Same for me!
Also impacted, same version
Hi everyone! I've tried using v2.0.72 as suggested by other users in the comments - it works for me too! The problem is that claude updates automatically to v2.0.73 immediately when you open it. I've found a workaround to keep it on v2.0.72:
npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72
claude --version
$env:DISABLE_AUTOUPDATER = "1"
claude
claude --version
FYI I did this on Windows, not sure if the steps are the same on Mac/Linux.
same here. sometimes it's unreadable:
<img width="950" height="500" alt="Image" src="https://github.com/user-attachments/assets/ba86e0d7-bb41-4cf2-a895-879d87be1a75" />
Downgrading it fixed the issue for me. Thanks
I have the same angst. Formatting hozed.
Downgrading to 2.0.60 in powershell fixed it for me.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.