From e431f5b4964748b4ef7ad8bf72e93d0736eda6d8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 22 Jan 2026 20:08:52 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f11aa9..de93f090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.1.16 + +- Added new task management system, including new capabilities like dependency tracking +- [VSCode] Added native plugin management support +- [VSCode] Added ability for OAuth users to browse and resume remote Claude sessions from the Sessions dialog +- Fixed out-of-memory crashes when resuming sessions with heavy subagent usage +- Fixed an issue where the "context remaining" warning was not hidden after running `/compact` +- Fixed session titles on the resume screen not respecting the user's language setting +- [IDE] Fixed a race condition on Windows where the Claude Code sidebar view container would not appear on start + ## 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