Skip to main content
Display a numbered list of all implemented features in the current version of Codex Multi-Auth.

Usage

codex auth features

Description

The features command prints a simple numbered list of all implemented capabilities in the current version. This is useful for:
  • Checking feature availability before using specific functionality
  • Verifying which features are included in your installed version
  • Quick reference for support or troubleshooting

Output format

The command displays:
  • Total feature count
  • Numbered list of feature names
The feature list is hardcoded in the source and represents the full capability set of the installed version.

Example output

$ codex auth features
Implemented features (40)

1. Multi-account OAuth pool
2. Health-aware account selection
3. Automatic failover on rate limits
4. Project-scoped account storage
5. Interactive terminal dashboard
6. Forecast, report, fix, and doctor commands
7. Flagged account verification and restore
8. Session affinity with TTL
9. Live account sync
10. Proactive token refresh
...
40. OAuth browser-first flow with manual callback fallback

Exit codes

CodeMeaning
0Feature list displayed successfully

Build docs developers (and LLMs) love