this isn’t a BUG. Rather it’s a customized improvement.
There’s an issue that wastes time, especially when using cursor as agent with more than 50 request in 1 prompt, sometimes a very long response comes for those requests and I get Error calling tool 'edit_file'.
or Tool call timed out after 5000ms
this isn’t a problem because cursor tries again by splitting the task on multiple edit_file calls supposedly. I don’t want it to crash to do that trick.
so either tell me why this is happening (internet connection, weak PC) so I can fix the root of the problem or tell me how can I make cursor avoids this thing maybe by adding a pre-script prompt in the settings.
thanks!