Cherry-pick 16505718e8: complete WhatsApp extensions-move#2034
Closed
alexey-pelykh wants to merge 1 commit intomainfrom
Closed
Cherry-pick 16505718e8: complete WhatsApp extensions-move#2034alexey-pelykh wants to merge 1 commit intomainfrom
alexey-pelykh wants to merge 1 commit 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]>
6358322 to
ab3d680
Compare
Author
|
CI won't trigger on this branch. Creating new branch. |
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 (completion)
Upstream commit:
16505718e8Author: scoootscooob
Issue: Closes #2031
Completes the structural move that #2032 started but left incomplete:
src/web/files converted to re-export shims (were left as full implementations)extensions/whatsapp/src/files with ~11,200 lines of implementationsConflict Resolution (38 conflicts)
src/web/(19): Converted to thin re-export shims pointing toextensions/whatsapp/src/extensions/whatsapp/src/(11): Accepted upstream import paths, preserved fork rebrandsrc/discord/(2): Accepted fork deletionpackage.json(1): Kept fork versionCherry-picked-from: openclaw/openclaw@16505718e8