Truncated/corrupted output in Claude Code v2.0.73
Status Fixed / completed
Reported on v2.0.73
Maintainer reply None cached
Workaround ✓ Mentioned in description ↑
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:
- Truncated text: Words cut in half (e.g., "ratto al POST" instead of "Contratto al POST")
- Large empty spaces: Multiple blank lines appearing in the middle of responses
- Broken table formatting: Markdown tables rendered with only
|and-characters, missing content - Incomplete analysis: When asked for detailed implementation plans, Claude provides vague summaries instead of specifying exact files and code changes
Steps to Reproduce
- Open Claude Code in a project directory
- 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"
- 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_
8 Comments
Same issues here
<img width="1034" height="1135" alt="Image" src="https://github.com/user-attachments/assets/624bfd1f-1037-4e14-b027-9a00c007b43d" />
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
Same here
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
Same!
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
Yep, I confirm. It is bad and cuts critical output! I will downgrade too.
"fixed" they said! :)
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.