Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 456 Bytes

File metadata and controls

5 lines (4 loc) · 456 Bytes
react-doctor patch

Fix Cursor agent handoff on Windows. Cursor installs its CLI as a PowerShell-wrapped .cmd that Node's spawn() cannot execute without shell: true (which would mangle the multi-line handoff prompt). The launcher now resolves Cursor's bundled node.exe + index.js under %LOCALAPPDATA%\cursor-agent\versions\<latest>\ and spawns it directly — preserving argv integrity and bypassing the PowerShell hop. Closes #964.