Hey, thanks for the report. Unfortunately, there aren’t enough details in the post. There’s no Cursor version, no exact commands, and no info about your shell. That makes it hard to diagnose.
Try the following:
macOS/Linux with custom shell themes (Powerlevel10k, Starship)
The official docs fix is to add this to ~/.zshrc:
if [[ -n "$CURSOR_AGENT" ]]; then
ZSH_THEME=""
PROMPT='%n@%m:%~%# '
else
[[ -r ~/.p10k.zsh ]] && source ~/.p10k.zsh
fi