chore: rename ClawdBot to OpenClaw across web and docs#811
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 540858c | Commit Preview URL Branch Preview URL |
Mar 27 2026, 04:50 AM |
EntelligenceAI PR SummaryThis PR performs a full rebrand of the 'ClawdBot' plugin integration to 'OpenClaw' across web application code and documentation.
Confidence Score: 5/5 - Safe to Merge
Key Findings:
Files requiring special attention
|
WalkthroughThis PR rebrands the 'ClawdBot' plugin integration to 'OpenClaw' across the codebase. Changes include updating plugin IDs, display names, and icon asset references in the auth connect page, integrations view, and plugin catalog components. A new SVG icon for OpenClaw is added to the public assets directory. Changelog documentation is also updated to reflect the new integration name. Changes
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
|
Summary
Renames all "ClawdBot" references to "OpenClaw" across the web app and documentation to match the product rebrand.
Changes
apps/web/app/auth/connect/page.tsx-- Updated plugin key, name, and icon pathapps/web/components/integrations/plugins-detail.tsx-- Updated plugin ID, name, icon, and marketing textapps/web/components/integrations-view.tsx-- Updated SVG src and alt textapps/docs/changelog/developer-platform.mdx-- Updated 2 text referencesapps/docs/changelog/overview.mdx-- Updated 2 text referencesapps/web/public/images/plugins/openclaw.svg-- New SVG icon (oldclawdbot.svgkept for backwards compat)apps/docs/docs.json-- Backwards-compat redirect from/integrations/clawdbotpreservedTesting
Grep verification -- PASS
No code-level tests affected -- this is a pure text/config rename with no logic changes.