fix(coding-agent): stop updating packages on startup closes #1963

This commit is contained in:
Mario Zechner
2026-03-18 03:08:25 +01:00
parent 453b22397d
commit f951d45000
4 changed files with 348 additions and 26 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Breaking Changes
- Changed package startup behavior so installed unpinned packages are no longer checked or updated during startup. Use `pi update` to apply npm/git package updates, while interactive mode now checks for available package updates in the background and notifies you when updates are available ([#1963](https://github.com/badlogic/pi-mono/issues/1963))
## [0.59.0] - 2026-03-17
### New Features