Clarify ChatGPT provider hint to reflect Codex access plans #4826

Open
opened 2026-02-16 17:45:36 -05:00 by yindo · 1 comment
Owner

Originally created by @itskingori on GitHub (Jan 12, 2026).

Originally assigned to: @rekram1-node on GitHub.

Summary

The OpenAI provider hint currently says "ChatGPT Plus/Pro or API key," which implies those are the only supported plans. In practice, Business (and likely Enterprise) plans also work because they provide Codex access.

In the TUI, the current string also wraps awkwardly.

Proposed change

Update the provider hint to a shorter, clearer label:
"ChatGPT plan with Codex or API key"

This keeps the UI compact while clarifying that any ChatGPT plan with Codex access is supported, not just Plus/Pro.

Context / UX

  • TUI provider list shows the hint in parentheses, so keeping it short helps avoid wrapping.
  • The current text may mislead Business/Enterprise users.

Scope

Only updates hint text in:

  • TUI provider list
  • CLI auth provider picker
Originally created by @itskingori on GitHub (Jan 12, 2026). Originally assigned to: @rekram1-node on GitHub. ## Summary The OpenAI provider hint currently says "ChatGPT Plus/Pro or API key," which implies those are the only supported plans. In practice, Business (and likely Enterprise) plans also work because they provide Codex access. In the TUI, the current string also wraps awkwardly. ## Proposed change Update the provider hint to a shorter, clearer label: "ChatGPT plan with Codex or API key" This keeps the UI compact while clarifying that any ChatGPT plan with Codex access is supported, not just Plus/Pro. ## Context / UX - TUI provider list shows the hint in parentheses, so keeping it short helps avoid wrapping. - The current text may mislead Business/Enterprise users. ## Scope Only updates hint text in: - TUI provider list - CLI auth provider picker
yindo added the docs label 2026-02-16 17:45:36 -05:00
Author
Owner

@itskingori commented on GitHub (Jan 12, 2026):

Implemented the proposed fix in https://github.com/anomalyco/opencode/pull/7936.

@itskingori commented on GitHub (Jan 12, 2026): Implemented the proposed fix in https://github.com/anomalyco/opencode/pull/7936.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4826