Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.61 Home All releases olderv1.0.60 v1.0.62newer
Claude Code v1.0.61

New Features

Enhanced Clipboard Integration for macOS

  • Improved image paste handling: The CLI now includes better support for pasting images from the clipboard on macOS
  • Screenshot detection: Automatically detects when users paste screenshots (e.g., from macOS screenshot tool) and handles them appropriately
  • Clipboard polling: Added a 50ms polling mechanism to check for clipboard images when paste events are detected

Flag Settings Support

  • New settings type: Added flagSettings as a new configuration type alongside existing settings (userSettings, projectSettings, localSettings, policySettings)
  • Flag settings path management: New functions to get and set the flag settings path:
  # The CLI now supports flag-based configuration settings
  # These are separate from user/project/local settings

See this entry in the whole of v1.0.61 →