gemini-cli icon indicating copy to clipboard operation
gemini-cli copied to clipboard

feat: display quota stats for unused models in /stats

Open sehoon38 opened this issue 2 months ago • 2 comments

Summary

Display quota stats for all availabel models even if they haven't been used yet in the current session

Details

The quota info from the backend returns a list of quota for all the models the users have access to. We should display quota stats for all the models even if the model has not been used in the current session. image

Pre-Merge Checklist

  • [ ] Updated relevant documentation and README (if needed)
  • [ ] Added/updated tests (if needed)
  • [ ] Noted breaking changes (if any)
  • [ ] Validated on required platforms/methods:
    • [x] MacOS
      • [x] npm run
      • [ ] npx
      • [ ] Docker
      • [ ] Podman
      • [ ] Seatbelt
    • [ ] Windows
      • [ ] npm run
      • [ ] npx
      • [ ] Docker
    • [ ] Linux
      • [ ] npm run
      • [ ] npx
      • [ ] Docker

sehoon38 avatar Dec 09 '25 03:12 sehoon38