Claude Code v2.1.53: UI Polish and a Batch of Windows Crash Fixes
Claude Code v2.1.53 addresses a UI flicker issue, improves bulk agent kill notifications, and fixes four separate crashes affecting Windows users.
Anthropic has shipped Claude Code v2.1.53, a maintenance release focused on stability improvements and bug fixes. There are no new features this time around — instead, the team has been squashing bugs across platforms, with Windows getting the most attention.
That Annoying Input Flicker? Gone
If you’ve noticed your input briefly vanishing after hitting Enter, you weren’t imagining things. A UI flicker caused user input to momentarily disappear after submission before the message rendered. It’s now fixed.
Bulk Agent Kill Gets Smarter
Pressing Ctrl+F to kill all running agents used to fire off one notification per agent — not great when you’re winding down a dozen teammates at once. Version 2.1.53 consolidates those into a single aggregate notification and properly clears the command queue.
Remote Control Cleanup
Graceful shutdown while using Remote Control could sometimes leave stale sessions behind. The fix parallelizes teardown network calls, ensuring sessions are properly cleaned up even when the connection is flaky.
--worktree Flag Fix
The --worktree flag was occasionally ignored on first launch. That’s been corrected.
Four Windows Crash Fixes
Windows users get the biggest win this release with four separate crash fixes:
- “Switch on corrupted value” panic — a general stability fix
- Process spawning crash — triggered when spawning many processes simultaneously
- WebAssembly interpreter crash — affecting both Linux x64 and Windows x64
- ARM64 timeout crash — a crash occurring roughly 2 minutes after launch on Windows ARM64 devices (think Surface Pro and similar hardware)
The ARM64 fix is particularly notable given the growing adoption of ARM-based Windows machines.
The Bottom Line
No flashy features here, but v2.1.53 is the kind of release that makes everything else work better. If you’re on Windows — especially ARM64 — updating is strongly recommended.
関連記事
Claude Code v2.1.53リリース - UI不具合修正とWindows安定性の大幅改善
Claude Code v2.1.53では、入力欄のちらつき修正、エージェント一括終了の通知集約、Windows環境での複数クラッシュ修正など、安定性とUXの改善が中心のアップデートが実施された。
Claude Code v2.1.55リリース - Windows向けホットフィックス連続投入
Claude Code v2.1.54およびv2.1.55が相次いでリリースされた。VS Code拡張のWindows起動時クラッシュとBashToolのEINVALエラーが修正されている。
Claude Code v2.1.61リリース - Windows環境での設定ファイル破損を修正
Claude Code v2.1.61がリリースされた。Windows環境で並行書き込み時に設定ファイルが破損する不具合が修正されている。
人気記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
最新記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。