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.105 Home All releases olderv0.2.104 v0.2.106newer

@-mention File References

  • Markdown @-mention parsing: The CLI now detects and resolves file paths mentioned with @ syntax in markdown content
  • Line number support: File references can include line numbers using GitHub-style syntax: @filename.js#L10-20
  • Smart path detection: Automatically identifies valid file paths in @-mentions while filtering out email addresses and other non-path content
Example usage
# In your message to Claude:
"Please review the code @./src/main.js#L45-60 and compare it with @~/projects/other/utils.js"

See this entry in the whole of v0.2.105 →