Cherry-pick e806c479f: Gateway/iOS replay queued foreground actions after resume#1341
Merged
alexey-pelykh merged 2 commits intomainfrom Mar 14, 2026
Merged
Conversation
…enclaw#40281) Merged via squash. - Local validation: `pnpm exec vitest run --config vitest.gateway.config.ts src/gateway/server-methods/nodes.invoke-wake.test.ts` - Local validation: `pnpm build` - mb-server validation: `pnpm exec vitest run --config vitest.gateway.config.ts src/gateway/server-methods/nodes.invoke-wake.test.ts` - mb-server validation: `pnpm build` - mb-server validation: `pnpm protocol:check` (cherry picked from commit e806c47)
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:
e806c479fAuthor: steipete (Peter Steinberger)
Tier: AUTO-PICK (alive=11, rebranded=1)
Depends on #1338
Conflict resolution
This cherry-pick required conflict resolution:
node.pending.pullandnode.pending.ack, removed duplicateskills.bins(gutted in fork)NodePending*types in fork's directStatic<typeof>style; kept oursisForegroundRestrictedIosCommand,shouldQueueAsPendingForegroundAction, pending node action queue management). Merged upstream's new functions with fork'sexportkeyword onmaybeWakeNodeWithApnsnode.pending.pullandnode.pending.ackhandlers afternode.canvas.capability.refresh(which fork moved elsewhere). Kept fork's removal ofnode.canvas.capability.refresh, added the two new handlerspendingActionLoggerwith fork's rebranded subsystem (org.remoteclaw.ios)NodePendingAckParamsSchemaandvalidateNodePendingAckParamsdeclarations (fork already had these from a previous cherry-pick, auto-merge created duplicates)Closes #914 — commit 4/4