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.111 Home All releases olderv1.0.110 v1.0.112newer
Claude Code v1.0.111

Read File Caching for At-Mentions

What: Files mentioned with @ are no longer re-read if they haven't been modified since the last read.

Details:

  • Prevents redundant file reads when the same file is mentioned multiple times
  • Checks file modification timestamps before reading
  • Returns cached content if file is unchanged
  • New already_read_file attachment type (not shown to user)
  • Primarily benefits files that were written by Claude during the session
  • Evidence: PE0() at line 398623 with timestamp checking at lines 398630-398649

See this entry in the whole of v1.0.111 →