I recently had an org named “revel8-io” and repo named “revel8-explorer” in GH.
When I changed my org to “hivemindhq-io” and repo to “hivemind-explorer” in GH it appears to have broken the ability for me to connect my cloud agents via Cursor IDE.
Connect a GH account and repository, then rename the org and repository and see if you can connect the GH account / repo in the “Cloud Agents” Cursor IDE settings
Expected Behavior
Should connect just fine and allow user to start using Cloud Agents
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Hey, thanks for the report. I can see the issue in the screenshot. Cloud Agent is still looking for the old repo name (Revel8-io/revel8-explorer) instead of the new one.
I figured it out… I kept wondering why revel8-io/revel8-explorer kept showing up as a “Repository” in those settings even though I had renamed it on GitHub and the issue was that the REMOTE origin for my Git CLI had the old repo still set as the origin.
I was wondering why it kept scanning for that repo even when there was no trace of it in the repository when I search around for it. Apparently that was the issue
Hey, glad you got it figured out! Yeah, that’s exactly the reason. Cursor reads the config from the local Git remote, so the old URL kept being used even after the repo was renamed on GitHub.