Skip to content

feat: M3 — Gateway Pairing Proxy Endpoints#8130

Merged
ashleeradka merged 1 commit into
mainfrom
simplify-pairing/m3
Feb 24, 2026
Merged

feat: M3 — Gateway Pairing Proxy Endpoints#8130
ashleeradka merged 1 commit into
mainfrom
simplify-pairing/m3

Conversation

@ashleeradka
Copy link
Copy Markdown
Contributor

@ashleeradka ashleeradka commented Feb 24, 2026

Summary

Adds gateway proxy routes that forward pairing requests between iOS devices and the runtime's pairing HTTP endpoints.

Changes

  • NEW gateway/src/http/routes/pairing-proxy.ts — Proxy routes for pairing request, status polling, and registration
  • MOD gateway/src/index.ts — Registers pairing proxy routes

Stack

M3 of 9 — Simplify Pairing + Mac Approval


Open with Devin

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 4 additional findings.

Open in Devin Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c2ade8e0cd

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread gateway/src/http/routes/pairing-proxy.ts
Base automatically changed from simplify-pairing/m2 to main February 24, 2026 19:23
Add gateway proxy routes that forward pairing requests from iOS to the
runtime's pairing HTTP endpoints. Supports /v1/pairing/request (POST),
/v1/pairing/status (GET), and /v1/pairing/register (POST, authenticated).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ashleeradka ashleeradka merged commit 706e3d9 into main Feb 24, 2026
@ashleeradka ashleeradka deleted the simplify-pairing/m3 branch February 24, 2026 19:23
@ashleeradka
Copy link
Copy Markdown
Contributor Author

Addressed in #8188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant