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
🤖 fix: disable detached mode on Windows for PowerShell wrapper
On Windows, detached:true creates a separate console window which
interferes with output capture when combined with PowerShell's
-WindowStyle Hidden.
The detached option is primarily needed on Unix for process group
management. On Windows with the PowerShell wrapper, we don't need
it and it actively breaks stdout/stderr capture.
0 commit comments