Files
codex/codex-rs/connectors
yijiang12 842547640e Honor the configured ChatGPT origin in connector install URLs (#37338)
## What changed

- Build connector install URLs from `CODEX_APP_SERVER_CHATGPT_BASE_URL`, falling back to `https://chatgpt.com` when it is unset.
- Strip a trailing slash or `/backend-api` suffix before appending the `/apps/<slug>/<connector-id>` path.
- Add a test covering install URL generation with the configured origin.

GitOrigin-RevId: 854d15b7e322d2359684f974aaf27fe28205dd5a
2026-08-07 00:23:38 +00:00
..