[Bug] Claude Code output truncating/not displaying complete text responses

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

Bug Description
This Claude session isn't displaying all the text that it is producing, which makes it impossible to read. See the text below which I copied from the output. I have another session running in parallel that is NOT doing this. I saw this last night and resumed the session from a new claude instance and it is having the same problem.

A bunch of text is missing again. Can you repeat?

E2E tests have been added. The feature branch now has 17 commits implementing the chores board system:

plan
ji, tags, completed_at, completed_by to chores
d emoji, tags, completed_at, completed_by to Chore
ore schemas for board view
nt
ry
ing and new fields to chores

plement recurring chore regeneration on complete
Card with swipe and hover complete
rdView with person columns
e ChoreCreator with emoji, tags, required fields
ith emoji and tags
on chores page
chore completion
promise handling errors

  1. Discard this work

Environment Info

  • Platform: win32
  • Terminal: vscode
  • Version: 2.0.73
  • Feedback ID: 0c852bbd-1892-44fb-8970-a7a5a6a21fc0

Errors

[{"error":"Error: Request was aborted.\n    at u0A._createMessage (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:503:3157)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T14:04:01.811Z"},{"error":"Error: Request was aborted.\n    at gT.makeRequest (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:846:3940)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T14:04:18.410Z"},{"error":"Error: Request was aborted.\n    at gT.makeRequest (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:846:3940)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T14:04:34.129Z"},{"error":"Error: Request was aborted.\n    at u0A._createMessage (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:503:3157)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T14:04:50.035Z"},{"error":"Error: Request was aborted.\n    at u0A._createMessage (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:503:3157)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T14:05:08.235Z"},{"error":"Error: Request was aborted.\n    at gT.makeRequest (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:846:3940)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-12-19T14:05:24.075Z"},{"error":"AxiosError: timeout of 5000ms exceeded\n    at UU.<anonymous> (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:57:10436)\n    at UU.emit (node:events:519:28)\n    at UU.emit (node:domain:489:12)\n    at Timeout.<anonymous> (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:56:5600)\n    at listOnTimeout (node:internal/timers:588:17)\n    at process.processTimers (node:internal/timers:523:7)\n    at ezA.request (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:59:2130)\n    at runNextTicks (node:internal/process/task_queues:65:5)\n    at listOnTimeout (node:internal/timers:549:9)\n    at process.processTimers (node:internal/timers:523:7)\n    at async m_0 (file:///C:/Users/arobb/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:4951:4053)","timestamp":"2025-12-19T14:05:55.098Z"},{"error":"Error: 1P event logging: 10 events failed to export\n    at hp1.queueFailedEvents (file:///C:/Users/

Note: Error logs were truncated.

View original on GitHub ↗

5 Comments

0MarkB · 8 months ago

It's definitely 0.73, i just downgraded to 0.72 and the same chats that used to be truncated are perfectly fine.

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

github-actions[bot] · 8 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/14591
  2. https://github.com/anthropics/claude-code/issues/14723
  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

MagInsts-KCG · 8 months ago

2.0.73 seems to be the culprit.

I'm on Windows 11 with Windows Terminal and PowerShell 7.5.4. Tested a few versions:

  • 2.0.70 - works fine
  • 2.0.72 - works fine
  • 2.0.73 - broken

The weird thing is that thinking blocks render perfectly, but the actual response text comes out fragmented with big empty gaps and missing lines. Tables, lists, code blocks - all affected.

Rolled back to 2.0.72 and everything works again.

moazam1 · 8 months ago

@0MarkB saved my day!

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.