Skip to content

fix: repair iOS LAN pairing#78201

Merged
BunsDev merged 1 commit into
mainfrom
meow/fix-ios-lan-pairing
May 6, 2026
Merged

fix: repair iOS LAN pairing#78201
BunsDev merged 1 commit into
mainfrom
meow/fix-ios-lan-pairing

Conversation

@BunsDev

@BunsDev BunsDev commented May 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Verification

  • pnpm install
  • git diff --check origin/main..HEAD
  • pnpm exec oxfmt --check --threads=1 src/gateway/client.ts src/gateway/client.test.ts src/pairing/setup-code.ts src/pairing/setup-code.test.ts extensions/device-pair/index.ts extensions/device-pair/index.test.ts
  • pnpm format:docs:check
  • pnpm test src/gateway/client.test.ts src/pairing/setup-code.test.ts extensions/device-pair/index.test.ts
  • (cd apps/shared/OpenClawKit && swift test --filter 'DeepLinksSecurityTests|GatewayNodeSessionTests')
  • pnpm lint:swift passed with the existing apps/macos/Sources/OpenClaw/TalkModeRuntime.swift type-body-length warning.

Blocked local validation

  • iOS app-target xcodebuild test still cannot run locally because the generated OpenClaw scheme requires the watchOS 26.4 runtime, which is not installed here.
  • Testbox pnpm check:changed previously failed in the app lint lane because that image lacks swiftlint; the local SwiftLint wrapper passes on this head.

Source: carries forward and narrows the useful pieces from #65185.

@BunsDev
BunsDev merged commit 36df0d9 into main May 6, 2026
1 check passed
@BunsDev
BunsDev deleted the meow/fix-ios-lan-pairing branch May 6, 2026 02:07
@openclaw-barnacle openclaw-barnacle Bot added docs Improvements or additions to documentation app: ios App: ios gateway Gateway runtime extensions: device-pair size: M maintainer Maintainer-authored PR labels May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app: ios App: ios docs Improvements or additions to documentation extensions: device-pair gateway Gateway runtime maintainer Maintainer-authored PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: iOS LAN gateway connects are forced to wss, and bootstrap-only setup codes fail onboarding

1 participant