2026 04 27 issue 113
[2026-04-27] bugfix | Fix Tracker Model Slugs in CSV
- Discovered that the OpenRouter refactor in PR #66 mapped arbitrary keys (
openai_best, xai_best) to the CSV headers instead of the actual model slugs.
- Because
generate_leaderboard.py parses these headers dynamically, the leaderboard would have displayed "openai_best" instead of "gpt-5.5-pro".
- Patched
geo-tracker.py to extract the correct string from the OpenRouter model ID (e.g. gpt-5.5-pro) and inject that into the citations.csv headers.