- The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.Request ID: 2f386468-c5ae-4d2a-8d2b-a93dd63ec173
- always index ,always loading,how to close index?
Hey, I can see a screenshot with the error “Agent Execution Timed Out” and indexing stuck. This is a known issue related to the extension host.
Try these steps in order:
-
Check your OS and Cursor version in Help > About. If you’re on macOS, check the contents of cursor-socket:
ls -la "/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-socket/"If there is no
out/folder but there is adist/folder, create a symlink:cd "/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-socket" ln -s dist outThen restart Cursor.
-
Try running
cursor --disable-extensionsin Terminal. This helps confirm if an extension is causing it. -
Indexing showing “Loading” is likely because the extension host isn’t running. Once the agent works again, indexing should start working too. If you want to turn it off: Cursor Settings (not VS Code settings) > Indexing & Docs > turn off Codebase Indexing.
-
About the plan issue showing Free instead of Pro after login, email [email protected] and the billing team can help.
Send your Cursor version, OS, and the result of the cursor-socket check, and I’ll suggest next steps.
