I’m having a fairly major problem with Cursor’s apply model using Composer agent mode for any model that supports agent mode.
Steps to reproduce:
- Ask an agent model to make any change to a file containing typographic quotes
Expected:
The changes made are restricted to the scope of what the agent generates, and typographic quotes are left unchanged
Actual:
Cursor’s apply model changes typographic quotes (i.e. “ ‘ ” ’ ) across the entire file in completely unrelated code to straight quotes " ', having nothing to do with what I asked for, which sometimes can cause linter errors, or, when within a string, can cause an application to break:
Notes:
Adding a rule to “Rules for AI” or cursor rules doesn’t help, because it’s the apply model that applies the diffs that has the problem. Tried with Claude and o3-mini, neither produce suggested code having anything to do with the affected parts.
Cursor version:
0.45.11, MacOS Sequoia
Tell us if the issue stops you from using Cursor:
Not the end of the world but it is problematic - requires manually scanning and rejecting multiple lines of code just to accept a single change