Updated docs and /stats command to support lack of token caching support for OAuth users (b/426943001) (#1307)

This commit is contained in:
Bryan Morgan 2025-06-23 17:55:24 -04:00 committed by GitHub
parent fcb8be2fb9
commit e423d20a8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 117 additions and 16 deletions

View file

@ -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)