Version 2.0.73: Text rendering bug - lines dropped and garbled output

Status Fixed / completed
Reported on v2.0.73
Maintainer reply None cached
Activity 5 comments · opened Dec 19, 2025 · closed Dec 19, 2025

Description

Version 2.0.73 has a severe text rendering bug where assistant text output is garbled:

  • Lines are randomly dropped (consistently the 4th line in test messages)
  • Left side of text is cut off
  • Large gaps appear where text should be

Tool output renders correctly - only the assistant's direct text responses are affected.

Environment

  • OS: Windows 11 (10.0.26200)
  • Terminal: Windows Terminal and cmd.exe (both affected)
  • Node: v22.x
  • Claude Code Version: 2.0.73

Steps to Reproduce

  1. Install claude-code 2.0.73
  2. Start a session
  3. Observe that assistant text responses are garbled/incomplete

Expected Behavior

All text should render completely and correctly.

Actual Behavior

Text is garbled with:

  • Missing lines (4th line consistently dropped in tests)
  • Left portions of lines cut off
  • Irregular spacing

Workaround

Rolling back to version 2.0.72 resolves the issue:

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

Additional Context

  • Issue persists across terminal restarts and machine reboots
  • Issue persists in both Windows Terminal and cmd.exe
  • Disabling Norton antivirus did not resolve the issue
  • Fresh sessions (not resumed) also exhibit the bug
  • Only affects 2.0.73; 2.0.72 works correctly

View original on GitHub ↗

5 Comments

github-actions[bot] · 8 months ago

Found 3 possible duplicate issues:

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

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

silmonbiggs · 8 months ago

For workaround
To prevent immediate reupdating from claude-code@2.0.72
to the version that has garbled output (claude-code@2.073)

Add this to ~/.claude/settings.json:

{
"env": {
"DISABLE_AUTOUPDATER": "1"
}
}

capecoma · 8 months ago

Confirmed: Rollback to 2.0.72 fixes the issue

Rolled back from 2.0.73 to 2.0.72 using:
npm install -g @anthropic-ai/claude-code@2.0.72

Rendering now works correctly in Windows cmd. The bug is specific to 2.0.73.

Environment:

  • Windows 10/11
  • Tested in VSCode integrated terminal and cmd
  • Both had the same truncation issue on 2.0.73
  • Both work correctly on 2.0.72
BStudio · 8 months ago

Upgrading to 2.0.74 fixes the issue.

github-actions[bot] · 8 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.