From ef1e0ac0981451ddb924f9c5789949ff48e1995c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 6 Feb 2026 01:46:32 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287e824..af4f989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 2.1.33 + +- Fixed agent teammate sessions in tmux to send and receive messages +- Fixed warnings about agent teams not being available on your current plan +- Added `TeammateIdle` and `TaskCompleted` hook events for multi-agent workflows +- Added support for restricting which sub-agents can be spawned via `Task(agent_type)` syntax in agent "tools" frontmatter +- Added `memory` frontmatter field support for agents, enabling persistent memory with `user`, `project`, or `local` scope +- Added plugin name to skill descriptions and `/skills` menu for better discoverability +- Fixed an issue where submitting a new message while the model was in extended thinking would interrupt the thinking phase +- Fixed an API error that could occur when aborting mid-stream, where whitespace text combined with a thinking block would bypass normalization and produce an invalid request +- Fixed API proxy compatibility issue where 404 errors on streaming endpoints no longer triggered non-streaming fallback +- Fixed an issue where proxy settings configured via `settings.json` environment variables were not applied to WebFetch and other HTTP requests on the Node.js build +- Fixed `/resume` session picker showing raw XML markup instead of clean titles for sessions started with slash commands +- Improved error messages for API connection failures — now shows specific cause (e.g., ECONNREFUSED, SSL errors) instead of generic "Connection error" +- Errors from invalid managed settings are now surfaced +- VSCode: Added support for remote sessions, allowing OAuth users to browse and resume sessions from claude.ai +- VSCode: Added git branch and message count to the session picker, with support for searching by branch name +- VSCode: Fixed scroll-to-bottom under-scrolling on initial session load and session switch + ## 2.1.32 - Claude Opus 4.6 is now available!