Make cursor REMEMBER ITS CONTEXT!

cursor after several chats it KEEPS FORGETTING it’s context!!!
I am using to code in flutter and have to keep attaching the same 2-3 files when the fixes are needed. WHY???

Version: 0.46.11 (Universal)
VSCode Version: 1.96.2
Commit: ae378be9dc2f5f1a6a1a220c6e25f9f03c8d4e10
Date: 2025-03-07T06:44:15.844Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin x64 23.6.0

1 Like

Its how context windows work. Cursor optimizes it so you can use it cheap, but that also means it will forget things.

An alternative is using something that does not mess with the context window, but be prepared for burning big bucks. An euro per message isn’t that uncommon, so its easy to burn 50 bucks in matter of minutes.

Hey, you need to start a new chat as often as possible, ideally for each task.

@ViezeVingertjes really?

Thanks @deanrie I may have to try that.

Well, yes. But keeping it small or breakdown the task and do it in smaller steps works wonders with cursor. Refresh its memory before each one and it should stay on track.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.