CodexScope v0.1.5
Fixes quota selection when Codex logs contain both global Codex rate limits and model-specific rate limits.
- Prefers the global
limit_id=codexquota for the 5h window and weekly limit. - Displays the selected quota source in the UI.
- Adds tests for global quota precedence.
Checks:
go test ./...npm run build:frontendnpm run release:local