Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
I see a major latency difference between Cursor CLI and Cursor IDE under the same conditions (same machine, same account, same model).
In CLI, requests often stay in Generating… for a long time before any real tool/file work starts. In IDE, similar requests respond quickly.
Steps to Reproduce
- Set both Cursor CLI and Cursor IDE to the same model (e.g. Claude 4.6 Opus) and use the same account/network.
- Open Terminal, go to your home directory (large workspace scope):
cd /Users/xxx - Start a Cursor CLI chat session from this directory and send a normal coding request (same style as in IDE).
- Observe CLI stays in Generating… for a long time before it starts doing file/tool work.
- Now run the same request in Cursor IDE (same model, same prompt, same machine).
IDE responds much faster and starts work quickly.
Expected: CLI response/startup latency should be close to IDE.
Actual: CLI stays in Generating… much longer before action begins.
Operating System
MacOS
Version Information
Cursor version: 2.5.26
Architecture: arm64
OS: macOS (Apple Silicon)
CLI binary: /usr/local/bin/cursor
CLI version: 2026.02.27-e7d2ef6
Does this stop you from using Cursor
No - Cursor works, but with this issue