feat(coding-agent): batch package updates

closes #2980
This commit is contained in:
Mario Zechner
2026-04-20 22:56:26 +02:00
parent 968430f63e
commit e4f7fe7bb7
3 changed files with 218 additions and 33 deletions

View File

@@ -9,6 +9,7 @@
### Changed
- Changed `pi update` to batch npm package updates per scope and run git package updates with bounded parallelism, reducing multi-package update time while preserving skip behavior for pinned and already-current packages ([#2980](https://github.com/badlogic/pi-mono/issues/2980))
- Documented async extension factory functions in the extensions and custom-provider docs, including startup ordering and dynamic model/provider discovery via async initialization ([#3469](https://github.com/badlogic/pi-mono/issues/3469))
### Fixed