cursor will loop to read and analyze the same file and cannot stop, and the token consumption is particularly fast,Problems that occurred after updating to the latest version
From the screenshot, it looks like the agent gets stuck in a loop and keeps reading FileBrowserViewModel.kt over and over without moving forward. This is a known issue that can happen with some models and prompts.
Here are a few things to try:
Try a different model. Switch from composer-1 to Claude Sonnet 4.5 or GPT-5.2 and see if the loop still happens.
Stop and rephrase. When you notice the loop starting, stop generation and try breaking the task into smaller steps.
Start a new chat. If the loop starts, open a new chat instead of continuing the current one.
Question: does this happen consistently with the same prompt, or is it random? Also, are you using Agent mode or Ask mode?