agent-zero/plugins/_oauth
Alessandro bb48fad754 Improve Codex OAuth model setup UI
Add Main and Utility Codex model selectors to the OAuth plugin config and persist them through the existing model config API.

Clean up the OAuth config layout by removing the redundant Check Models action, moving the available model list above Advanced, softening borders, and removing repeated account labels.

Show account quota usage bars on the welcome dashboard Codex card and add static coverage for the selector, model list, and quota UI.
2026-05-22 17:22:47 +02:00
..
api Add OAuth disconnect and remaining quota visibility 2026-05-02 20:14:04 +02:00
conf Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
extensions/python Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
helpers Add OAuth disconnect and remaining quota visibility 2026-05-02 20:14:04 +02:00
webui Improve Codex OAuth model setup UI 2026-05-22 17:22:47 +02:00
default_config.yaml Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
plugin.yaml Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
README.md Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00

OAuth Connections

Generic local OAuth bridge for Agent Zero.

The first provider is Codex/ChatGPT Account:

  • signs in with OpenAI's Codex device-code flow
  • writes Codex-compatible auth.json credentials
  • refreshes local tokens when needed
  • exposes a loopback OpenAI-compatible wrapper at /oauth/codex/v1

Tokens in auth.json are password-equivalent credentials. Keep this plugin on trusted local machines only.