Truncated/corrupted output in Claude Code v2.0.73

Status Fixed / completed
Reported on v2.0.73
Maintainer reply None cached
Activity 8 comments · opened Dec 19, 2025 · 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?

Bug Report: Truncated/corrupted output in Claude Code v2.0.73

Environment

  • Claude Code version: 2.0.73 (latest)
  • Model: Opus 4.5
  • OS: Windows
  • IDEs tested: IntelliJ IDEA, Visual Studio Code
  • Issue occurs in both integrated terminals

Description

Claude Code produces truncated, corrupted, and poorly formatted responses. The output contains:

  1. Truncated text: Words cut in half (e.g., "ratto al POST" instead of "Contratto al POST")
  2. Large empty spaces: Multiple blank lines appearing in the middle of responses
  3. Broken table formatting: Markdown tables rendered with only | and - characters, missing content
  4. Incomplete analysis: When asked for detailed implementation plans, Claude provides vague summaries instead of specifying exact files and code changes

Steps to Reproduce

  1. Open Claude Code in a project directory
  2. Ask for a detailed analysis with implementation plan, e.g.:

> "Analyze this endpoint and tell me in detail how you intend to implement the changes, listing all files to modify"

  1. Observe the response

Expected Behavior

  • Complete, readable responses
  • Detailed analysis listing specific files and code changes
  • Properly formatted markdown tables and code blocks

Actual Behavior

Response example (from terminal output):

|
----------------------------------------------------|
ratto al POST, rimuovere PUT                        |
icaContratto per gestire anche i dati del contratto |
do caricaContratto con i nuovi parametri            |

Instead of a complete sentence like:

| File | Modification |
|------|--------------|
| procurement.yaml | Add contract fields to POST, remove PUT |
| ContrattoService.java | Update caricaContratto to handle contract data |
| GestioneRichiesteController.java | Update caricaContratto with new parameters |

Additional Context

  • The issue is consistent across different terminals/IDEs
  • Happens with complex requests requiring detailed responses
  • Started recently (user reports this was working better before)

Workaround Attempted

  • Changing terminal (PowerShell, cmd, Git Bash): no improvement
  • Resizing terminal window: no improvement
  • Both IntelliJ and VS Code show the same issue

What Should Happen?

n

Error Messages/Logs

Steps to Reproduce

n

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.0.73

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

IntelliJ IDEA terminal

Additional Information

_No response_

View original on GitHub ↗

8 Comments

jeremy-schaab · 8 months ago

Same issues here

<img width="1034" height="1135" alt="Image" src="https://github.com/user-attachments/assets/624bfd1f-1037-4e14-b027-9a00c007b43d" />

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/14581
  3. https://github.com/anthropics/claude-code/issues/14650

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

ruzrobert · 8 months ago

Same here

jeremy-schaab · 8 months ago

If this was reported 12 hours ago, why isn't it fixed by now? It's unusable at this point, so hopefully you guys fix it soon

SERGIUSH-UA · 8 months ago

Same!

night99644 · 8 months ago

Quick fix:

1) Downgrade from 2.0.73 to 2.0.72
npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72

2) Prevent auto update
npm config set update-notifier false

0xeb · 8 months ago

Yep, I confirm. It is bad and cuts critical output! I will downgrade too.

"fixed" they said! :)

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.