Overview

Claude Code v2.1.32 introduces multi-agent collaboration through agent teams, alongside automatic memory recording and improved file handling across various environments.

Changes by Version

v2.1.32

  • Added Claude Opus 4.6 model support
  • Added research preview agent teams feature for multi-agent collaboration (requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)
  • Added automatic memory recording and recall as Claude works
  • Added “Summarize from here” to message selector for partial conversation summarization
  • Added automatic skills loading from .claude/skills/ in additional directories
  • Fixed @ file completion showing incorrect relative paths when running from subdirectories
  • Fixed –resume to re-use –agent value from previous conversations by default
  • Fixed Bash tool “Bad substitution” errors with JavaScript template literals in heredocs
  • Added skill character budget scaling with context window (2% of context) for better descriptions
  • Fixed Thai/Lao spacing vowels rendering in input field
  • Fixed VSCode slash commands executing incorrectly with preceding text
  • Added VSCode spinner when loading past conversations list