Bump plugin version to 0.7.1 - #43
Merged
Merged
Conversation
Ships #42 (skills now use 'entire checkpoint explain' instead of the removed top-level 'entire explain') to plugin installs, which key their cache on this version. Co-Authored-By: Claude Fable 5 <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.
Why
#42 fixed 8 skills that still invoked the removed top-level
entire explaincommand, but plugin installs cache by manifest version, so they keep serving 0.7.0 until the version moves.What changed
0.7.0→0.7.1in all six manifests (.claude-plugin/plugin.json,.claude-plugin/marketplace.json,.cursor-plugin/plugin.json,.codex-plugin/plugin.json,gemini-extension.json,package.json), matching how #30 bumped previously.🤖 Generated with Claude Code
Note
Low Risk
Manifest-only version bump with no logic or dependency changes.
Overview
Bumps the published plugin version from 0.7.0 to 0.7.1 in all six install manifests: Claude (plugin + marketplace), Cursor, Codex, Gemini (
gemini-extension.json), and rootpackage.json.There is no skill or runtime code change—only version fields. The bump is meant to force plugin marketplaces and caches to pick up skill fixes (e.g. removing calls to the dropped
entire explaincommand) that would otherwise keep serving the cached 0.7.0 bundle.Reviewed by Cursor Bugbot for commit 809406c. Configure here.