npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@codexapi/codexclaude

v2.0.34

Published

MagnetAPI.org Codex CLI for ChatGPT Daybreak Blue, GPT-5.6, Opus 5, Sonnet 5, and Fable 5.

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@latest

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.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 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 with Extra High reasoning is selected by default.

Start Coding

codexclaude start

Resume the latest project:

codexclaude resume

Switch model:

codexclaude model

Available 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
claude

Show current launcher changes:

codexclaude changelog

Startup 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 never and sandbox mode danger-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.json file so the native /model picker 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 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.