fix(KB-186): add pace indicators for Gemini provider

- Add windowDurationMs (24h) to Gemini usage windows for daily rate limits
- Track resetMs in Gemini usage data for pace calculation
- Update applyPaceToWindow to apply pace to any window with timing data
- Fix pace indicators not showing for Gemini provider
This commit is contained in:
gsxdsm
2026-03-30 15:52:21 -07:00
parent 767105b755
commit 11307c7470
2 changed files with 19 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix missing pace indicators for Gemini provider by adding windowDurationMs to usage data.