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
flagSettingsas 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