Skip to content

Plugin manifest still at 0.0.8 while 0.0.9 is advertised #69

Description

@crsmoore

Summary

The 0.0.9 release is advertised but isn't actually installable.

latest.json and package.json are at 0.0.9, but the plugin manifest plugin/.claude-plugin/plugin.json is still 0.0.8 on main.

Claude Code resolves the installable version from the manifest, so /plugin install supermemory@supermemory-plugins resolves to 0.0.8, sees it's already installed, and does nothing.

Impact: Users get a persistent "v0.0.9 available" update notice that no update action can ever satisfy, because there's no 0.0.9 manifest to install.

Steps to reproduce

  1. On an up-to-date marketplace clone, run /plugin marketplace update supermemory-plugins.
  2. Run /plugin install supermemory@supermemory-plugins.
  3. Plugin stays at 0.0.8; the "0.0.9 available" notice persists.

Evidence (current main, commit dd805f4)

  • latest.json"version": "0.0.9"
  • package.json"version": "0.0.9"
  • plugin/.claude-plugin/plugin.json"version": "0.0.8" ← not bumped

Commit 178acc2 ("Bump plugin version to 0.0.9") updated package.json and latest.json but missed the plugin manifest.

Fix

Bump version in plugin/.claude-plugin/plugin.json to 0.0.9 to match (and tag the release, if that's part of your flow).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions