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.13

Published

CodexAPI.pro coding CLI launcher for ChatGPT-5.5, Opus 4.8, Sonnet 4.6, Fable 5, Deepseek v4 Budget, and Google Gemini Flash 3.5, powered by official Codex CLI 0.142.2.

Downloads

1,585

Readme

codexclaude

codexclaude is the CodexAPI.pro launcher for customers who want one coding CLI that can use ChatGPT-5.5, Opus 4.8, Sonnet 4.6, Fable 5, Deepseek v4 Budget, or Google Gemini Flash 3.5 against the same Token Wallet.

Version 2.0.13 launches the official OpenAI Codex CLI 0.142.2 package and applies account, wallet, model, and Full Access defaults before Codex starts.

Install

npm install -g @codexapi/codexclaude@latest

This 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 @codexapi/codexclaude@latest

This 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 login

Enter 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 start

Resume the latest project:

codexclaude resume

Switch model:

codexclaude model

Available model labels are ChatGPT-5.5, Opus 4.8, Sonnet 4.6, Fable 5, Deepseek v4 Budget, and Google Gemini Flash 3.5. All six use a Responses-compatible endpoint and the same customer Token Wallet.

Show current launcher changes:

codexclaude changelog

Wallet Status

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

gpt-5.5 xhigh · ~/codexapi · Wallet $20.00

You can also check this without starting Codex:

codexclaude status

Show recent wallet-billed token usage:

codexclaude usage

Preserved CodexAPI.pro Customizations

  • Dashboard username or email plus password login.
  • ChatGPT-5.5, Opus 4.8, Sonnet 4.6, Fable 5, Deepseek v4 Budget, or Google Gemini Flash 3.5 model selection.
  • CodexAPI.pro Responses-compatible provider at https://codexapi.pro/v1.
  • Full Access defaults: approval policy never and sandbox mode danger-full-access.
  • xhigh visible reasoning in the local Codex UI while CodexAPI.pro keeps upstream runtime effort server-managed.
  • A local ~/.codexclaude/model_catalog.json file so native Codex /model lists only ChatGPT-5.5, Opus 4.8, Sonnet 4.6, Fable 5, Deepseek v4 Budget, and Google Gemini Flash 3.5.
  • No default fast service tier. Fast mode is billed only when the user enables it inside Codex.
  • Official Codex 0.142.2 runtime with the current profile-compatible config enabled.
  • Token Wallet balance lookup before launch, in codexclaude status, and recent usage in codexclaude usage.
  • Opus 4.8 tool-call compatibility through the Chicago CodexAPI.pro Responses gateway.
  • Google Gemini Flash 3.5 is visible to users while CodexAPI.pro routes it server-side through the approved Sonnet 4.6 low-effort bridge.
  • 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.