Overview
Claude Code now automatically saves conversation context to memory and allows selective code copying. The latest releases expand remote control access and improve multi-instance reliability.
Changes by Version
v2.1.59
- Added automatic context saving to auto-memory - manage with /memory command
- Added /copy command with interactive picker for selecting individual code blocks or full responses
- Improved smarter prefix suggestions for compound bash commands (e.g.
cd /tmp && git fetch && git push) - 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 instances
- Fixed shell command error messages when working directory is deleted
- Fixed config file corruption that could wipe authentication with multiple instances
v2.1.58
- Expanded Remote Control access to more users