fix(coding-agent): harden fd/rg bootstrap on windows

fixes #1348
This commit is contained in:
Mario Zechner 2026-02-26 00:19:43 +01:00
parent ef8c950357
commit 3db5715de4
4 changed files with 133 additions and 23 deletions

View file

@ -6,6 +6,7 @@
- Fixed offline startup hangs by adding offline startup behavior and network timeouts during managed tool setup ([#1631](https://github.com/badlogic/pi-mono/pull/1631) by [@mcollina](https://github.com/mcollina))
- Fixed Windows VT input initialization in ESM by loading koffi via createRequire, avoiding runtime and bundling issues in end-user environments ([#1627](https://github.com/badlogic/pi-mono/pull/1627) by [@kaste](https://github.com/kaste))
- Fixed managed `fd`/`rg` bootstrap on Windows in Git Bash by using `extract-zip` for `.zip` archives, searching extracted layouts more robustly, and isolating extraction temp directories to avoid concurrent download races ([#1348](https://github.com/badlogic/pi-mono/issues/1348))
## [0.55.0] - 2026-02-24