Feature request for product/service
Cursor IDE
Describe the request
I’ve found that in Claude Code and Gemini CLI, when a file is referenced preceded by @, it’s automatically included in the context, whereas if only the path is specified, the model decides whether to load it or not.
# AGENTS.md
# spain.md is always read on some tools like Gemini.
When the user asks about Spain, read @./docs/spain.md
# france.md is read on demand on some tools.
When the user asks about France, read ./docs/france.md
Neither Cursor nor Cursor CLI follows this pattern, and it would be good to standardize it or clarify how it works in the documentation.
I’ve written a blog post with a demonstration:
Operating System (if it applies)
Linux