v1.0.1
Fixed
- 🐛 Codex OAuth on remote access — Fixed redirect_uri mismatch when accessing OmniRoute remotely (e.g. llms.omniroute.online). Was using
http://localhost:443/callback, now correctly useshttp://localhost:1455/auth/callback(OpenAI's registered URI). Antigravity and other Google-based providers were unaffected.