docs(changelog): clarify the OneCLI gateway is a separate, operator-driven upgrade#2775
Merged
Merged
Conversation
…riven upgrade The breaking notice said the onecli setup step enforces the pinned versions, which is only true for fresh installs — on an existing install, updating does not upgrade the running gateway. Clarify that the gateway is separate: /update-nanoclaw upgrades it when the pin moves, otherwise upgrade manually per docs/onecli-upgrades.md.
This was referenced Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
[BREAKING]notice for the@onecli-sh/sdk2.2.1 bump said theoneclisetup step "enforces" the pinned versions. That's only true for fresh installs — on an existing install, updating NanoClaw does not upgrade the running gateway, so the notice gave a false sense that the update handled it.Clarifies that the gateway is a separate component:
/update-nanoclawupgrades it when the pin moves (#2774), otherwise upgrade manually perdocs/onecli-upgrades.md. Wording only — no behavior change.