From 0d2c6c8623ed6c25bfd65ba676eaf5168eaa84aa Mon Sep 17 00:00:00 2001 From: vorflux <249966464+vorflux@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:14:29 +0000 Subject: [PATCH] docs: rename Claude Code plugin to supermemory (#1100) ## Summary - Rename the Claude Code plugin docs references from `claude-supermemory` / `Claude-Supermemory` to `supermemory` - Update install and command examples to use `/plugin install supermemory` and `/supermemory:logout` ## Testing - Ran `git diff --check` --- **Session Details** - Session: [View Session](https://supermemory.us1.vorflux.com/agent-sessions/cc17c7ae-0fb2-4e2c-bb4c-20a66900d720) - Requested by: Sreeram Sreedhar (sreeram@supermemory.com) - Address comments on this PR. Add `(aside)` to your comment to have me ignore it. --- apps/docs/integrations/claude-code.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/integrations/claude-code.mdx b/apps/docs/integrations/claude-code.mdx index 20401471..c9248cae 100644 --- a/apps/docs/integrations/claude-code.mdx +++ b/apps/docs/integrations/claude-code.mdx @@ -17,7 +17,7 @@ icon: "/images/claude-code-icon.svg" This integration requires the **Supermemory Pro plan**. [Upgrade here](https://console.supermemory.ai/billing). -[Claude-Supermemory](https://github.com/supermemoryai/claude-supermemory) is a Claude Code plugin that gives your AI persistent memory across sessions. Your agent remembers what you worked on — across sessions, across projects. +[supermemory](https://github.com/supermemoryai/claude-supermemory) is a Claude Code plugin that gives your AI persistent memory across sessions. Your agent remembers what you worked on — across sessions, across projects. **Prefer to keep everything on your machine?** This plugin works with [self-hosted Supermemory](/self-hosting/overview) — run `npx supermemory local`, then `export SUPERMEMORY_API_URL="http://localhost:6767"` and use the API key printed on first boot. @@ -55,7 +55,7 @@ Create a Supermemory API key from the [API Keys](https://console.supermemory.ai/ /plugin marketplace add supermemoryai/claude-supermemory # Install the plugin -/plugin install claude-supermemory +/plugin install supermemory ``` ## How It Works @@ -76,12 +76,12 @@ Once installed, the plugin runs automatically: ## Commands -### /claude-supermemory:logout +### /supermemory:logout Log out from Supermemory and clear saved credentials. ``` -/claude-supermemory:logout +/supermemory:logout ``` ## Configuration