You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
AI Assistant's terminal command execution defaults to PowerShell on macOS,
ignoring the configured zsh shell and causing command execution issues.
Steps to Reproduce:
Open Cursor on macOS with zsh as default shell
Use AI Assistant to execute any terminal command
Observe PowerShell prompt and formatting in output
Expected:
Use system's configured shell (/bin/zsh)
Show zsh formatting
Maintain shell environment between commands
Actual:
Commands show PowerShell prompt:
PS /Users/davewetherill/Documents/Projects/glitch>
Even when explicitly using zsh:
PS > /bin/zsh -c 'command'
Impact:
PowerShell syntax conflicts with Unix commands
Directory operations may fail
Environment variables handled incorrectly
Breaks macOS development workflow
System Info:
PSReadLine: 2.3.5
PowerShell: 7.4.6
OS: Darwin 24.2.0
The text was updated successfully, but these errors were encountered:
title: AI Assistant Uses PowerShell Instead of zsh on macOS
labels: bug, shell-configuration, macos
Environment:
Description:
AI Assistant's terminal command execution defaults to PowerShell on macOS,
ignoring the configured zsh shell and causing command execution issues.
Steps to Reproduce:
Expected:
Actual:
Commands show PowerShell prompt:
PS /Users/davewetherill/Documents/Projects/glitch>
Even when explicitly using zsh:
PS > /bin/zsh -c 'command'
Impact:
System Info:
PSReadLine: 2.3.5
PowerShell: 7.4.6
OS: Darwin 24.2.0
The text was updated successfully, but these errors were encountered: