mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
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.
This commit is contained in:
parent
377bc979d5
commit
0d2c6c8623
1 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ icon: "/images/claude-code-icon.svg"
|
|||
This integration requires the **Supermemory Pro plan**. [Upgrade here](https://console.supermemory.ai/billing).
|
||||
</Warning>
|
||||
|
||||
[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.
|
||||
|
||||
<Tip>
|
||||
**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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue