I updated to ios 27 and no agents will send in cursor. It’s the same error everytime:
Request ID: b041e4cd-55e5-47bc-98b5-c5b1d22293ce
{“error”:“ERROR_EXTENSION_HOST_TIMEOUT”,“details”:{“title”:“Agent Execution Timed Out”,“detail”:“The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.”,“isRetryable”:false,“shouldShowImmediateError”:true,“additionalInfo”:{},“buttons”:[{“label”:“Reload Window”,“reloadWindow”:{}}],“planChoices”:}}
The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.
Agent Execution Timed Out [deadline_exceeded]
ConnectError: [deadline_exceeded] Agent Execution Timed Out
at vum (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:8866:39609)
at Hvi.waitForProviderRegistration (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:8866:45097)
at async KJl._waitForPushRequestContextProviderRegistration (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:20833:3630)
at async lWe (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:7526:11655)
at async vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:20833:10618
at async lWe (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:7526:11655)
at async KJl.streamFromAgentBackend (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:20833:10515)
at async KJl.getAgentStreamResponse (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:20833:38905)
at async fHe._submitChatMaybeAbortCurrent (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:8848:4456)
at async fHe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.glass.main.js:8843:67470)
For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)
For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…
Additional Information
Add any other context about the problem here.
Does this stop you from using Cursor?
Yes - Cursor is unusable
Sometimes - I can sometimes use Cursor
No - Cursor works, but with this issue
The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!
Hey @Clement_Decrop, thanks for the report. I’ve merged this with your earlier thread so we keep everything in one place. The macOS 27 update is the trigger here (the error you pasted comes from the Mac app, not the iOS app).
macOS 27 does not carry Rosetta over when you upgrade. If an Intel-only git is first on your PATH (usually an older Homebrew install in /usr/local/bin), Cursor’s agent helper waits on it forever and the Agent window times out. We’re working on handling this gracefully, but you can fix it on your side right now.
Can you try this?
Quit Cursor completely (Cmd+Q).
Open Terminal and run: file "$(which git)"
If the output says x86_64 and not arm64, do ONE of these:
a. Reinstall Rosetta: softwareupdate --install-rosetta --agree-to-license
b. Or remove the old Intel git so Apple’s built-in one is used: sudo rm -f /usr/local/bin/git
c. Or keep it but point Cursor at Apple’s git: Cmd+Shift+P, “Preferences: Open User Settings (JSON)”, add "git.path": "/usr/bin/git"
Reopen Cursor and send a short prompt in the Agent window, for example “list the files in this project”.