fix: the plugin update command is parity@parity, not parity - #341
Merged
Conversation
`claude plugin update parity` fails with "Plugin not found" -- the identifier is name@marketplace. The asymmetry is the trap: the marketplace is `parity`, so `marketplace update parity` is right, but the plugin is `parity@parity`. Fixes the command in the Discord release message and documents both update commands in the README, which only covered install. Verified against the real installation: 0.29.0 -> 0.33.10. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 command the release message tells people to run fails:
The identifier is
parity@parity—name@marketplace. Confirmed against the real install:The trap is the asymmetry: the marketplace is
parity, soclaude plugin marketplace update parityis correct (verified separately), but the plugin isparity@parity. One line takes the bare name, the next doesn't.Changes
publish.yml: the Discord message now saysclaude plugin update parity@parity.README.md: adds the update commands next to the install ones, and calls out the asymmetry — it only documentedinstall, so there was nowhere to check when the command failed.Verified
Both commands run against the real installation, not inferred: the marketplace refresh succeeded, and the plugin went 0.29.0 → 0.33.10.
This is the third correction to these instructions. The first two were written from what the commands looked like they should be; this one is from running them.
Summary by cubic
Corrects the release instructions so plugin updates succeed:
claude plugin update parityfailed with “Plugin not found,” whileclaude plugin update parity@parityupdates the plugin. Users still need to restart Claude Code after updating.paritywhile the plugin usesparity@parity.Written for commit 4be15ab. Summary will update on new commits.