From 052a1317c02ff4ecca15a8f25a885ab1de284516 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 21 Jan 2026 22:00:41 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d104db1f..b9f11aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.1.15 + +- Added deprecation notification for npm installations - run `claude install` or see https://docs.anthropic.com/en/docs/claude-code/getting-started for more options +- Improved UI rendering performance with React Compiler +- Fixed the "Context left until auto-compact" warning not disappearing after running `/compact` +- Fixed MCP stdio server timeout not killing child process, which could cause UI freezes + ## 2.1.14 - Added history-based autocomplete in bash mode (`!`) - type a partial command and press Tab to complete from your bash command history