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
refactor(updater): default auto-update to notify-only (#35)
Auto-upgrades are a piece of remote-driven control state: they can silently
change what `openboot <same command>` does from one run to the next. For a
tool that people run occasionally rather than daily, that tradeoff isn't
worth it — a visible "new version available" notice is enough.
LoadUserConfig now defaults to AutoUpdateNotify. Users who want the
previous silent self-upgrade behavior can still opt in by setting
"autoupdate": "true" in ~/.openboot/config.json; "false" still fully
silences the check. Tests updated to match the new default.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments