summaryrefslogtreecommitdiff
path: root/docs/core
diff options
context:
space:
mode:
authorjerop <[email protected]>2025-06-11 20:15:44 +0000
committerJerop Kipruto <[email protected]>2025-06-11 16:22:35 -0400
commitc0580eaf4b8b7f02a048ade43a0f0b652fa01129 (patch)
tree5a993ef250a84a69a3ffc99f3af3d4e3755ea8e7 /docs/core
parent5586ad5f8af8f000bca0899d92fb785ad92d9afb (diff)
feat(telemetry): expand cli configuration event
Adds the following attributes to the event: - embedding_model - api_key_enabled - code_assist_enabled - debug_mode - mcp_servers This additional data will provide more insight into user configurations.
Diffstat (limited to 'docs/core')
-rw-r--r--docs/core/telemetry.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md
index e7b82b65..695eacaf 100644
--- a/docs/core/telemetry.md
+++ b/docs/core/telemetry.md
@@ -262,13 +262,18 @@ These are timestamped records of specific events.
- **Attributes**:
- `model` (string)
+ - `embedding_model` (string)
- `sandbox_enabled` (boolean)
- `core_tools_enabled` (string)
- `approval_mode` (string)
+ - `api_key_enabled` (boolean)
- `vertex_ai_enabled` (boolean)
+ - `code_assist_enabled` (boolean)
- `log_user_prompts_enabled` (boolean)
- `file_filtering_respect_git_ignore` (boolean)
- `file_filtering_allow_build_artifacts` (boolean)
+ - `debug_mode` (boolean)
+ - `mcp_servers` (string)
- `gemini_cli.user_prompt`: Fired when a user submits a prompt.