You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added unified self-host auth flow: codex-remote self-host --login now runs login immediately after setup.
Added --no-login and interactive post-setup login prompt for self-host.
Improved dependency handling for self-host/update: Wrangler can run via managed Bun mode (�unx/�un x) when global wrangler is not installed.
Self-host wizard now performs broader preflight checks (git/python/bun), auto-installs Bun when missing, and no longer requires OpenSSL for JWT secret generation.
Updated docs for new self-host/login behavior and flags.