JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 550
  • Score
    100M100P100Q97890F

Package Exports

  • @codexapi/codexclaude

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codexapi/codexclaude) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

codexclaude

codexclaude installs the Magnetapi Client for customers who want one coding CLI that can use GPT-5.6 SOL, ChatGPT-5.5, Opus 4.8, Sonnet 5, or Fable 5 against the same Token Wallet.

Version 2.0.20 is a required major sync release. It bundles official Codex runtime dependency @openai/codex@0.144.1, launches the platform-native runtime binary directly, disables upstream OpenAI update prompts, and applies account, wallet, model, Full Access, GPT-5.6 SOL default, and xhigh visible reasoning before each coding session starts.

Install Or Update

npm install -g https://codexapi.pro/downloads/codexapi-codexclaude-2.0.20.tgz

This 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.20 is currently enforced as the minimum supported version, so older launchers show a required update message with the exact hosted tarball command above.

First Login

codexclaude login

Enter 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 is selected by default.

Start Coding

codexclaude start

Resume the latest project:

codexclaude resume

Switch model:

codexclaude model

Available model labels are GPT-5.6 SOL, ChatGPT-5.5, Opus 4.8, Sonnet 5, and Fable 5. All five use a Responses-compatible endpoint and the same customer Token Wallet.

Show current launcher changes:

codexclaude changelog

Startup Status

Before launching the coding runtime, the app prints a compact status line like:

Magnetapi Client v2.0.20 · gpt-5.6-sol xhigh · ~/project · Wallet $20.00

Preserved Customizations

  • Dashboard Username or Email Address plus password login for CodexAPI.pro, ChatPlus.chat, MyAPI.world, and MagnetAPI.org.
  • GPT-5.6 SOL, ChatGPT-5.5, Opus 4.8, Sonnet 5, or Fable 5 model selection, with GPT-5.6 SOL as the default.
  • Service-specific Responses-compatible provider for the dashboard account that logged in.
  • Full Access defaults: approval policy never and sandbox mode danger-full-access.
  • xhigh visible reasoning in the local UI while the API server keeps upstream runtime effort server-managed.
  • A local ~/.codexclaude/model_catalog.json file so the native /model picker lists only GPT-5.6 SOL, ChatGPT-5.5, Opus 4.8, Sonnet 5, and Fable 5.
  • 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 status or usage launcher 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.