Cherry-pick 16505718e8: move WhatsApp channel to extensions/#2033
Closed
alexey-pelykh wants to merge 3 commits intomainfrom
Closed
Cherry-pick 16505718e8: move WhatsApp channel to extensions/#2033alexey-pelykh wants to merge 3 commits intomainfrom
alexey-pelykh wants to merge 3 commits intomainfrom
Conversation
Upstream refactor that moves WhatsApp adapter from src/web/ to extensions/whatsapp/src/, converting src/web/ files into thin re-export shims. Also moves onboarding and status-issues plugins. Conflict resolution (38 conflicts): - extensions/whatsapp/src/ (11): Accepted upstream import paths, preserved fork rebrand (RemoteClaw, AGPL-3.0) - src/web/ (19): Accepted upstream re-export stubs - src/discord/ (2): Accepted fork's deletion - package.json (1): Kept fork's version - src/channels/plugins/ (2): Accepted upstream re-export stubs - src/commands/ (1): Accepted upstream import path changes - src/plugin-sdk/ (2): Accepted upstream changes, preserved rebrand Additionally rebranded 12 auto-merged files that were newly created by the move (accounts, active-listener, auth-store, login, media, onboarding, reconnect, send, session, status-issues, test-helpers, auto-reply/monitor). Note: This cherry-pick introduces TS errors in the src/web/ shim layer and extensions/ imports. These are expected from a mid-series structural refactor -- the upstream commit is part of a larger extensions-move series and subsequent picks will resolve them. Cherry-picked-from: openclaw/openclaw@16505718e8 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Author
|
Duplicate of #2032 which is already merged. Closing. |
7768396 to
bb7bd0a
Compare
Author
|
Replacing with fresh PR to trigger CI (GitHub stopped sending pull_request events after multiple close/reopen cycles). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick from upstream
Upstream commit:
16505718e8Moves WhatsApp adapter from
src/web/toextensions/whatsapp/src/, convertingsrc/web/files into thin re-export shims. Also moves onboarding and status-issues plugins to extension-local code.Conflict Resolution (38 conflicts)
extensions/whatsapp/src/src/web/src/discord/package.jsonsrc/channels/plugins/src/commands/src/plugin-sdk/Additionally rebranded 12 auto-merged files that were newly created by the move.
Known TS errors
This cherry-pick introduces TS errors in the
src/web/shim layer andextensions/imports. These are expected from a mid-series structural refactor -- the upstream commit is part of a larger extensions-move series and subsequent picks will resolve them.Cherry-picked-from: openclaw/openclaw@16505718e8