Cherry-pick batch: Extension improvements (misc) (1/4) (50 commits)#1975
Merged
alexey-pelykh merged 48 commits intomainfrom Mar 24, 2026
Merged
Cherry-pick batch: Extension improvements (misc) (1/4) (50 commits)#1975alexey-pelykh merged 48 commits intomainfrom
alexey-pelykh merged 48 commits intomainfrom
Conversation
(cherry picked from commit 0099804)
(cherry picked from commit 090ac88)
(cherry picked from commit 0acd1f6)
(cherry picked from commit 0ce23dc)
(cherry picked from commit 0f56b16)
(cherry picked from commit 1777b99)
(cherry picked from commit 1aae93b)
(cherry picked from commit 1f37203)
(cherry picked from commit 2182137)
(cherry picked from commit 258945d)
(cherry picked from commit 2a1acec)
(cherry picked from commit 2a66eaf)
(cherry picked from commit 2b67a3f)
(cherry picked from commit 2d492ab)
(cherry picked from commit 2ef28a7)
(cherry picked from commit 2fbf2c0)
(cherry picked from commit 31a8225)
(cherry picked from commit 31e6cb0)
(cherry picked from commit 36c9517)
(cherry picked from commit 38abdea)
(cherry picked from commit 3fe96c7)
(cherry picked from commit 413d2ff)
(cherry picked from commit 49091eb)
(cherry picked from commit 49a2ff7)
* Build: restore main build * Config: align model compat schema (cherry picked from commit 4ca87fa)
(cherry picked from commit 4dd4e36)
(cherry picked from commit 5b7b552)
(cherry picked from commit 645c5bd)
(cherry picked from commit 662031a)
(cherry picked from commit 6a2efa5)
(cherry picked from commit 6a61d55)
(cherry picked from commit 6b28668)
(cherry picked from commit 7d2ddf7)
(cherry picked from commit 7fc134d)
(cherry picked from commit 8578135)
(cherry picked from commit 88b8151)
(cherry picked from commit 8d805a0)
Restore files that were incorrectly deleted by cherry-picks: - group-mentions.ts (still used by telegram/whatsapp plugin-sdk) - onboarding/imessage.ts, onboarding/signal.ts (still referenced) - actions/signal.ts (runtime still imports from old location) - signal/index.ts (restore fork base version) Remove upstream-only files that don't compile in fork: - extensions/microsoft/ (new TTS extension, needs upstream infra) - src/plugin-sdk/extension-shared.ts (references deleted channel-runtime) - src/tts/provider-types.ts, providers/microsoft.ts (upstream TTS types) Restore base versions of files incorrectly modified: - types-core.ts, provider-registry.ts, zod-schema.core.ts - Various test files (subpaths.test, setup-helpers.test, tts.test)
Cherry-picks updated dependency versions in extension package.jsons (music-metadata, ws, @microsoft/agents-hosting, @aws-sdk, etc.) which caused lockfile config mismatch in CI.
- Rename openclaw/plugin-sdk -> remoteclaw/plugin-sdk in all extensions - Rename OpenClawConfig -> RemoteClawConfig, OpenClawPluginApi -> RemoteClawPluginApi - Remove upstream-only files (gateway onboard, signal message-actions copy) - Add explicit any annotations to setup wizard callback params for TS strictness
…rrors - Remove setup-surface.ts files referencing non-existent setup-wizard module - Remove nextcloud-talk setup-core.ts (references missing patchScopedAccountConfig) - Remove memory-lancedb api.ts (gutted extension) - Stub ChannelSetupWizard type in imessage setup-core.ts - Restore whatsapp resolve-target.test.ts and signal channel.test.ts from base - Restore config.plugin-validation.test.ts from base - Remove setup-surface re-export from imessage channel.runtime.ts
- Remove elevenlabs extension (requires upstream speech provider API) - Remove googlechat runtime-api.ts (references upstream-only modules) - Rename openclaw.plugin.json -> remoteclaw.plugin.json in new extensions - Remove imessage/mattermost/signal setup-surface.ts (require setup-wizard)
- Restore googlechat/imessage test files with correct import paths - Restore imessage channel.ts and shared.ts from fork base - Fix imessage monitor test import paths for extensions/ directory - Remove line group-policy files (reference non-existent plugin-sdk modules)
- Restore matrix send-queue.test.ts (referenced deleted extension-shared) - Restore mattermost channel.ts (referenced deleted onboarding.js) - Fix unreachable ?? in line setup-core.ts
Cherry-pick 6 copied src/imessage/ files to extensions/imessage/src/ but the originals remain in src/imessage/. The build system uses rootDir='src' which can't compile files under extensions/ that import each other. Remove the copies, keep only test files and channel.ts.
Cherry-pick 6 moved src/imessage/ to extensions/imessage/src/ and updated src/ files to re-export from extensions/. The fork's build system uses rootDir='src' which can't handle cross-imports between extensions/ files. Restoring all src/imessage/ files to fork base versions and removing extension copies that can't compile independently.
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 batch from upstream
Issue: #1885
Commits: 50 attempted, 37 cherry-picked + 1 fix commit
Results Summary
Adaptation Notes
See issue for full commit list.
Closes #1885
🤖 Generated with Claude Code