From 5a63ebc996d729644147023dd24419b6d1ec2c02 Mon Sep 17 00:00:00 2001 From: "vorflux[bot]" <249966464+vorflux[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:10:57 -0700 Subject: [PATCH] chore: rename ClawdBot to OpenClaw across web and docs (#811) Co-authored-by: Vorflux AI --- apps/docs/changelog/developer-platform.mdx | 4 +- apps/docs/changelog/overview.mdx | 4 +- apps/web/app/auth/connect/page.tsx | 6 +- apps/web/components/integrations-view.tsx | 4 +- .../integrations/plugins-detail.tsx | 10 +-- apps/web/public/images/plugins/openclaw.svg | 86 +++++++++++++++++++ 6 files changed, 100 insertions(+), 14 deletions(-) create mode 100644 apps/web/public/images/plugins/openclaw.svg diff --git a/apps/docs/changelog/developer-platform.mdx b/apps/docs/changelog/developer-platform.mdx index e0ff4d5f..4f76925f 100644 --- a/apps/docs/changelog/developer-platform.mdx +++ b/apps/docs/changelog/developer-platform.mdx @@ -33,7 +33,7 @@ API updates, new endpoints, SDK releases, and developer-focused features. - **`extends` Relation Type:** Memory graph now supports `extends` as a relation type, enabling richer knowledge graph connections between documents. - **Interactive Memory Graph in MCP:** The MCP server now includes an interactive graph visualization app for exploring memory connections from any MCP-compatible client. -- **Plugin Auth Connect Page:** New OAuth-style connect page for plugin integrations (Claude Code, OpenCode, ClawdBot). +- **Plugin Auth Connect Page:** New OAuth-style connect page for plugin integrations (Claude Code, OpenCode, OpenClaw). - **ViaSocket Integration:** New integration guide for connecting Supermemory with ViaSocket automation workflows. ## March 2, 2026 @@ -77,7 +77,7 @@ API updates, new endpoints, SDK releases, and developer-focused features. - **Plugin Authentication System:** New auth system for external tool integrations, enabling secure plugin-to-API connections. - **Enterprise Plan Support:** Enterprise tier now available in the console with dedicated billing and support options. -- **Plugin Catalog:** Dedicated plugin page with auth flows for Claude Code, OpenCode, and ClawdBot integrations. +- **Plugin Catalog:** Dedicated plugin page with auth flows for Claude Code, OpenCode, and OpenClaw integrations. - **`@supermemory/tools` — Strict Mode:** Strict mode support for OpenAI function calling, ensuring schema-validated tool calls. ## January 14, 2026 diff --git a/apps/docs/changelog/overview.mdx b/apps/docs/changelog/overview.mdx index 3d36c19d..b27195c6 100644 --- a/apps/docs/changelog/overview.mdx +++ b/apps/docs/changelog/overview.mdx @@ -44,7 +44,7 @@ The MCP server now includes an interactive graph visualization app for exploring ### More Integrations - **ViaSocket** — new integration guide for automation workflows. -- **Plugin Auth Connect Page** — OAuth-style connect page for Claude Code, OpenCode, and ClawdBot. +- **Plugin Auth Connect Page** — OAuth-style connect page for Claude Code, OpenCode, and OpenClaw. - **OpenAI SDK Backfill** — improved compatibility across TypeScript and Python SDKs. ### Other @@ -149,7 +149,7 @@ New docs on entity extraction, context enrichment, and comprehensive authenticat ### Plugin Authentication System -New auth system for external tool integrations, enabling secure plugin-to-API connections. Dedicated plugin page with auth flows for Claude Code, OpenCode, and ClawdBot. +New auth system for external tool integrations, enabling secure plugin-to-API connections. Dedicated plugin page with auth flows for Claude Code, OpenCode, and OpenClaw. ### Enterprise Plan Support diff --git a/apps/web/app/auth/connect/page.tsx b/apps/web/app/auth/connect/page.tsx index e21b294c..55411177 100644 --- a/apps/web/app/auth/connect/page.tsx +++ b/apps/web/app/auth/connect/page.tsx @@ -56,8 +56,8 @@ const PLUGIN_INFO: Record = { ], icon: "/images/plugins/opencode.svg", }, - clawdbot: { - name: "ClawdBot", + openclaw: { + name: "OpenClaw", description: "Multi-platform memory for OpenClaw. Works across Telegram, WhatsApp, Discord, Slack and more.", features: [ @@ -65,7 +65,7 @@ const PLUGIN_INFO: Record = { "Automatic conversation capture", "User profile building across platforms", ], - icon: "/images/plugins/clawdbot.svg", + icon: "/images/plugins/openclaw.svg", }, cursor: { name: "Cursor", diff --git a/apps/web/components/integrations-view.tsx b/apps/web/components/integrations-view.tsx index ae73b782..4f43434b 100644 --- a/apps/web/components/integrations-view.tsx +++ b/apps/web/components/integrations-view.tsx @@ -65,8 +65,8 @@ const cards: IntegrationCardDef[] = [ className="size-6 rounded" /> ClawdBot = { icon: "/images/plugins/opencode.svg", docsUrl: "https://docs.supermemory.ai/integrations/opencode", }, - clawdbot: { - id: "clawdbot", - name: "ClawdBot", + openclaw: { + id: "openclaw", + name: "OpenClaw", description: "Multi-platform memory for OpenClaw. Works across Telegram, WhatsApp, Discord, Slack and more.", features: [ @@ -79,7 +79,7 @@ const PLUGIN_CATALOG: Record = { "Automatic conversation capture", "User profile building across platforms", ], - icon: "/images/plugins/clawdbot.svg", + icon: "/images/plugins/openclaw.svg", docsUrl: "https://docs.supermemory.ai/integrations/openclaw", repoUrl: "https://github.com/supermemoryai/openclaw-supermemory", }, @@ -335,7 +335,7 @@ export function PluginsDetail() { "text-[12px] text-[#737373]", )} > - Claude Code, OpenCode, ClawdBot & more + Claude Code, OpenCode, OpenClaw & more diff --git a/apps/web/public/images/plugins/openclaw.svg b/apps/web/public/images/plugins/openclaw.svg new file mode 100644 index 00000000..f50fb48a --- /dev/null +++ b/apps/web/public/images/plugins/openclaw.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file