mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
The previous 90% default treated Codex accounts as unavailable while they still had ~10% quota remaining. A 99% threshold reserves only a minimal safety margin near true exhaustion while preserving usable quota. - Export DEFAULT_QUOTA_THRESHOLD_PERCENT=99 from quotaCache.ts - Replace CODEX_QUOTA_THRESHOLD_PERCENT in auth.ts with shared constant - Update quota policy tests to match new default Co-authored-by: dhaern <manker_lol@hotmail.com>