From 6e7f65eb95693516424e3e21b93c700e1a41e069 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Feb 2026 00:12:59 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14fe79..7eff2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.1.53 + +- Fixed a UI flicker where user input would briefly disappear after submission before the message rendered +- Fixed bulk agent kill (ctrl+f) to send a single aggregate notification instead of one per agent, and to properly clear the command queue +- Fixed graceful shutdown sometimes leaving stale sessions when using Remote Control by parallelizing teardown network calls +- Fixed `--worktree` sometimes being ignored on first launch +- Fixed a panic ("switch on corrupted value") on Windows +- Fixed a crash that could occur when spawning many processes on Windows +- Fixed a crash in the WebAssembly interpreter on Linux x64 & Windows x64 +- Fixed a crash that sometimes occurred after 2 minutes on Windows ARM64 + ## 2.1.52 - VS Code: Fixed extension crash on Windows ("command 'claude-vscode.editor.openLast' not found")