Skip to main content

Claude Code v2.1.53 Release Notes

Claude Code v2.1.53 delivers crucial stability improvements, fixing UI flickers, bulk agent operations, and platform-specific crashes across Windows, Linux, and ARM64 systems.

February 25, 2026 10 min read By ClaudeWorld

The Claude Code team has released version 2.1.53, focusing entirely on stability improvements and bug fixes that enhance the overall user experience. This maintenance release addresses several critical issues that have been impacting users across different platforms.

What’s New

UI and User Experience Improvements

  • Fixed UI flicker: Resolved an annoying issue where user input would briefly disappear after submission before the message rendered, providing a smoother interaction experience
  • Improved bulk agent operations: The bulk agent kill function (ctrl+f) now sends a single aggregate notification instead of flooding users with individual notifications per agent, and properly clears the command queue

Remote Control and Session Management

  • Enhanced graceful shutdown: Fixed issues with stale sessions during Remote Control usage by implementing parallelized teardown network calls for faster and more reliable cleanup
  • Git worktree support: Resolved the --worktree parameter being ignored on first launch, ensuring proper repository handling from the start

Platform-Specific Fixes

  • Windows stability: Fixed a critical panic error (“switch on corrupted value”) and resolved crashes when spawning many processes
  • Windows ARM64: Addressed crashes that would sometimes occur after 2 minutes of operation
  • Cross-platform WebAssembly: Fixed interpreter crashes affecting Linux x64 and Windows x64 systems

How to Update

To update to Claude Code v2.1.53:

  1. Check your current version with claude-code --version
  2. Download the latest release from the official repository
  3. Follow the installation instructions for your platform
  4. Restart any active Claude Code sessions