[BUG] Claude Code 2.0.2 freezes after successful API response on Windows

Resolved 💬 2 comments Opened Oct 2, 2025 by KayGHD Closed Oct 2, 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?

Environment

  • Platform: Windows 11
  • Terminal: PowerShell
  • Claude Code version: 2.0.2
  • Working version: 2.0.1

Bug Description

Claude Code 2.0.2 freezes immediately after receiving successful API responses. Downgrading to 2.0.1 resolves the issue.

What Should Happen?

Not freeze instantly. Never had issues with CLI freezing before... whole system freezing, yeah sure, but not just the CLI.

Error Messages/Logs

[log_5b6ab9, request-id: "req_011CThjYUV7o5mYNrLXpJt6T"] post https://api.anthropic.com/v1/messages?beta=true succeeded with status 200 in 4922ms
[log_5b6ab9] response start {
  url: 'https://api.anthropic.com/v1/messages?beta=true',
  status: 200,
  headers: {
    'anthropic-organization-id': '162e16b9-b3e7-460b-ba97-c37fb69d06bc',
    'anthropic-ratelimit-unified-5h-reset': '1759395600',
    'anthropic-ratelimit-unified-5h-status': 'allowed',
    'anthropic-ratelimit-unified-7d-reset': '1759964400',
    'anthropic-ratelimit-unified-7d-status': 'allowed',
    'anthropic-ratelimit-unified-fallback-percentage': '0.5',
    'anthropic-ratelimit-unified-overage-disabled-reason': 'org_level_disabled',
    'anthropic-ratelimit-unified-representative-claim': 'five_hour',
    'anthropic-ratelimit-unified-reset': '1759395600',
    'anthropic-ratelimit-unified-status': 'allowed',
    'cf-cache-status': 'DYNAMIC',
    'cf-ray': '98816ccfdb94ba12-SEA',
    connection: 'keep-alive',
    'content-encoding': 'gzip',
    'content-type': 'application/json',
    date: 'Thu, 02 Oct 2025 04:23:33 GMT',
    'request-id': 'req_011CThjYUV7o5mYNrLXpJt6T',
 ▐▛███▜▌   Claude Code v2.0.2
▝▜█████▛▘  Sonnet 4.5 · Claude Max
  ▘▘ ▝▝

Steps to Reproduce

Reproduction Steps

  1. Install Claude Code 2.0.2
  2. Run claude in any directory
  3. Type any prompt
  4. Claude freezes after receiving API response

Workaround

Downgrade to 2.0.1: claude upgrade 2.0.1

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.0.1

Claude Code Version

2.0.2

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

Powershell 7.5 and 5.2 both froze

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗