Without doubt, the MOST frustrating Cursor issue is STILL: zsh: command not found: q

Describe the Bug

Cursor Agent is STILL typing the letter ‘q’, causing this stupid terminal error.

However, the most frustrating part is that this hasn’t been resolved yet, despite multiple requests:

Come on team Cursor, this one can’t be too complex to resolve. It’s stalling all Agent-run terminal interactions.

Steps to Reproduce

Ask the agent to do literally anything that involves the terminal using zsh

Expected Behavior

The agent DOES NOT WRITE THE LETTER ‘q’

That’s it!

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.6 (user setup)
VSCode Version: 1.96.2
Commit: 5b19bac7a947f54e4caa3eb7e4c5fbf832389850
Date: 2025-06-25T02:20:02.577Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

2 Likes

Hey, the team are actively working on this issue at the moment, and we hope to have this resolved soon!

4 Likes

Thanks Dan! Good to hear.

Sorry about the rant…

2 Likes

Also, the problem is that my Windows operating system is not in English, and these symbols are always in the terminal And also often there is an eternal hang often

Not sure if that’s the same bug? Can you post a screenshot

This is compounded when the Amazon Q CLI is enabled, which then captures all following terminal requests (Using Amazon Q Developer on the command line - Amazon Q Developer).

1 Like

I found problem in oh-my-zsh theme:
(in .zshrc)
ZSH_THEME=“powerlevel10k/powerlevel10k”

Just replace with:
ZSH_THEME=“robbyrussell”

(maybe beed to update omz too)