🐛 Bugfix Release — API Key Creation & Codex Team Plan Quotas
Bug Fixes
- API Key Creation — Added deterministic fallback for
API_KEY_SECRETto preventcrypto.createHmaccrash when the environment variable is not configured (#108) - Codex Code Review Quota — Added parsing of the third rate limit window (
code_review_rate_limit) from the ChatGPT usage API, supporting Plus/Pro/Team plan differences (#106) - Codex Workspace Binding — Strict workspace binding via persisted
chatgpt-account-idheader for Team Plan support (PR #109) - CI Fix — Corrected
JWT_SECRETtest assertion to matchrequired: falsevalidator config