Skip to content

chore: rename ClawdBot to OpenClaw across web and docs#811

Merged
MaheshtheDev merged 1 commit into
mainfrom
vorflux/rename-clawdbot-to-openclaw
Mar 27, 2026
Merged

chore: rename ClawdBot to OpenClaw across web and docs#811
MaheshtheDev merged 1 commit into
mainfrom
vorflux/rename-clawdbot-to-openclaw

Conversation

@vorflux
Copy link
Copy Markdown
Contributor

@vorflux vorflux Bot commented Mar 27, 2026

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 path
  • apps/web/components/integrations/plugins-detail.tsx -- Updated plugin ID, name, icon, and marketing text
  • apps/web/components/integrations-view.tsx -- Updated SVG src and alt text
  • apps/docs/changelog/developer-platform.mdx -- Updated 2 text references
  • apps/docs/changelog/overview.mdx -- Updated 2 text references
  • apps/web/public/images/plugins/openclaw.svg -- New SVG icon (old clawdbot.svg kept for backwards compat)
  • apps/docs/docs.json -- Backwards-compat redirect from /integrations/clawdbot preserved

Testing

Grep verification -- PASS

grep -ri "clawdbot" --include="*.ts" --include="*.tsx" --include="*.md" --include="*.mdx" -l
# Only result: apps/docs/docs.json (backwards-compat redirect -- expected)

No code-level tests affected -- this is a pure text/config rename with no logic changes.

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Mar 27, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
supermemory 🟢 Ready View Preview Mar 27, 2026, 4:53 AM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@graphite-app graphite-app Bot requested a review from Dhravya March 27, 2026 04:52
@entelligence-ai-pr-reviews
Copy link
Copy Markdown

entelligence-ai-pr-reviews Bot commented Mar 27, 2026

EntelligenceAI PR Summary

This PR performs a full rebrand of the 'ClawdBot' plugin integration to 'OpenClaw' across web application code and documentation.

  • Updated plugin key, name, and icon path in PLUGIN_INFO (auth/connect/page.tsx)
  • Updated plugin id, name, and icon in PLUGIN_CATALOG and display string in plugins-detail.tsx
  • Updated image src and alt attributes in integrations-view.tsx
  • Added new openclaw.svg icon asset to apps/web/public/images/plugins/
  • Updated two changelog entries in both developer-platform.mdx and overview.mdx

Confidence Score: 5/5 - Safe to Merge

Safe to merge — this PR is a straightforward rebrand from 'ClawdBot' to 'OpenClaw' with no logic changes, only string/asset substitutions across plugin catalog entries, display components, and documentation. The changes in PLUGIN_INFO, PLUGIN_CATALOG, plugins-detail.tsx, and integrations-view.tsx are purely cosmetic identifier renames, and the new openclaw.svg asset is an additive change with no risk of breaking existing functionality. No review comments were generated and no heuristic issues were identified, making this a clean, low-risk chore PR.

Key Findings:

  • All modified code paths in auth/connect/page.tsx, plugins-detail.tsx, and integrations-view.tsx are string literal and asset path substitutions — zero runtime logic is altered, so the risk of introducing bugs is negligible.
  • The new openclaw.svg asset is additive and isolated to the apps/web/public/images/plugins/ directory, posing no conflict or regression risk to existing plugin icons.
  • Changelog entries are documentation-only changes, which carry no deployment or runtime risk.
  • No unresolved review comments, no pre-existing concerns flagged, and coverage across the reviewed files shows consistent, mechanical find-and-replace with no partial renames left behind.
Files requiring special attention
  • apps/web/app/auth/connect/page.tsx
  • apps/web/components/integrations-view.tsx
  • apps/web/public/images/plugins/openclaw.svg

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Walkthrough

This 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

File(s) Summary
apps/docs/changelog/developer-platform.mdx
apps/docs/changelog/overview.mdx Updated changelog entries to replace 'ClawdBot' with 'OpenClaw' in integration name references.
apps/web/app/auth/connect/page.tsx Renamed plugin key from clawdbot to openclaw in PLUGIN_INFO, updating name and icon path accordingly.
apps/web/components/integrations-view.tsx Updated image asset reference and alt text from clawdbot.svg/ClawdBot to openclaw.svg/OpenClaw.
apps/web/components/integrations/plugins-detail.tsx Renamed clawdbot entry to openclaw in PLUGIN_CATALOG, updating id, name, icon path, and display string.
apps/web/public/images/plugins/openclaw.svg Added new 800x800px SVG crab/claw icon in red tones for the OpenClaw plugin integration.

🔗 Cross-Repository Impact Analysis

Enable automatic detection of breaking changes across your dependent repositories. → Set up now

Learn more about Cross-Repository Analysis

What It Does

  • Automatically identifies repositories that depend on this code
  • Analyzes potential breaking changes across your entire codebase
  • Provides risk assessment before merging to prevent cross-repo issues

How to Enable

  1. Visit Settings → Code Management
  2. Configure repository dependencies
  3. Future PRs will automatically include cross-repo impact analysis!

Benefits

  • 🛡️ Prevent breaking changes across repositories
  • 🔍 Catch integration issues before they reach production
  • 📊 Better visibility into your multi-repo architecture

Copy link
Copy Markdown
Member

@MaheshtheDev MaheshtheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MaheshtheDev MaheshtheDev merged commit 5a63ebc into main Mar 27, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant