agent-zero/plugins/_oauth
Alessandro 4a836940f3
Some checks are pending
Build And Publish Docker Images / plan (push) Waiting to run
Build And Publish Docker Images / build (push) Blocked by required conditions
Preserve vision inputs in Codex OAuth proxy
Convert Chat Completions image_url content parts into Responses API input_image parts instead of normalizing multimodal messages down to text.

Keep text-only content lists as plain text and add OAuth bridge regression tests for image passthrough.
2026-05-23 12:02:11 +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 Preserve vision inputs in Codex OAuth proxy 2026-05-23 12:02:11 +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.