Change8

v2.1.59

Claude Code
1 feature2 fixes4 improvementsclimcp

Summary

This release introduces the new /copy command for easily selecting code blocks and enhances context management by enabling automatic saving to auto-memory. Several stability improvements were made, including fixes for OAuth token refreshing and clearer error messages for shell commands in deleted directories.

New Features

  • Added /copy command to show an interactive picker for selecting individual code blocks or the full response when code blocks are present.

Bug Fixes

  • Fixed a race condition related to MCP OAuth token refreshing when multiple Claude Code instances were running at the same time.
  • Fixed shell commands that failed to show a clear error message when the working directory had been deleted.

Improvements

  • Introduced automatic saving of useful context to auto-memory, which can be managed using /memory.
  • Improved prefix suggestions for compound bash commands (like `cd /tmp && git fetch && git push`) to compute smarter per-subcommand prefixes.
  • Improved ordering of short task lists.
  • Improved memory usage in multi-agent sessions by releasing the state of completed subagent tasks.

Claude Code Documentation