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 v2.0.25 Home All releases olderv2.0.24 v2.0.26newer
Claude Code v2.0.25

Enhanced Editor Wait Flag Support

What: Improved external editor integration now supports Sublime Text with proper blocking behavior Details:

  • VS Code continues to use code -w for blocking behavior
  • Sublime Text now properly configured with subl --wait
  • Refactored from inline conditional to extensible configuration map
  • Makes future editor additions straightforward
  • Evidence: Fy8 configuration map at line 431215 with usage at line 431189 in v2.0.25 vs inline ternary at line 431126 in v2.0.24

See this entry in the whole of v2.0.25 →