Hello everyone,
Recently, I’ve encountered some troublesome issues with Cursor in actual development, and I’d like to discuss them with you to find better solutions. I really appreciate your help.
The issues I find troublesome:
-
When entering commands in COMPOSER to test an interface, Cursor compiles the project. However, before executing the compile command, I have to manually click once for Cursor to proceed. Is there a way to let Cursor execute the command directly without my confirmation?
-
I start the project, copy the interface parameters from the AI-generated test cases into Postman, and manually send a request. If the interface fails, I check the error message in the console, manually copy it into COMPOSER chat, let it generate a fix, restart the project, and retry the request. Is there a more automated way, such as having COMPOSER automatically handle the errors without requiring my confirmation?
I even considered finding an official Cursor API that could retrieve console error messages and send them to COMPOSER chat for automatic processing. However, I feel like such an API might not exist.