Overview
These releases focus on enhancing multi-agent workflows and fixing critical bugs. The key advancement is persistent memory support for agents, allowing them to remember information across sessions with user, project, or local scope.
Changes by Version
v2.1.34
- Fixed crash when agent teams setting changed between renders
- Fixed security bypass vulnerability where excluded commands could bypass Bash ask permission rules
v2.1.33
- Fixed agent teammate sessions in tmux to send and receive messages
- Added persistent memory for agents with user, project, or local scope via memory frontmatter field
- Added TeammateIdle and TaskCompleted hook events for multi-agent workflows
- Added agent spawning restrictions via Task(agent_type) syntax in tools frontmatter
- Added plugin names to skill descriptions and /skills menu for better discoverability
- Fixed thinking phase interruptions when submitting messages during extended thinking
- Fixed API error during mid-stream aborts with whitespace and thinking blocks
- Fixed proxy settings not applying to WebFetch and HTTP requests on Node.js build
- Fixed /resume session picker showing raw XML markup instead of clean titles
- Added improved error messages for API connection failures with specific causes
- VSCode: Added remote session support for OAuth users to browse claude.ai sessions
- VSCode: Added git branch and message count to session picker with branch name search
- VSCode: Fixed scroll-to-bottom positioning on session load and switch