What's wrong with this entry?
Anonymous. No account, no email.
- 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"