It is important that Cascade remembers its instructions in one go. My experience with it working with unit tests with Tanstack Query 5 is that no matter how many times I keep telling it to use only RQ5 (he understands that as Tanstack React Query v5), it gives me snippets from RQ4. I have even asked it why it keeps forgetting. The answer was that it was primarily trained with RQ4. I ended up reminding about RQ5 in every question. This worked better but still I got sometimes to see RQ4 constructions like
suspense
. Then I would say,
suspense
is no RQ5, and it would fix it with apologies only to forget about RQ5 in the next round.
Nevertheless, I find Cascade amazingly good. It helped me to create over 400 unit tests in just three weeks' time parallel to my regular development work.