v2.1.53
Claude Code8 fixescli
Summary
This release focuses heavily on stability and reliability across multiple platforms. Key fixes address crashes related to process spawning on Windows, WebAssembly interpretation, and issues with Remote Control session cleanup. Additionally, the user experience for bulk agent control has been improved by consolidating notifications.
Bug Fixes
- Fixed UI flicker where user input briefly disappeared after submission before the message rendered.
- Fixed bulk agent kill (ctrl+f) to send a single aggregate notification instead of one per agent and properly clear the command queue.
- Fixed graceful shutdown sometimes leaving stale sessions when using Remote Control by parallelizing teardown network calls.
- Fixed instances where the `--worktree` argument was ignored on the first launch.
- Fixed a panic ("switch on corrupted value") occurring on Windows.
- Fixed crashes that occurred when spawning many processes on Windows.
- Fixed a crash in the WebAssembly interpreter on Linux x64 and Windows x64.
- Fixed a crash that sometimes occurred after 2 minutes specifically on Windows ARM64.