Files
OmniRoute/open-sse/services/qoderCliResolve.ts
Austin Liu 5cf3d1fc9c fix(windows): request shell when spawning bare qoder binary name on Windows (fixes #8590) (#8633)
* 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>
2026-07-27 19:08:12 -03:00

4.7 KiB