pi-codex-limit

Codex subscription usage footer widget for Pi

Packages

Package details

extension

Install pi-codex-limit from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-codex-limit
Package
pi-codex-limit
Version
1.8.2
Published
May 12, 2026
Downloads
130/mo · 130/wk
Author
santychuy
License
MIT
Types
extension
Size
94.5 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-codex-limit

Codex subscription usage footer widget for Pi. Shows 5-hour and weekly usage limits for openai-codex models, and provides a /codex-limit command with an interactive usage dashboard.

Install

Global

pi install npm:pi-codex-limit

Project-local

Writes to .pi/settings.json — portable across teams:

pi install -l npm:pi-codex-limit

Visual Demo

Default Footer

Custom Footer (with pi-footer-mode)

The custom footer adds a minimal usage percentage showing your 5-hour window consumption, giving you instant visibility into remaining quota:

/codex-limit Command

Running /codex-limit opens an interactive dashboard with usage statistics and a shortcut.

Features

  • Footer widget showing 5-hour usage percentage when using openai-codex models
  • /codex-limit command — interactive view with plan type, masked email, per-window usage, and a shortcut to open the Codex dashboard

Links