Skip to content

Add app server connection selector - #861

Merged
RhysSullivan merged 2 commits into
mainfrom
codex/server-connection-model
May 29, 2026
Merged

Add app server connection selector#861
RhysSullivan merged 2 commits into
mainfrom
codex/server-connection-model

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented May 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds the app-shell server profile menu for desktop, local, and custom HTTP Executor endpoints.
  • Adds an unreachable-server fallback so users can switch profiles instead of seeing a dead shell.
  • Moves the selector into the sidebar header as a compact icon-only control.

Product Scope

This PR does not add hosted cloud login, cloud navigation, cloud API-key docs, or a distinct cloud server kind. Custom endpoints are plain HTTP Executor server profiles.

Validation

  • bun run typecheck in packages/app
  • bun x oxfmt --check packages/app/src/web/server-connection-menu.tsx packages/app/src/web/shell.tsx packages/app/src/routes/__root.tsx packages/app/package.json bun.lock
  • bun x oxlint -c .oxlintrc.jsonc packages/app/src/web/server-connection-menu.tsx packages/app/src/web/shell.tsx packages/app/src/routes/__root.tsx --deny-warnings

Stack

  1. Harden SQLite import checkpoint handling #863
  2. Add shared Executor server connection model #864
  3. Teach CLI and local server shared connections #865
  4. Persist desktop server profiles through Electron #866
  5. Add app server connection selector #861 👈 current

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 4d4f02e May 29 2026, 03:05 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 4d4f02e Commit Preview URL

Branch Preview URL
May 29 2026, 03:03 AM

@pkg-pr-new

pkg-pr-new Bot commented May 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@861

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@861

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@861

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@861

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@861

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@861

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@861

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@861

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@861

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@861

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@861

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@861

executor

npm i https://pkg.pr.new/executor@861

commit: 4d4f02e

@RhysSullivan
RhysSullivan marked this pull request as ready for review May 28, 2026 21:33
@RhysSullivan
RhysSullivan force-pushed the codex/server-connection-model branch from 84888fb to 1becb20 Compare May 28, 2026 21:54
@RhysSullivan RhysSullivan changed the title Align local and remote server connections Add app server connection selector May 28, 2026
@RhysSullivan
RhysSullivan changed the base branch from main to codex/server-connection-desktop May 28, 2026 21:57
@RhysSullivan
RhysSullivan force-pushed the codex/server-connection-model branch from 1becb20 to 4dbd889 Compare May 29, 2026 01:37
@RhysSullivan
RhysSullivan force-pushed the codex/server-connection-desktop branch from 2c820ed to 2094679 Compare May 29, 2026 01:37
@RhysSullivan
RhysSullivan force-pushed the codex/server-connection-model branch from 4dbd889 to 157a871 Compare May 29, 2026 02:37
@RhysSullivan
RhysSullivan force-pushed the codex/server-connection-desktop branch 2 times, most recently from 3c390af to 07bf3db Compare May 29, 2026 02:56
@RhysSullivan
RhysSullivan changed the base branch from codex/server-connection-desktop to main May 29, 2026 03:01
@RhysSullivan
RhysSullivan force-pushed the codex/server-connection-model branch from 157a871 to 4d4f02e Compare May 29, 2026 03:01
@RhysSullivan
RhysSullivan merged commit b2466f6 into main May 29, 2026
11 checks passed
RhysSullivan added a commit that referenced this pull request May 31, 2026
* Add app server connection selector

* Avoid window typeof checks in server menu
@RhysSullivan
RhysSullivan deleted the codex/server-connection-model branch June 11, 2026 08:01
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