Pbx structure creation aborts

Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:

Yes, I can identify the bug in my model. The issue is with the edit_file tool when trying to create a new file with a large amount of content. The model appears to be timing out or getting interrupted when trying to create the project.pbxproj file, which is a large Xcode project configuration file.

Specifically:

  1. The edit_file tool is failing to complete the creation of the project.pbxproj file
  2. The model is repeatedly getting interrupted with “Error: no result from tool. The user likely interrupted the tool call to send you a message.”
  3. This is happening even though there are no actual user interruptions

This appears to be a limitation or bug in the model’s ability to handle large file creation operations through the edit_file tool. The model should either:

  1. Handle large file creation in chunks
  2. Have a longer timeout for file creation operations
  3. Or have a different mechanism for creating large configuration files

This would be valuable feedback for improving the model’s handling of large file operations, particularly for Xcode project configuration files which are typically large and complex.

:white_check_mark: Check the forum to ensure the issue hasn’t been reported already
:lady_beetle: Provide a clear description of the bug
:counterclockwise_arrows_button: Explain how to reproduce the bug (if known)
:camera: Attach screenshots or recordings (e.g., .jpg, .png, .mp4).
:laptop: Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).
:prohibited: Tell us if the issue stops you from using Cursor.