AI chat panel not responding

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I got this issue right after updating Cursor app today. The ai chat has not been responding and the chat panel kept showing either the error message below or simply staying at “generating”.

(Note: I can still manually edit and run the code; I also ran the diagnosis for the network and was all good)

Please help. Thank you!

{“error”:“ERROR_CUSTOM”,“details”:{“title”:“Agent Execution Timed Out”,“detail”:“The agent execution provider did not respond within 4 seconds. This may indicate the extension host is not running or is unresponsive.”,“isRetryable”:false,“shouldShowImmediateError”:true,“additionalInfo”:{},“buttons”:[{“label”:“Reload Window”,“reloadWindow”:{}}],“planChoices”:}}

Steps to Reproduce

n/a

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.3.15 (system setup)
VSCode Version: 1.105.1
Commit: bb2dbaacf30bb7eb9fd48a37812a8f326defa530
Date: 2025-12-30T20:30:37.151Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT arm64 10.0.26200

For AI issues: which model did you use?

any models same issue

For AI issues: add Request ID with privacy disabled

Request ID: c2ce480f-9170-44dd-9a49-a7efa6857b2c

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report.

Usually this error happens because Git is missing. Agent mode needs Git installed to work.

Try this:

  1. Check Git: open Command Prompt and run git --version
  2. If Git isn’t installed: download it from Redirecting… and make sure you select the “Add Git to PATH” option during setup
  3. After installing, fully restart Cursor
  4. If the issue still happens, enable Legacy Terminal Mode:
    • Ctrl+Shift+J → Agents → Inline Editing & Terminal
    • Turn on “Legacy Terminal Tool”
    • Ctrl+Shift+P → “Terminal: Kill All Terminals”
    • Fully restart Cursor

Similar cases: Stuck with timeouts?

Let me know if installing Git fixed it.

11 posts were merged into an existing topic: Stuck with timeouts?