The environment appears to build correctly, but the connection to configure it fails immediately. It seems like the remote extension required for background-composer is not being installed or recognized in the cloud environment.
Hey, thanks for the report. This is a known issue with Cloud Agent infrastructure. The error “No remote extension installed to resolve background-composer” is a variation of an exec-daemon issue we’re aware of.
Now it works and you can setup the environment but the usage of Cloud Agents is still random and you don’t have the ability to debug it. I completed the setup and tried to complete some github issues. The first problem I encountered is a permission issue from the gh commands to fetch it. The repository is connected to Cursor correctly and it has the permission to read and write inside it. Then I started to execute it directly from github adding “@cursor” in the comment of the issue to trigger the bot. It worked fine but it wasn’t using the branch selected as default in Cursor dashboard configuration and not reading the rules I prepared for the agent. Then I merged all the content into the main branch to be sure it would read those rules. Now after I comment the issue to start the agent a new workspace is created but it’s empty. I can’t even see the preparation of the workspace like building it or launching the initialization script I had in the environment. It just shows the default prompt when triggered from github comment but it stops there and says it’s completed. No errors showing or either suggestions. For me now Cursor is usable only from my PC but all the cloud part is not reliable. @deanrie