The AI assistant in Cursor cannot automatically apply changes to project files. Every time the assistant suggests a fix (for example, for background.js), the changes do not appear in the editor, and I have to make them manually. There are no obvious errors related to AI or the file system in the DevTools console (Help → Toggle Developer Tools → Console) — only standard messages from workbench.desktop.main.js, which I believe are unrelated. What I have tried: Restarted Cursor. Checked write permissions for the working directory. Made sure files are not open in other editors. Tried working with a project located in OneDrive (~/Library/CloudStorage/OneDrive-Personal/vs_project/jobResearch). Checked for logs in ~/Library/Logs/Cursor/ and ~/Library/Application Support/Cursor/logs/ — these directories do not exist. Expected behavior: Changes suggested by the AI assistant should be automatically applied to project files without manual editing. Actual behavior: Changes are not applied, I have to edit files manually. Additional info: macOS: Darwin 23.5.0 Project is located in OneDrive Cursor version: (please specify your version if you know it) Example of code that is not applied automatically: Apply to background.j... chrome.runtime.onMessage.addListener((message, sender, sendResponse) => { // Just logging messages if needed console.log(\"Received message in background:\", message); }); Only these messages appear in the DevTools console: B @ workbench.desktop.main.js:46 fire @ workbench.desktop.main.js:46 ... Question: How can I solve this problem? Are there any restrictions on automatically applying changes to files located in cloud folders (OneDrive)? Where can I find more detailed logs for diagnostics?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by takeahot and has received 2 comments.