diff options
| author | Bryan Morgan <[email protected]> | 2025-06-23 17:55:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-23 21:55:24 +0000 |
| commit | e423d20a8d57d422eef1e9364cee26478f3e4a7d (patch) | |
| tree | 8bd17ff414a062acf8cee476c4519f6f70708cb0 /docs/cli | |
| parent | fcb8be2fb9f6252435d987328f795ae2ff4b04c8 (diff) | |
Updated docs and /stats command to support lack of token caching support for OAuth users (b/426943001) (#1307)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md index b4225f76..ad6254a4 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -72,7 +72,7 @@ Slash commands provide meta-level control over the CLI itself. - **`/stats`** - - **Description:** Display detailed statistics for the current Gemini CLI session, such as the session duration. + - **Description:** Display detailed statistics for the current Gemini CLI session, including token usage, cached token savings (when available), and session duration. Note: Cached token information is only displayed when cached tokens are being used, which occurs with API key authentication but not with OAuth authentication at this time. - [**`/theme`**](./themes.md) |
