mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
* fix(windows): request shell when spawning bare qoder binary name on Windows (fixes #8590) Post Node CVE-2024-27980, spawn('qodercli', [], { shell: false }) fails with ENOENT on Windows when command is a bare binary name without extension. Enabling shell mode for bare command names allows cmd.exe to resolve .cmd / .bat wrappers from PATH. * fix(windows): ensure windowsHide: true on open-sse qoder/devin child spawns --------- Co-authored-by: Austin Liu <austinliu@Austins-MacBook-Air-3.local>