Back
AI summary
Written by AI from the official notes. Check them for exact details.Claude Code 2.1.59 introduces auto-memory saving and a new command for code block selection, along with bug fixes.
- Claude saves useful context to auto-memory, manageable with /memory.
- New /copy command allows selection of code blocks interactively.
- Improved prefix suggestions for compound bash commands.
- Enhanced ordering of short task lists.
- Fixed error messages for deleted working directories.
Why it matters: Developers and users of Claude Code should care for improved functionality and bug fixes that enhance usability.
Full release notes7 changes
What's changed
- Claude automatically saves useful context to auto-memory. Manage with /memory
- Added
/copycommand to show an interactive picker when code blocks are present, allowing selection of individual code blocks or the full response. - Improved "always allow" prefix suggestions for compound bash commands (e.g.
cd /tmp && git fetch && git push) to compute smarter per-subcommand prefixes instead of treating the whole command as one - Improved ordering of short task lists
- Improved memory usage in multi-agent sessions by releasing completed subagent task state
- Fixed MCP OAuth token refresh race condition when running multiple Claude Code instances simultaneously
- Fixed shell commands not showing a clear error message when the working directory has been deleted