Codex Reset Credit
Use the bundled script to check reset credit status on demand.
Workflow
- Run:
python3 scripts/check_reset_credits.py
- Report the readable output to the user.
- Do not print or reveal access tokens, account IDs, credit IDs, email addresses, or profile image URLs.
- If auth is missing or the endpoint fails, report the plain error message.
Notes
- The script reads
~/.codex/auth.json. - The script calls the ChatGPT reset credit endpoint with the local Codex access token.
- Expiry times are shown in this machine's local timezone by default.
- Do not edit
Codex.app, bundled app files, auth files, or session files.