[Bug] CLI output formatting broken - unreadable text rendering
Status Fixed / completed
Reported on v2.0.73
Maintainer reply None cached
Activity 8 comments · opened Dec 19, 2025 · closed Dec 19, 2025
Bug Description
The messages are unreadable. The whole cli experience is turned into a catastrophe.
In the end, the screen flickers crazily!
Too bad I renewed my subscription today, I would give a pause for a while.
```text Key Findings from Session Handling Analysis
if (isSessionStart || isFirstVisit) {
// Campaign params ONLY sent here
const campaignParams = buildCampaignParams(sd);
} else {
// NO campaign params for purchase, add_to_cart, etc!
const ga4Data = streamId
? extractGA4Data(event, streamId, sd, cookie_prefix)
code paths!
- Something else you suspect
**Environment Info**
- Platform: win32
- Terminal: windows-terminal
- Version: 2.0.73
- Feedback ID: 62637743-db46-4c89-ab89-e757cfabc7bb
**Errors**
```json
[{"error":"AxiosError: Request failed with status code 401\n at oy (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:56:1137)\n at IncomingMessage.<anonymous> (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:57:9852)\n at IncomingMessage.emit (node:events:519:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1701:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)\n at ezA.request (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:59:2130)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async JB7 (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:2661:9071)\n at async file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:2661:9964","timestamp":"2025-12-19T14:26:38.810Z"},{"error":"AxiosError: Request failed with status code 401\n at oy (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:56:1137)\n at IncomingMessage.<anonymous> (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:57:9852)\n at IncomingMessage.emit (node:events:519:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1701:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)\n at ezA.request (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:59:2130)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async dP2 (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:1838:3609)","timestamp":"2025-12-19T14:26:38.886Z"},{"error":"AxiosError: Request failed with status code 401\n at oy (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:56:1137)\n at IncomingMessage.<anonymous> (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:57:9852)\n at IncomingMessage.emit (node:events:519:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1701:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)\n at ezA.request (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:59:2130)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async JB7 (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:2661:9071)\n at async file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:2661:9964","timestamp":"2025-12-19T14:26:39.754Z"},{"error":"SyntaxError: Expected double-quoted property name in JSON at position 391 (line 16 column 7)\n at JSON.parse (<anonymous>)\n at file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:75:715\n at B (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:8:6526)\n at kQ7 (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:2660:28175)\n at async mt2 (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:2660:30954)","timestamp":"2025-12-19T14:26:39.898Z"},{"error":"Error: 1P event logging: 1 events failed to export\n at hp1.queueFailedEvents (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:240:39698)\n at hp1.doExport (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:240:38794)","timestamp":"2025-12-19T14:53:45.476Z"},{"error":"Error: {\"stack\":\"Error: Failed to export 1 events\\n at hp1.doExport (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:240:38885)\",\"message\":\"Failed to export 1 events\",\"name\":\"Error\"}\n at AH0.error (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:1672:34862)\n at Bc1.error (file:///C:/Users/info/node_modules/@anthropic-ai/claude-code/cli.js:239:33126)\n at file:///C:/Users/info/n
Note: Error logs were truncated.
8 Comments
It is critical bug. It is not possible to read it.
<img width="897" height="804" alt="Image" src="https://github.com/user-attachments/assets/27359aff-89d4-4ae9-b808-961b48976b83" />
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
Use v2.0.72
Already back on 2.0.71
It is a duplicate of #14554
same problem here on 2.0.73
I'm having the same issue, so far using just regular windows command prompt instead of terminal is working for me (cmd.exe)
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.