Skip to content

Remove OpenClaw / Claw integration - #211

Draft
Simpleyyt wants to merge 1 commit into
mainfrom
cursor/remove-openclaw-6ece
Draft

Remove OpenClaw / Claw integration#211
Simpleyyt wants to merge 1 commit into
mainfrom
cursor/remove-openclaw-6ece

Conversation

@Simpleyyt

@Simpleyyt Simpleyyt commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Removes the OpenClaw (Claw) integration so AI Manus no longer ships a separate Claw service, APIs, or UI.

What was removed

  • claw/ service (OpenClaw Gateway + manus-claw plugin and Docker image)
  • Backend Claw domain/application/infrastructure, REST routes, /ws/claw, and the OpenAI-compatible LLM proxy used only by Claw containers
  • Frontend Claw page, sidebar entry, API client, assets, and i18n keys
  • Compose / CI / env wiring (CLAW_*, MANUS_API_BASE_URL, manus-claw image)
  • Docs, README, AGENTS/CLAUDE, and the debug-claw skill

Notes

  • MongoDB claws collection is no longer registered with Beanie; leftover documents are unused.
  • Historical plan notes under docs/superpowers/plans/ still mention ClawPage as a past design step.
  • CLAW_ENABLED already defaulted to false, so the default sidebar did not show Claw.

Testing

  • Frontend: npm run test (92 passed) + type-check + lint (0 errors) + build (no Claw chunks in dist)
  • Backend: compile/import check; 112 unit tests passed, including test_ws_final_agent_status.py against the trimmed WebSocket routes
  • Compose YAML files parse; CI image matrix is frontend, backend, sandbox only
Open in Web Open in Cursor 

Drop the claw service, backend lifecycle APIs, OpenAI proxy, WebSocket channel, frontend page, and related compose/CI/docs wiring so AI Manus no longer ships or documents OpenClaw.

Co-authored-by: Simpleyyt <simpleyyt@gmail.com>
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.

2 participants