From 46759041595e0263014cef5ebe94bf322670ac49 Mon Sep 17 00:00:00 2001 From: sreedharsreeram <141047751+sreedharsreeram@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:02:43 +0000 Subject: [PATCH] Fix Claude Code plugin install command (#1161) ## Summary - update the Claude Code plugin install step to use `/plugin install supermemory` - keep the marketplace add command pointing at `supermemoryai/claude-supermemory` ## Testing - Not run; copy-only change --- apps/web/lib/plugin-catalog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/lib/plugin-catalog.ts b/apps/web/lib/plugin-catalog.ts index 4653f7f9..68208dcb 100644 --- a/apps/web/lib/plugin-catalog.ts +++ b/apps/web/lib/plugin-catalog.ts @@ -47,7 +47,7 @@ export const PLUGIN_CATALOG: Record = { { title: "Install the plugin", description: "Run these commands inside a Claude Code session:", - code: "/plugin marketplace add supermemoryai/claude-supermemory\n/plugin install claude-supermemory", + code: "/plugin marketplace add supermemoryai/claude-supermemory\n/plugin install supermemory", }, ], },