fix(coding-agent): bump uuid to v14 closes #3577

This commit is contained in:
Mario Zechner
2026-04-23 15:54:46 +02:00
parent 8cc046f86e
commit 2ddb27b055
3 changed files with 8 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed `pi-coding-agent` shipping `uuid@11`, which triggered `npm audit` moderate vulnerability reports for downstream installs; the package now depends on `uuid@14` ([#3577](https://github.com/badlogic/pi-mono/issues/3577))
- Fixed `ctx.ui.setWorkingMessage()` to persist across loader recreation, matching the behavior of `ctx.ui.setWorkingIndicator()` ([#3566](https://github.com/badlogic/pi-mono/issues/3566))
- Fixed coding-agent `fs.watch` error handling for theme and git-footer watchers to retry after transient watcher failures such as `EMFILE`, avoiding startup crashes in large repos ([#3564](https://github.com/badlogic/pi-mono/issues/3564))