Skip to content

feat(server): add Cloudflare WSS remote backend flow#534

Draft
Fanzzzd wants to merge 2 commits intoDimillian:mainfrom
Fanzzzd:feat/add-cloudflare-wss-remote-backend
Draft

feat(server): add Cloudflare WSS remote backend flow#534
Fanzzzd wants to merge 2 commits intoDimillian:mainfrom
Fanzzzd:feat/add-cloudflare-wss-remote-backend

Conversation

@Fanzzzd
Copy link
Contributor

@Fanzzzd Fanzzzd commented Mar 3, 2026

Summary

  • add Cloudflare quick-tunnel backend support for remote WSS access
  • add desktop Server UX for Public WSS setup (install, tunnel, daemon, connect steps)
  • harden managed tunnel cleanup to avoid killing unrelated cloudflared processes

@Fanzzzd Fanzzzd marked this pull request as draft March 3, 2026 01:44
Copy link

@xkonjin xkonjin left a comment

Choose a reason for hiding this comment

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

Quick review pass:

  • Main risk area here is auth/session state and stale credential handling.
  • Good to see test coverage move with the code; I’d still make sure it exercises the unhappy path around auth/session state and stale credential handling rather than only the happy path.
  • Before merge, I’d smoke-test the behavior touched by README.md, codex_monitor_daemon.rs, transport.rs (+24 more) with malformed input / retry / rollback cases, since that’s where this class of change usually breaks.

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.

2 participants