Feature request for product/service
Chat
Describe the request
Many times in various projects I needed context from a different github repo other than I am currently working on.
This includes for example:
- A repo with an API that doesnt have docs.
- A repo with an SDK.
- A repo with a feature that I want to recreate in the current project.
Currently I need to open github copilot on github, where i can attach a github repo as context, source of information, ask a question, and then copy the response to cursor. Other option is to clone the repo, open it in cursor, ask it to create a documentation in .md format and then copy the .md file to the project we want the context in.
If I could reference a github repo (even private one) right in cursor’s chat, that would me much more convinient.