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???
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.
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.