@embire2/codexclaude
v2.0.4
Published
CodexAPI.pro coding CLI launcher for ChatGPT-5.5, Opus 4.7, and Deepseek v4 Budget, powered by official Codex CLI 0.134.0.
Maintainers
Readme
codexclaude
codexclaude is the CodexAPI.pro launcher for customers who want one coding CLI that can use ChatGPT-5.5, Opus 4.7, or Deepseek v4 Budget against the same CodexAPI.pro Token Wallet.
Version 2.0.4 launches the official OpenAI Codex CLI 0.134.0 package and applies CodexAPI.pro account, wallet, model, and Full Access defaults before Codex starts.
Install
npm install -g @embire2/codexclaude@latestThis installs the current codexclaude launcher from npm.
Required updates
CodexAPI.pro checks the CodexAPI.pro API and npm at startup. If a newer required launcher is available, the app stops before coding starts and shows the exact Update Now command:
npm install -g @embire2/codexclaude@latestThis does not delete your local Codex session history. The update only replaces the codexclaude launcher and refreshes the CodexAPI.pro provider config.
First Login
codexclaude loginEnter the dashboard username or email address and password. The launcher saves the API username locally, writes ~/.codex/config.toml, sets Full Access defaults, and lets you choose the coding model.
Start Coding
codexclaude startResume the latest project:
codexclaude resumeSwitch model:
codexclaude modelAvailable model labels are ChatGPT-5.5, Opus 4.7, and Deepseek v4 Budget. All three use the CodexAPI.pro Responses-compatible endpoint and the same customer Token Wallet.
Show current launcher changes:
codexclaude changelogWallet Status
Before launching Codex, the app prints a compact status line like:
gpt-5.5 high fast · ~/codexapi · Wallet $20.00You can also check this without starting Codex:
codexclaude statusPreserved CodexAPI.pro Customizations
- Dashboard username or email plus password login.
- ChatGPT-5.5, Opus 4.7, or Deepseek v4 Budget model selection.
- CodexAPI.pro Responses-compatible provider at
https://codexapi.pro/v1. - Full Access defaults: approval policy
neverand sandbox modedanger-full-access. - High reasoning and fast service tier defaults.
- Official Codex
0.134.0runtime with the current profile-compatible config enabled. - Token Wallet balance lookup before launch and in
codexclaude status. - Opus 4.7 tool-call compatibility through the CodexAPI.pro Responses gateway.
- Backend-identifying request headers so CodexAPI.pro can enforce subscription plan rules server-side.
- npm latest-version checks before coding starts, with an explicit update command when a newer required launcher exists.
