Change8

v2.1.32

Claude Code
4 features4 fixes3 improvementsclimcpvscode

Summary

This release introduces the research preview agent teams feature for multi-agent collaboration and enables Claude to automatically record and recall memories. Users can now also summarize partial conversations using the new "Summarize from here" option. Several bugs related to file completion, Bash tool execution with template literals, and Thai/Lao character rendering have also been resolved.

New Features

  • Introduced research preview agent teams feature for multi-agent collaboration (requires setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)
  • Enabled automatic recording and recall of memories by Claude during work sessions
  • Added "Summarize from here" option to the message selector for partial conversation summarization
  • Enabled automatic loading of skills defined in .claude/skills/ within additional directories specified via --add-dir

Bug Fixes

  • Fixed incorrect relative paths shown by @ file completion when running the tool from a subdirectory
  • Fixed Bash tool throwing "Bad substitution" errors when heredocs contained JavaScript template literals like `${index + 1}`, preventing tool execution
  • Fixed Thai/Lao spacing vowels (สระ า, ำ) not rendering correctly in the input field
  • Fixed VSCode issue where slash commands were incorrectly executed when pressing Enter with preceding text in the input field

Improvements

  • Updated --resume to reuse the --agent value specified in the previous conversation by default
  • Scaled skill character budget to 2% of the context window, allowing users with larger contexts to see more skill descriptions without truncation
  • Added a spinner indicator in VSCode while loading the past conversations list

Claude Code Documentation