Summary
codex-multi-auth check fails with the following:
Reproduction
$ codex-multi-auth check | sed -r 's/^(.*? |)[^@]+@[^ ]+/\1xxx@xxx.xxx/g'
Checking 2 account(s) with quick check + live check...
Model probe: gpt-5.3-codex | prompt family gpt-5-codex | tool search no | computer use no
✓ Account 1 (Personal (role:owner) [id:f73jsi], xxx@xxx.xxx id:f73jsi) | signed in and working (live check failed: {"detail":"The 'gpt-5-codex' model is not supported when using Codex with a ChatGPT account."})
✓ Account 2 (Personal (role:owner) [id:AA0Xbn], xxx@xxx.xxx id:AA0Xbn) | signed in and working (live check failed: {"detail":"The 'gpt-5-codex' model is not supported when using Codex with a ChatGPT account."})
Result: 2 working | 0 need re-login | 2 warnings
Expected Behavior
The account usage is fetched.
Actual Behavior
I get an error.
Environment
codex --version: 0.133.0
npm ls -g codex-multi-auth: /usr/local/lib└── codex-multi-auth@2.1.12
- OS: Fedora 44
- Node.js: v22.22.2
Compliance Confirmation
- [ x ] I am using this project for personal development workflows.
- [ x ] This report does not request policy bypasses or prohibited usage.
- [ x ] I removed any secrets/tokens from this report.
Summary
codex-multi-auth checkfails with the following:Reproduction
Expected Behavior
The account usage is fetched.
Actual Behavior
I get an error.
Environment
codex --version: 0.133.0npm ls -g codex-multi-auth:/usr/local/lib└── codex-multi-auth@2.1.12Compliance Confirmation