Previously if Cursor edited a file in Agent mode or Composer, it would gracefully handle when an output from the LLM was too long when editing a file (or perhaps it didn’t but worked better in other wise)
Now, when for example Claude 3.7 is outputting a file, if it exceeds its output limit, it just shows a cross next to the file and agent stops working.
I wasted a ton of credits before I figured this out - and even worse, I can’t see where it got up to in the edit because that’s now completely hidden. It just rejects the change and doesn’t show me the suggested code
It would be great if
- This can be handled gracefully or even better, automatically continue without needing to notify the user
- As an ultimate fallback, be able to access the diffs as for some reason after a particular update the cursor team decided it would be better if we only see applied diffs and not the base LLM response when we want to see the suggested code
Thanks