Cherry-pick 16505718e8: complete WhatsApp extensions-move#2035
Merged
alexey-pelykh merged 2 commits intomainfrom Mar 28, 2026
Merged
Cherry-pick 16505718e8: complete WhatsApp extensions-move#2035alexey-pelykh merged 2 commits intomainfrom
alexey-pelykh merged 2 commits intomainfrom
Conversation
ab3d680 to
711f659
Compare
Moves WhatsApp adapter from src/web/ to extensions/whatsapp/src/, converting src/web/ files into thin re-export shims. Completes the structural move that #2032 left incomplete (43 src/web/ files not converted to shims, 63 extensions/whatsapp/src/ files missing). Cherry-picked-from: openclaw/openclaw@1650571 Co-authored-by: scoootscooob <[email protected]>
711f659 to
fb9e783
Compare
- Restore auto-reply.test-harness.ts exports lost in conflict resolution - Adapt heartbeat-runner.ts to fork's heartbeat API (no ackMaxChars) - Remove onHeartbeatStrip from process-message.ts (not in fork's types) - Restore WebChannelHealthState type in auto-reply/types.ts - Delete 3 src/web/ test files referencing deleted modules (moved to extensions/) - Revert subpaths.test.ts changes (upstream API additions not in fork) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This was referenced Mar 28, 2026
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 populated with ~11,200 lines of implementationsSupersedes #2032 (incomplete) and #2033/#2034 (CI issues).
Cherry-picked-from: openclaw/openclaw@16505718e8