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
fix(updatecheck): version-pin or omit commands for prerelease targets; banner guidance fallback (Spec 079 US2)
Cross-model review round 2 fixes:
- Prerelease targets (rc channel / MCPPROXY_ALLOW_PRERELEASE_UPDATES):
prereleases are published only to the GitHub pre-release channel, so
the generic package-manager commands would not deliver them — brew/
apt/dnf serve stable artifacts and Go's @latest resolves to the newest
stable. When the offered version is a prerelease only go-install now
gets a command, pinned to the exact version; every other channel
omits the command and falls back to guidance (FR-009).
- Web UI banner: channels that intentionally have no safe command
(dmg/windows-installer/docker/tarball/unknown) now render the same
guidance line as status/doctor instead of nothing, mirroring
internal/updatecheck.GuidanceLine (FR-009/FR-010).
0 commit comments