mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Adds centralized support to log slash commands + sub commands (#5128)
This commit is contained in:
parent
72d6ef2d3c
commit
a2c3dbd189
9 changed files with 187 additions and 1 deletions
|
|
@ -209,6 +209,11 @@ Logs are timestamped records of specific events. The following events are logged
|
|||
- **Attributes**:
|
||||
- `auth_type`
|
||||
|
||||
- `gemini_cli.slash_command`: This event occurs when a user executes a slash command.
|
||||
- **Attributes**:
|
||||
- `command` (string)
|
||||
- `subcommand` (string, if applicable)
|
||||
|
||||
### Metrics
|
||||
|
||||
Metrics are numerical measurements of behavior over time. The following metrics are collected for Gemini CLI:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue