Hey, thanks for the report. The error indicates /usr/bin/arch is being launched with an invalid -l argument. That usually points to a terminal configuration issue.
Could you share:
Terminal settings from settings.json Cmd + Shift + P → “Preferences: Open User Settings (JSON)”, especially:
terminal.integrated.defaultProfile.osx
terminal.integrated.profiles.osx
terminal.integrated.automationProfile.osx
Whether you recently changed terminal/shell settings or updated Cursor
Any custom shell configs .zshrc, .bashrc that might add launch arguments
Quick workaround:
Cmd + Shift + P → “Terminal: Select Default Profile”
Pick your preferred shell zsh or bash and try again
This will help us find where the invalid -l flag is coming from. Let me know what you find.