mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Updated docs and /stats command to support lack of token caching support for OAuth users (b/426943001) (#1307)
This commit is contained in:
parent
fcb8be2fb9
commit
e423d20a8d
6 changed files with 117 additions and 16 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue