@codexapi/codexclaude
v2.0.34
Published
MagnetAPI.org Codex CLI for ChatGPT Daybreak Blue, GPT-5.6, Opus 5, Sonnet 5, and Fable 5.
Maintainers
Readme
codexclaude
codexclaude installs the MagnetAPI.org Codex CLI for customers who want one coding CLI that can use ChatGPT Daybreak Blue, GPT-5.6, GPT-5.6 Terra, GPT-5.6 SOL, GPT-5.6 SOL Max, GPT-5.6 SOL Ultra, ChatGPT-5.5, Opus 5, Opus 4.8, Sonnet 5, or Fable 5 against the same Token Wallet.
Version 2.0.34 bundles the official Codex runtime dependency @openai/[email protected] and makes GPT-5.6 SOL with visible Extra High reasoning the default for new or invalid configurations. Existing valid model selections remain unchanged. It preserves the collision-safe updater, platform-native runtime launch, managed account and wallet integration, Full Access defaults, upstream update suppression, and complete model metadata.
Install Or Update
npm install -g @codexapi/codexclaude@latestThis does not delete local session history. The update replaces the codexclaude launcher package, refreshes the bundled runtime dependency, and rewrites the managed provider config the next time codexclaude setup, codexclaude login, or codexclaude start runs.
Update Notices
The launcher checks CodexAPI.pro's managed version endpoint and the @codexapi/codexclaude npm package metadata only. It must never check @openai/codex npm metadata or OpenAI GitHub releases for customer update prompts.
Version 2.0.34 is enforced as the minimum supported version. A compatible older launcher presents ✨ Update now available; pressing Enter installs @codexapi/codexclaude@latest and relaunches the requested action automatically. If the npm registry install fails, the updater tries the hosted release before asking the user to intervene. Non-interactive terminals print the same npm command instead of hanging for input.
First Login
codexclaude loginEnter the Dashboard Username or Email Address and password. The launcher can log in to CodexAPI.pro, ChatPlus.chat, MyAPI.world, or MagnetAPI.org, then saves the correct System Token locally, writes ~/.codex/config.toml, sets Full Access defaults, and lets the customer choose the coding model. If the customer presses Enter at the model prompt, GPT-5.6 SOL with Extra High reasoning is selected by default.
Start Coding
codexclaude startResume the latest project:
codexclaude resumeSwitch model:
codexclaude modelAvailable model labels are ChatGPT Daybreak Blue, GPT-5.6, GPT-5.6 SOL Max, GPT-5.6 SOL Ultra, GPT-5.6 SOL, ChatGPT-5.5, Opus 5, Opus 4.8, Sonnet 5, Fable 5, and GPT-5.6 Terra. All models use a Responses-compatible endpoint and the same customer Token Wallet.
Launch Commands
The npm package owns only the collision-free codexclaude command. During a global install, its postinstall step creates optional codex and claude aliases only when those command names are unused. Native Codex CLI and Claude Code commands are always preserved. This avoids npm EEXIST failures and never requires --force.
codexclaude
codex
claudeShow current launcher changes:
codexclaude changelogStartup Status
Before launching the coding runtime, the app prints a compact status line like:
MagnetAPI.org Codex CLI v2.0.34 · GPT-5.6 SOL Extra High · ~/project · Wallet balance $20.00
Fable 5 is now available in codexclaude, exclusively.Preserved Customizations
- Dashboard Username or Email Address plus password login for CodexAPI.pro, ChatPlus.chat, MyAPI.world, and MagnetAPI.org.
- ChatGPT Daybreak Blue, Opus 5, GPT-5.6, GPT-5.6 Terra, GPT-5.6 SOL Max, GPT-5.6 SOL Ultra, GPT-5.6 SOL, ChatGPT-5.5, Opus 4.8, Sonnet 5, or Fable 5 model selection, with GPT-5.6 SOL/Extra High as the default.
- Service-specific Responses-compatible provider for the dashboard account that logged in.
- Full Access defaults: approval policy
neverand sandbox modedanger-full-access. - Model-specific visible reasoning in the local UI while the API server keeps upstream runtime effort server-managed.
- A local
~/.codexclaude/model_catalog.jsonfile so the native/modelpicker lists only the supported MagnetAPI.org Codex CLI choices, including Terra, SOL Max, and SOL Ultra. - No default fast service tier. Fast mode is billed only when the user enables it inside the client.
- Token Wallet balance lookup before launch without exposing separate
statusorusagelauncher commands. - Backend-identifying request headers so the API can enforce account and plan rules server-side.
- Direct platform binary launch so the upstream npm wrapper cannot emit OpenAI update prompts.
