Cursor using one bug fixes the other bug in loop

it is a complex problem, my project is large and complex, involving many complex logic. there are more than two bugs or conflicts. for example, when cursor fixes one problem A, it will bring in a new problem B , when fix problem B it will bring in one more problem C, but fix C need bring back A.
then it becomes an endless loop, it seems cursor can’t remember previous resolutions, even it can remember, but after serval requests, it will forget, fall into the endless loop again.

so i feel this issue real effect efficiency, so can cursor remember all the resolutions to prevent it fall into endless fixing loops。

Hey, unfortunately, this happens due to the context window overflow, which causes the model to hallucinate. Starting a new session should resolve the issue.