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.28 Home All releases olderv1.0.27 v1.0.29newer
Claude Code v1.0.28

Improvements

Image Processing Enhancements

  • Added new TG5 function 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:
  1. CLAUDE_CONFIG_DIR environment variable (if set)
  2. XDG_CONFIG_HOME/claude (if XDG_CONFIG_HOME is set)
  3. Default: ~/.claude
  • Example: export XDG_CONFIG_HOME=/custom/config will use /custom/config/claude

Multi-Edit Operations

  • Added iK1 function to properly handle edit operations with default values
  • Ensures replace_all parameter defaults to false when not specified
  • Improves consistency in batch edit operations

See this entry in the whole of v1.0.28 →