mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-22 19:47:15 +00:00
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. |
||
|---|---|---|
| .. | ||
| api | ||
| conf | ||
| extensions/python | ||
| helpers | ||
| webui | ||
| default_config.yaml | ||
| plugin.yaml | ||
| README.md | ||
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.jsoncredentials - 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.