Title: Codex (ChatGPT-OAuth) model calls 401 — stub id_token advertises "free" plan, routing codex to api.openai.com · Issue #425 · onecli/onecli · GitHub
Open Graph Title: Codex (ChatGPT-OAuth) model calls 401 — stub id_token advertises "free" plan, routing codex to api.openai.com · Issue #425 · onecli/onecli
X Title: Codex (ChatGPT-OAuth) model calls 401 — stub id_token advertises "free" plan, routing codex to api.openai.com · Issue #425 · onecli/onecli
Description: Description When an agent uses the Codex provider with a ChatGPT-OAuth (subscription) credential, every model call fails with: 401 Unauthorized: WebSocket upgrade rejected by upstream (wss://api.openai.com/v1/responses) Root cause OneCLI...
Open Graph Description: Description When an agent uses the Codex provider with a ChatGPT-OAuth (subscription) credential, every model call fails with: 401 Unauthorized: WebSocket upgrade rejected by upstream (wss://api.op...
X Description: Description When an agent uses the Codex provider with a ChatGPT-OAuth (subscription) credential, every model call fails with: 401 Unauthorized: WebSocket upgrade rejected by upstream (wss://api.op...
Opengraph URL: https://github.com/onecli/onecli/issues/425
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Codex (ChatGPT-OAuth) model calls 401 — stub id_token advertises \"free\" plan, routing codex to api.openai.com","articleBody":"## Description\n\nWhen an agent uses the **Codex** provider with a **ChatGPT-OAuth** (subscription) credential, every model call fails with:\n\n```\n401 Unauthorized: WebSocket upgrade rejected by upstream (wss://api.openai.com/v1/responses)\n```\n\n## Root cause\n\nOneCLI serves codex a stub `id_token` from `packages/api/src/lib/codex-stubs.ts`. Its payload advertises a **free** plan:\n\n```json\n\"https://api.openai.com/auth\": { \"chatgpt_plan_type\": \"free\", ... }\n```\n\ncodex-cli (\u003e= 0.14x) selects its model backend from this claim:\n\n- `free` → `wss://api.openai.com/v1/responses` (API mode). OneCLI injects the ChatGPT-OAuth **subscription** token here, which `api.openai.com` does not accept → **401**.\n- a paid plan → `wss://chatgpt.com/backend-api/codex/responses`, where the injected subscription token **is** valid → 200.\n\nSo the credential injection itself is correct — the stub just steers codex to the wrong (API-key) endpoint.\n\n## Evidence (gateway logs, one Codex session)\n\n```\nforward GET chatgpt.com/backend-api/... status=200 injections_applied=2\nwebsocket api.openai.com/v1/responses (upgrade) status=401 upstream rejected upgrade\n```\n\nHTTP calls to `chatgpt.com` inject fine; only the `api.openai.com` WS upgrade 401s — consistent with wrong-endpoint routing, not a missing injection.\n\n## Fix\n\nAdvertise a paid plan in the stub `id_token` so codex routes to the `chatgpt.com` backend. The real entitlement stays enforced upstream by the injected token; this claim only steers routing. PR to follow.\n\n## Environment\n\n- OneCLI `1.41.0`\n- codex-cli `\u003e= 0.14x`, ChatGPT-OAuth (subscription) credential\n","author":{"url":"https://github.com/robbyczgw-cla","@type":"Person","name":"robbyczgw-cla"},"datePublished":"2026-07-10T10:41:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/425/onecli/issues/425"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f9fdb5df-31ce-d515-44f0-83bfea0e9124 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E886:257F3:48DFB82:60B31DE:6A5D8BD7 |
| html-safe-nonce | 2f319b6abeb374b32d25d805e251e526193a5d16c597d5c8baa2ba08a3990be6 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODg2OjI1N0YzOjQ4REZCODI6NjBCMzFERTo2QTVEOEJENyIsInZpc2l0b3JfaWQiOiI1NDI5OTUxODgwNzk2OTMzMDc5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 8a3b0206f6e6ae018def8f4826c6e4aed984f58b6155421a1c7e1c9b5717ce2d |
| hovercard-subject-tag | issue:4854284098 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/onecli/onecli/425/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ffa12e8fe77e3ef563f371442f8648162cfdb2d71b3f7933c08832da991aab53/onecli/onecli/issues/425 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ffa12e8fe77e3ef563f371442f8648162cfdb2d71b3f7933c08832da991aab53/onecli/onecli/issues/425 |
| og:image:alt | Description When an agent uses the Codex provider with a ChatGPT-OAuth (subscription) credential, every model call fails with: 401 Unauthorized: WebSocket upgrade rejected by upstream (wss://api.op... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | robbyczgw-cla |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/onecli/onecli git https://github.com/onecli/onecli.git |
| octolytics-dimension-user_id | 263660444 |
| octolytics-dimension-user_login | onecli |
| octolytics-dimension-repository_id | 1175900220 |
| octolytics-dimension-repository_nwo | onecli/onecli |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1175900220 |
| octolytics-dimension-repository_network_root_nwo | onecli/onecli |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width