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
The cached update-available notice now also appears in every command's meta.notices (CLI-SPEC §3, §14), read only from the local cache with zero network I/O — business commands surface the cached notice without ever phoning home. It is omitted when the cache has nothing to report. The active-check commands (context / doctor / update --check) keep their fresh data.notices view.
Update notices are now severity-graded at check time from the embedded CHANGELOG delta between the running and latest versions: warning when the delta contains a security entry or the latest crosses a major version, otherwise info (critical is reserved). The computed severity is stored in the cache, so the cached meta.notices carries the right level.