What's wrong with this entry?
Anonymous. No account, no email.
Image Processing Enhancements
- Added new
TG5function for more robust image file handling - Improved error recovery when image processing fails
- Better support for empty image files with specific error messages
- Maintains original media type when fallback processing is used
Configuration Directory Resolution
- Enhanced config directory resolution to respect XDG Base Directory specification
- Priority order:
CLAUDE_CONFIG_DIRenvironment variable (if set)XDG_CONFIG_HOME/claude(if XDG_CONFIG_HOME is set)- Default:
~/.claude
- Example:
export XDG_CONFIG_HOME=/custom/configwill use/custom/config/claude
Multi-Edit Operations
- Added
iK1function to properly handle edit operations with default values - Ensures
replace_allparameter defaults tofalsewhen not specified - Improves consistency in batch edit operations