From 560905154c9c44b3439bf6dce20c2d741bdd73af Mon Sep 17 00:00:00 2001 From: Bryan Morgan Date: Thu, 26 Jun 2025 18:32:19 -0400 Subject: [PATCH] Updating the first user message to mention the product name (#2037) --- packages/core/src/core/client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/core/client.ts b/packages/core/src/core/client.ts index df655b59..ae67c3b4 100644 --- a/packages/core/src/core/client.ts +++ b/packages/core/src/core/client.ts @@ -115,8 +115,8 @@ export class GeminiClient { fileService: this.config.getFileService(), }); const context = ` - Okay, just setting up the context for our chat. - Today is ${today}. + This is the Gemini CLI. We are setting up the context for our chat. + Today's date is ${today}. My operating system is: ${platform} I'm currently working in the directory: ${cwd} ${folderStructure}