After update cannot use cursor!

  1. 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
  2. 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:

  1. 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 a dist/ folder, create a symlink:

    cd "/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-socket"
    ln -s dist out
    

    Then restart Cursor.

  2. Try running cursor --disable-extensions in Terminal. This helps confirm if an extension is causing it.

  3. 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.

  4. 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.