opencode
opencode copied to clipboard
fix: resolve Windows spawn ENOENT error in SDK
Adds shell: true to spawn calls in createOpencodeServer and createOpencodeTui functions. This allows Node.js to properly resolve opencode executable on Windows while maintaining Unix compatibility. Fixes #2812