fix(coding-agent): disable managed extension peer resolution

closes #4907
This commit is contained in:
Armin Ronacher
2026-05-23 14:15:00 +02:00
parent 30f48feae7
commit 15f1dea8df
3 changed files with 57 additions and 9 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed managed npm extension updates to avoid package managers installing or resolving pi host packages as peer dependencies ([#4907](https://github.com/earendil-works/pi/issues/4907)).
## [0.75.5] - 2026-05-23
### New Features