Documentation-only release shipping the corrected upgrade path. No Host or client code changes.
Changed
- README install command pins
@latest:dsh plugin --profile web add dsh-plugin-console@latest— fresh installs always resolve the newest release at install time. - Documents that re-running the bare install command
dsh plugin --profile web add dsh-plugin-consoledoes not upgrade an existing profile: pnpm keeps the already-pinned^x.y.zrange and reports "Already up to date". Upgrade viaadd dsh-plugin-console@latestor the built-in one-click self-update (Settings → Plugin manager → Installed), then restartdsh weband refresh the browser. - New troubleshooting section: registry/mirror sync lag, checking the profile's actual pinned/installed versions, missing restarts.
- RELEASING.md: hardcoded example versions replaced with
<version>placeholders; post-publish verification steps added.
Upgrade: dsh plugin --profile web add dsh-plugin-console@latest, then restart.