fix(coding-agent): use shell execution for spawn on Windows

fixes #1220
This commit is contained in:
badlogic 2026-02-04 02:15:22 +01:00
parent 91481a1e63
commit ffb647cece
2 changed files with 11 additions and 11 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Windows package installs regression by using shell execution instead of `.cmd` resolution ([#1220](https://github.com/badlogic/pi-mono/issues/1220))
## [0.51.4] - 2026-02-03
### New Features