[BUG] Claude CLI 2.0.73 - Response Text Cutoff/Missing Characters Issue

Resolved 💬 33 comments Opened Dec 19, 2025 by sungchulchoi-dev Closed Dec 19, 2025

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Issue Details:

Claude CLI was working normally until this morning
After PC reboot, responses started displaying with random blank spaces
This is not a display/color issue - actual characters are missing from the output
The missing text pattern appears random with no discernible rules (gaps on all sides - top, bottom, left, right)
Table-formatted responses are particularly affected, with the left half of columns frequently missing
Environment Information:

Claude CLI version: 2.0.73
Tested after complete uninstall and reinstall
Issue persists across multiple terminals:
Visual Studio Code terminal
PowerShell
Git Bash
Affects both Korean and English responses
Issue is consistent and reproducible

(in same terminal, gemini works well)

<img width="1131" height="601" alt="Image" src="https://github.com/user-attachments/assets/979ecc0e-54a6-46a8-a842-b3723b0d2e59" />

<img width="1163" height="862" alt="Image" src="https://github.com/user-attachments/assets/e2160aa1-5798-4a55-a826-dc5af900434f" />

What Should Happen?

Expected Behavior: All response text should be displayed completely without any missing characters.

Actual Behavior: Random portions of text are not displayed, making responses unreadable in many cases.

Error Messages/Logs

Steps to Reproduce

ask anything,
get cutoffed response

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

_No response_

Claude Code Version

2.0.73

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

_No response_

View original on GitHub ↗

33 Comments

github-actions[bot] · 6 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/14574
  2. https://github.com/anthropics/claude-code/issues/14555
  3. https://github.com/anthropics/claude-code/issues/14586

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

Ishannaik · 6 months ago

same issue

Tooneytunes · 6 months ago

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

jspicher · 6 months ago

Same here. Downgrading for now:

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72

Add or edit ~/.claude/settings.json:

{
  "autoUpdates": false
}
hakksor · 6 months ago

Same here.. CLI keeps clipping output.

christopher-buss · 6 months ago

If using the native method you can pass a $TARGET param to specifically install 2.0.72 for now 🙂
Also having this issue. Downgrading an reopening the chat though fixed it - so it's not corrupted output from the Claude session at least.

cyneta · 6 months ago

Additional Confirmation: Windows Git Bash Environment

Environment:

  • OS: Windows (win32)
  • Terminal: Git Bash
  • Claude CLI Version: 2.0.73 (buggy) → 2.0.72 (fixed)
  • Date: 2025-12-19

Symptoms Experienced:

  • Random blank spaces and missing characters in responses
  • Gaps appearing throughout output (not just at edges)
  • Intermittent corruption across multiple sessions
  • Tried restricting terminal height/width - did not help

Resolution:
Downgrading from 2.0.73 to 2.0.72 immediately resolved the issue.

npm install -g @anthropic-ai/claude-code@2.0.72

Impact:
This was a blocking issue preventing productive work. Downgrade restored full functionality.

Can confirm this bug is specific to version 2.0.73 and affects Windows Git Bash environments.

StephFleury · 6 months ago

Same for me

Francescolatorre · 6 months ago

Downgrading helped.

cutlerbenjamin1-cmd · 6 months ago

Also just randomly started having this issue, was fine last night woke up to garbage.

semihsmg · 6 months ago

If you are using it in VSCode with extension, disabling the Use Terminal / Launch Claude in the terminal instead of the native UI. setting will fix it but you need to use the native ui... Maybe downgrading is better option for now.

cjteams · 6 months ago

same issue here.

scooter3 · 6 months ago

I'm seeing this as well. It is very likely a bug introduced in 2.0.73.

HORUS-Hao · 6 months ago

Experiencing the same issue with Traditional Chinese (zh_TW).

Environment:

  • Windows 11 + PowerShell
  • WSL Ubuntu
  • Claude Code CLI v2.0.73

Symptoms:

  • Interactive mode (claude chat) produces heavily fragmented output
  • Chinese characters are split across lines with large blank gaps
  • Non-interactive usage (stdin → stdout) works normally

Tried:

  • TERM / NO_COLOR / LANG / LC_ALL
  • External terminals
  • Clean reinstall and config reset

This appears to be an interactive/streaming output handling issue.
It makes Claude Code effectively unusable for Chinese workflows.

Hope this helps with prioritization.

leon0399 · 6 months ago

Will add my 5 pennies with this one: https://github.com/anthropics/claude-code/issues/14589, may be makes sense to resolve duplicates

bloomstomb · 6 months ago

Same issue.

ezin82 · 6 months ago

Same issue with version 2.0.73. Downgraded to 2.0.72 and now it works

Qmaks · 6 months ago

I have the same problem ! Please help me !

sabb-sidd · 6 months ago

I am facing the same issue, it started on 11/12/25 afternoon. Its really annoying.

<img width="1878" height="636" alt="Image" src="https://github.com/user-attachments/assets/423c7d82-bd59-4284-a019-6486cef2a82a" />

avineugroschl · 6 months ago

The downgrade helped temporarily but then went back to having issues

jspicher · 6 months ago
The downgrade helped temporarily but then went back to having issues

Add or edit ~/.claude/settings.json:

json{
  "autoUpdates": false
}
TheTerminater01 · 6 months ago

Experiencing the same issue as well.

a-pedraza · 6 months ago

+1 with the same bug

fivedollarfridays · 6 months ago

Confirming this bug

Environment:

  • Claude Code version: 2.0.74 (also broken in 2.0.73)
  • OS: Windows 11
  • Terminals tested: PyCharm 2024.3.6 terminal, PowerShell, Windows Terminal
  • Issue: Text not rendering in real-time

Symptoms:

  • Output appears blank/invisible during execution
  • Affects Claude Code output specifically (other commands like echo work fine)
  • Persists across multiple repos and terminal types

Fix confirmed:
Downgrading to version 2.0.72 completely resolved the issue.

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72

Impact:
Lost full day of productivity troubleshooting what appeared to be PyCharm/config issue before discovering it was a Claude Code regression.

kafkathepsychonaut · 6 months ago

Same thing here. Makes the whole thing unusable.

Lylie87 · 6 months ago

This is 100% a new issue since yesterday

angelotc · 6 months ago

Why is this closed? it's still broken

tarikmedjber · 6 months ago

Yep still broken. Downgrading worked.

Fix confirmed:
Downgrading to version 2.0.72 completely resolved the issue.

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72

narendrakumar1987in · 6 months ago

I have the same issue as well

ezin82 · 6 months ago

Problem persist also in new versio 2.0.75 ...

Sample of broken output:

 Great! Now let me finalize the todos and create a summary report:

                                                           :



  I've successfully executed the /speckit.plan workflow for the MES Operator Main Interface feature. Here's what was accomplished:



                                  Plan (specs/001-interfaccia-principale-mes/plan.md)




















                                                   e, YAGNI-aligned)








                                                        onents)




                                                       ain tests
                                                         (TDD)
                                                           b
                                                      bUnit tests



                                                  rity, documentation




                                    data-model.md, contracts/, quickstart.md exist)
                                                          ed)




                                               sk breakdown from plan.md

                                      for PLC protocol (critical for Iteration 3)



                                                     d (487 lines)


  The plan is production-ready and aligned with the Constitution v1.2.0. All design artifacts from Phase 1 (research, data model, contracts, quickstart) have been integrated into the comprehensive implementation roadmap.
kigenstore · 6 months ago

Same issue, the downgrade fix worked for me also:

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72

kafkathepsychonaut · 6 months ago

npm install -g @anthropic-ai/claude-code@latest

the above worked for me (reinstalling the latest version)... probably just need the most updated files of the same version since the error was corrected on December 19th:

Dec 19, 2025
Claude Code on Windows rendering improperly
Resolved - This incident has been resolved in Claude Code 2.0.74.
Dec 19, 22:14 UTC
Identified - The issue has been identified and a fix is being implemented.
Dec 19, 20:30 UTC

github-actions[bot] · 6 months ago

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.