@wkronmiller/pi-codex-limits
View and reset Codex rate limits from Pi using ChatGPT OAuth.
Package details
Install @wkronmiller/pi-codex-limits from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@wkronmiller/pi-codex-limits- Package
@wkronmiller/pi-codex-limits- Version
0.1.1- Published
- Jul 10, 2026
- Downloads
- 231/mo · 231/wk
- Author
- wkronmiller
- License
- MIT
- Types
- extension
- Size
- 13.9 KB
- Dependencies
- 0 dependencies · 1 peer
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
@wkronmiller/pi-codex-limits
View and reset Codex rate limits from Pi using the saved openai-codex ChatGPT OAuth token in ~/.pi/agent/auth.json.
Commands
/codex-limitsor/codex-limits view/codex-limits reset
Behavior
viewfetches current plan, primary/secondary usage windows, optional extra limits, and available reset credits.resetlets you choose a reset credit when multiple are available, confirms redemption, consumes one credit, then refreshes the limits snapshot.
Auth
- Requires Pi ChatGPT OAuth for provider
openai-codexvia/login.
Install
pi install git:github.com/wkronmiller/pi-codex-limits@main