I am experiencing a critical issue where the chat refuses to process even the shortest prompts, claiming the message is too long. Additionally, when the AI does respond, the answers are incoherent or completely irrelevant to the context.
Steps to Reproduce
write 1+1
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Thanks for providing the request ID! Based on your details, the large Java file (1200+ lines) combined with your .cursorrules is likely causing the token limit to be exceeded even with simple prompts.
Immediate solutions:
Detach the large Java file: Close it in your editor
Switch to a larger context model: Try Claude Sonnet 4.5 1m or Gemini 3 with max mode - they handle more context
Test with extensions disabled: Run cursor --disable-extensions in terminal (based on a similar issue)
Recommended solution:
Split your large Java file into smaller classes/modules - 1200+ lines in a single file is difficult for AI models to process efficiently. Breaking it into logical components will solve this issue permanently.
Additional diagnostics:
Could you please share console logs? Help → Toggle Developer Tools → Console tab
Try sending “1+1” again
Screenshot any errors
Let me know if switching models or detaching the file helps.