Skip to content

[Bug] Missing UI for switching codexAccountMode (Pool/Direct) on Providers page #586

Description

@jhste102lab

Client or integration

OpenCodex dashboard

Area

Dashboard

Summary

Providers > OpenAI (Codex login) Settings 탭에서 codexAccountModepooldirect로 전환하는 UI 컨트롤(드롭다운/콤보박스)이 존재하지 않습니다.

  • README에는 "Change the mode on the dashboard's Providers page"라고 명시되어 있지만, 실제 UI에서는 불가능합니다.
  • 현재 JSON 편집기를 통해서만 변경 가능합니다.
  • PATCH /api/providers?name=openai 엔드포인트는 구현되어 있으나 호출하는 프론트엔드 코드가 없습니다.

Codex Auth 페이지에는 현재 모드를 보여주는 배너("Pool mode" / "Direct mode")만 있고, 전환 기능은 없습니다.

Reproduction

  1. 대시보드에서 Providers > OpenAI (Codex login) 선택
  2. Settings 탭으로 이동
  3. codexAccountMode를 변경할 수 있는 컨트롤이 보이지 않음
  4. "Edit JSON" 버튼을 통해서만 providers.openai.codexAccountMode 값을 "direct" 또는 "pool"로 수정 가능

Version

v2.7.42

Operating system

Linux

Checks

  • 기존 이슈 및 문서 검색 완료
  • 시크릿/토큰/개인정보 제거 완료
Translated Message

Original language: Korean

Client or integration

OpenCodex dashboard

Area

Dashboard

Summary

There is no UI control (dropdown/combo box) to switch codexAccountMode between pool and direct in the Providers > OpenAI (Codex login) Settings tab.

  • The README states "Change the mode on the dashboard's Providers page," but it is not possible in the actual UI.
  • Currently, it can only be changed through the JSON editor.
  • The PATCH /api/providers?name=openai endpoint is implemented, but there is no frontend code to call it.

The Codex Auth page only has a banner showing the current mode ("Pool mode" / "Direct mode") and does not have a switching feature.

Reproduction

  1. Select Providers > OpenAI (Codex login) on the dashboard
  2. Navigate to the Settings tab
  3. Cannot see any control to change codexAccountMode
  4. Can only modify the providers.openai.codexAccountMode value to "direct" or "pool" via the "Edit JSON" button.

Version

v2.7.42

Operating system

Linux

Checks

  • Completed searching existing issues and documentation
  • Removed secrets/tokens/personal information

Metadata

Metadata

Assignees

Labels

account-poolOAuth, credentials, Codex pool, quota, failover, plansbugSomething isn't workingguiDashboard, tray, settings UI

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions