Skip to content

feat(cli): add role specific metrics to /stats#24659

Merged
cynthialong0-0 merged 6 commits intomainfrom
feat/stats-report-ui
Apr 6, 2026
Merged

feat(cli): add role specific metrics to /stats#24659
cynthialong0-0 merged 6 commits intomainfrom
feat/stats-report-ui

Conversation

@cynthialong0-0
Copy link
Copy Markdown
Contributor

@cynthialong0-0 cynthialong0-0 commented Apr 4, 2026

Summary

Add role specific metrics to /stats. This is follow up work after #18824.

image

Details

  • Extract role metrics from each model information in the display table and add sub rows to show role metrics
  • Update unite tests

Related Issues

Fixes #14538

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:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

Size Change: +1.56 kB (0%)

Total Size: 34 MB

Filename Size Change
./bundle/chunk-DJ3KCY7M.js 0 B -14.8 MB (removed) 🏆
./bundle/chunk-I64H5SQM.js 0 B -3.15 MB (removed) 🏆
./bundle/core-5QYYRYFK.js 0 B -45.2 kB (removed) 🏆
./bundle/devtoolsService-I5PFXSEG.js 0 B -28.4 kB (removed) 🏆
./bundle/interactiveCli-RGAWM3SE.js 0 B -1.64 MB (removed) 🏆
./bundle/oauth2-provider-5PSMK5YW.js 0 B -9.16 kB (removed) 🏆
./bundle/chunk-LFS7HA6R.js 14.8 MB +14.8 MB (new file) 🆕
./bundle/chunk-NJ6UZ2XJ.js 3.15 MB +3.15 MB (new file) 🆕
./bundle/core-UBXKYSJX.js 45.2 kB +45.2 kB (new file) 🆕
./bundle/devtoolsService-EBGNHWAD.js 28.4 kB +28.4 kB (new file) 🆕
./bundle/interactiveCli-2YFV5HM5.js 1.64 MB +1.64 MB (new file) 🆕
./bundle/oauth2-provider-23HTBKRH.js 9.16 kB +9.16 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size
./bundle/bundled/third_party/index.js 8 MB
./bundle/chunk-34MYV7JD.js 2.45 kB
./bundle/chunk-5AUYMPVF.js 858 B
./bundle/chunk-5PS3AYFU.js 1.18 kB
./bundle/chunk-664ZODQF.js 124 kB
./bundle/chunk-DAHVX5MI.js 206 kB
./bundle/chunk-GFUOVHXW.js 1.96 MB
./bundle/chunk-IUUIT4SU.js 56.5 kB
./bundle/chunk-RJTRUG2J.js 39.8 kB
./bundle/devtools-36NN55EP.js 696 kB
./bundle/dist-T73EYRDX.js 356 B
./bundle/events-XB7DADIJ.js 418 B
./bundle/gemini.js 552 kB
./bundle/getMachineId-bsd-TXG52NKR.js 1.55 kB
./bundle/getMachineId-darwin-7OE4DDZ6.js 1.55 kB
./bundle/getMachineId-linux-SHIFKOOX.js 1.34 kB
./bundle/getMachineId-unsupported-5U5DOEYY.js 1.06 kB
./bundle/getMachineId-win-6KLLGOI4.js 1.72 kB
./bundle/memoryDiscovery-ACCRGPX3.js 980 B
./bundle/multipart-parser-KPBZEGQU.js 11.7 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/client/main.js 222 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/_client-assets.js 229 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/index.js 13.4 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/types.js 132 B
./bundle/sandbox-macos-permissive-open.sb 890 B
./bundle/sandbox-macos-permissive-proxied.sb 1.31 kB
./bundle/sandbox-macos-restrictive-open.sb 3.36 kB
./bundle/sandbox-macos-restrictive-proxied.sb 3.56 kB
./bundle/sandbox-macos-strict-open.sb 4.82 kB
./bundle/sandbox-macos-strict-proxied.sb 5.02 kB
./bundle/src-QVCVGIUX.js 47 kB
./bundle/tree-sitter-7U6MW5PS.js 274 kB
./bundle/tree-sitter-bash-34ZGLXVX.js 1.84 MB

compressed-size-action

@cynthialong0-0 cynthialong0-0 marked this pull request as ready for review April 4, 2026 02:31
@cynthialong0-0 cynthialong0-0 requested a review from a team as a code owner April 4, 2026 02:31
@cynthialong0-0 cynthialong0-0 requested a review from jacob314 April 4, 2026 02:31
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the CLI's /stats command by providing a more granular breakdown of model usage. By surfacing role-specific metrics, users can now better understand how different roles within a model are contributing to overall request and token consumption, improving visibility into model performance and resource utilization.

Highlights

  • Role-Specific Metrics: Updated the CLI stats display to extract and render role-specific metrics as sub-rows under each model in the UI table.
  • UI Refinement: Implemented a row-based rendering approach in the ModelUsageTable to support hierarchical data display, including visual indicators for sub-rows.
  • Testing: Added comprehensive unit tests to verify that role breakdown is rendered correctly and updated snapshots accordingly.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request enhances the StatsDisplay component by introducing a role-based breakdown within the model usage table. It adds support for displaying metrics (requests, tokens, and cache reads) categorized by LLM roles such as 'main' and 'utility_tool' as sub-rows under each model. The update includes UI styling for these sub-rows and comprehensive test coverage with updated snapshots. A review comment correctly identified a data inconsistency where sub-rows were using input tokens instead of prompt tokens, which caused the breakdown totals to mismatch the parent model's summary.

Comment thread packages/cli/src/ui/components/StatsDisplay.tsx Outdated
@gemini-cli gemini-cli Bot added priority/p2 Important but can be addressed in a future release. area/core Issues related to User Interface, OS Support, Core Functionality 🔒 maintainer only ⛔ Do not contribute. Internal roadmap item. labels Apr 4, 2026
Copy link
Copy Markdown
Contributor

@jacob314 jacob314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cynthialong0-0 cynthialong0-0 added this pull request to the merge queue Apr 6, 2026
Merged via the queue into main with commit c96cb09 Apr 6, 2026
46 of 47 checks passed
@cynthialong0-0 cynthialong0-0 deleted the feat/stats-report-ui branch April 6, 2026 16:34
warrenzhu25 pushed a commit to warrenzhu25/gemini-cli that referenced this pull request Apr 9, 2026
HaleTom pushed a commit to HaleTom/gemini-cli that referenced this pull request Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core Issues related to User Interface, OS Support, Core Functionality 🔒 maintainer only ⛔ Do not contribute. Internal roadmap item. priority/p2 Important but can be addressed in a future release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve model calls UX to separate out user prompts' model usage from system, tool, and/or sub-agent calls

2 participants