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 v0.2.79 Home All releases olderv0.2.78 v0.2.80newer
Claude Code v0.2.79

New Features

🆕 Local File Context Command

  • Added a new files command that lists all files currently in context
  • Usage: Simply type files to see which files Claude is currently aware of
  • Useful for keeping track of what files you're working with in longer sessions

Enhanced Directory Support for @-mentions

  • You can now @-mention directories in addition to files
  • When you @-mention a directory path, Claude will include the directory's contents in context
  • Example: @src/components will include information about all files in that directory

Improved Large File Handling

  • Large files that exceed size limits are now partially loaded instead of being completely skipped
  • When a file is too large, the first 100 lines are loaded with a truncation indicator
  • This ensures you can still reference and work with large files, even if only partially

See this entry in the whole of v0.2.79 →