diff options
| author | Bryan Morgan <[email protected]> | 2025-06-26 18:32:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-26 22:32:19 +0000 |
| commit | 560905154c9c44b3439bf6dce20c2d741bdd73af (patch) | |
| tree | b2c4a612f512ee6f7adcd57e1518f034ff12af47 | |
| parent | 267173c7e81425febc27e46fdcb5b5ecd5858b8d (diff) | |
Updating the first user message to mention the product name (#2037)
| -rw-r--r-- | packages/core/src/core/client.ts | 4 |
1 files 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} |
