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}