You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:PackStatus now reflects updates found by a background auto_check. The headless check and the windowed UI shared no state, so plugins with pending updates were left unhighlighted even after the "updates available" notification. An in-memory cache now bridges the two: the background check stores its results and PackStatus surfaces them on open, without a second network round-trip. A live re-check (r / :PackUpdate) still supersedes the cache.