Log Gemini CLI OS / Process platform in the clearcut (#7086)

This commit is contained in:
uttamkanodia14
2025-08-27 12:59:43 +05:30
committed by GitHub
parent 59cdf5933f
commit c7fc489005
3 changed files with 11 additions and 0 deletions

View File

@@ -254,6 +254,10 @@ describe('ClearcutLogger', () => {
gemini_cli_key: EventMetadataKey.GEMINI_CLI_PROMPT_ID,
value: prompt_id,
},
{
gemini_cli_key: EventMetadataKey.GEMINI_CLI_OS,
value: process.platform,
},
]),
);
});