Logging surface field in the start_session_event. Also logging sessio… (#4362)

This commit is contained in:
uttamkanodia14
2025-07-17 21:23:59 +05:30
committed by GitHub
parent cbda781f73
commit fc8c38b2bc
2 changed files with 29 additions and 1 deletions

View File

@@ -151,6 +151,12 @@ export enum EventMetadataKey {
// Logs the total number of Google accounts ever used.
GEMINI_CLI_GOOGLE_ACCOUNTS_COUNT = 37,
// Logs the Surface from where the Gemini CLI was invoked, eg: VSCode.
GEMINI_CLI_SURFACE = 39,
// Logs the session id
GEMINI_CLI_SESSION_ID = 40,
// ==========================================================================
// Loop Detected Event Keys
// ===========================================================================