Skip to content

[PLUGIN] Add a Codex provider for ChatGPT/Codex-subscription auth#186

Open
MesTTo wants to merge 1 commit into
asi-alliance:mainfrom
MesTTo:omegaclaw-codex-auth
Open

[PLUGIN] Add a Codex provider for ChatGPT/Codex-subscription auth#186
MesTTo wants to merge 1 commit into
asi-alliance:mainfrom
MesTTo:omegaclaw-codex-auth

Conversation

@MesTTo

@MesTTo MesTTo commented Jun 18, 2026

Copy link
Copy Markdown

This adds a Codex provider so OmegaClaw can use a ChatGPT or Codex subscription for its LLM calls instead of a separate API key. Authentication goes through the same OAuth tokens that the Codex CLI uses, read from the local Codex auth file at runtime and refreshed automatically, so nothing is hardcoded.

It registers as a normal provider in the LLM layer, so you select it the same way as any other provider. There is also a small interactive REPL for trying it on its own. It adds lib_codex_auth.py, its registration in lib_llm_ext.py, codex_chat.py and docs/reference-provider-codex.md.

Lets OmegaClaw use a ChatGPT or Codex subscription for its LLM calls instead of a
separate API key. Auth uses the same OAuth tokens as the Codex CLI, read from the
local Codex auth file at runtime and refreshed automatically, so nothing is
hardcoded. Registers as a normal provider in the LLM layer and includes a small
interactive REPL. Adds lib_codex_auth.py, its registration in lib_llm_ext.py,
codex_chat.py, and docs/reference-provider-codex.md.
@vsbogd vsbogd changed the title Add a Codex provider for ChatGPT/Codex-subscription auth [PLUGIN] Add a Codex provider for ChatGPT/Codex-subscription auth Jul 15, 2026
@vsbogd vsbogd added the plugin label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants