fix(package-manager): ignore managed npm folders in cloud sync

closes #4763
This commit is contained in:
Armin Ronacher
2026-05-20 11:40:46 +02:00
parent 04e93af5c4
commit 9fdc54b6f0
3 changed files with 21 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
- Fixed AgentSession retry, compaction, and event settlement to use the awaited agent lifecycle instead of a separate event queue, and added `willRetry` to `agent_end` session events.
- Fixed the subagent extension's parallel mode to return useful per-task output and failed-task diagnostics to the parent model instead of 100-character previews ([#4710](https://github.com/earendil-works/pi/issues/4710)).
- Fixed Windows local bash execution to hide helper console windows when launched from background SDK processes ([#4699](https://github.com/earendil-works/pi/issues/4699)).
- Fixed managed npm extension folders to set cloud-sync ignore metadata where supported ([#4763](https://github.com/earendil-works/pi/issues/4763)).
## [0.75.3] - 2026-05-18