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

Debug Log Path Display

What: Debug mode now shows the actual log file path instead of the symlink Details:

  • Previously displayed: ~/.claude/debug/latest (symlink)
  • Now displays: ~/.claude/debug/1234567890.txt (actual file)
  • Makes it clearer which specific file is being written to
  • Improves troubleshooting when multiple debug sessions exist
  • Evidence: fc() function at line 3821 used at lines 441483 and 441622 in v2.0.25

See this entry in the whole of v2.0.25 →