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

@agent-lite/codex

v0.93.53

Published

<p align="center"><code>npm i -g @agent-lite/codex</code></p> <p align="center"><strong>Codex CLI</strong> is a local coding assistant maintained by Agent Lite. </br> For more information, visit https://agent-lite.com</p>

Downloads

970

Readme


Version Updates

Features in This Version

  • Rebuilt the core toolchain for stronger compatibility across mainstream models and higher tool-call success rates on Windows.

Core Capability Upgrades

Fully Refactored Core Toolchain

The official file editing tool was deeply tuned for GPT-family models, which can lead to weaker compatibility with other mainstream models. This version introduces a broad toolchain refactor focused on wider model support and better execution reliability.

  • Better compatibility with most mainstream models
  • More streamlined tool invocation flow for higher execution efficiency
  • Deeply optimized Windows toolchain behavior for stronger stability and higher call success rates

Intelligent AI Context Management

This release introduces advanced AI context management strategies with dynamic context compression.

  • Dynamically compresses context when the same file is read multiple times
  • Preserves the latest file state as priority context
  • Reduces prompt length and avoids context pollution
  • Improves reasoning efficiency and multi-step task stability

AI-Compatible Experience

  • Works the same way as OpenAI Codex
  • Zero learning curve for seamless switching between AI coding assistants

Proprietary AI Diff Algorithm

Includes a self-developed high-efficiency edit_file diff algorithm.

  • Improves EditFile pass rates while preserving editing accuracy
  • Reduces retry frequency
  • Completes multi-step programming tasks in fewer turns

High Cost Performance

  • Multiple AI plans with flexible options
  • Affordable pricing with no speed limits
  • Strong balance between performance, cost, and developer experience

Tips

You can provide filepath + space + usermessage to automatically load file content into the conversation context.

  • Reduces the number of dialogue turns
  • Saves tokens
  • Improves programming efficiency

Official Website

  • https://agent-lite.com

Quick Start

Install and Run Codex CLI

Install globally using npm:

# Install with npm
npm install -g @agent-lite/codex

Then run codex to get started.

Supported Models

Codex CLI supports a wide range of mainstream AI models out of the box:

OpenAI Models

  • GPT-5.5

Third-Party Models

  • DeepSeek: deepseek-v4-pro, deepseek-v4-flash
  • MiniMax: MiniMax-M2.7
  • Other: All OpenAI-compatible API models

Note: Configuration varies by provider. Please refer to the official documentation for detailed setup instructions.

Usage

Run codex and follow the prompts to configure it. This version is maintained and distributed based on OpenAI's Codex CLI project.

You can configure it using an API key, which requires additional setup.

Documentation

This project is based on OpenAI Codex CLI and is licensed under the Apache-2.0 License.