Cursor-cli crash

Where does the bug appear (feature/product)?

Cursor CLI

Describe the Bug

One time cursor-cli crash. Not sure if this stacktrace is useful at all.

9:
10:
11:

  • xe (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:747302)
  • Ne (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:746827)
  • un (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:762716)
  • ln (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:762328)
  • (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/1931.index.js:1:338799)
  • (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/1218.index.js:1:14562)
  • dr (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:790594)
  • qr (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:802375)
  • Ur (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:802259)
  • qr (/root/.local/share/cursor-agent/versions/2026.07.08-0c04a8a/index.js:8:802420)

Error: Minified React error #185; visit Minified React error #185 – React for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

Steps to Reproduce

Can’t reproduce.

Operating System

Linux

Version Information

2026.07.08

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report, and the stack trace is actually helpful here.

This is Minified React error #185 (Maximum update depth exceeded). It’s a crash in the CLI TUI layer. For now it looks like a one-off, and we can’t reproduce it reliably, so it’s hard to pin down the cause without a stable repro.

A couple things that would help:

  • Update the CLI to the latest version with cursor-agent update, or reinstall using the instructions. On 2026.07.08 you weren’t on the newest build, and there may have been render fixes.
  • If it happens again, reply here with what you were doing at the time. Which command or input, whether you had an overlay like /mcp or /skills open, fast typing or deleting text, etc. Even a rough set of steps will speed up the investigation a lot.

Good news is the CLI keeps working after this, so it’s not a blocker. Let me know if you hit it again.