diff options
| author | Taylor Mullen <[email protected]> | 2025-04-23 15:17:23 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-04-23 15:57:40 -0700 |
| commit | 095163bbed1de2ee14933a2d70929259bb5d832a (patch) | |
| tree | e5fb0c5fee137689a18dd27d53823a7d0f7900e9 /CONTRIBUTING.md | |
| parent | 94c04955c8fda4fcb94b985bd3a5ec013bcdd4f5 (diff) | |
Refactor: Remove GEMINI.md memory and refactor system prompt
- Updates CONTRIBUTING.md and Tips.tsx to remove references to GEMINI.md and the /init command, and renumbers tips.
- Fixes a typo in Tips.tsx ("information.s" -> "information.").
- Refactors the core system prompt in prompts.ts from a constant string to a function .
- Updates client.ts to call the function.
- Updates tool name references within the system prompt to use template literals for dynamic naming.
Fixes bug: https://buganizer.corp.google.com/issues/413061073
---
Generated by yours truly __Gemini Code__
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8ccc355..03d2e1b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,9 +57,8 @@ $ gemini-code Tips for getting started: 1. /help for more information. -2. /init to create a GEMINI.md for instructions & context. -3. Ask coding questions, edit code or run commands. -4. Be specific for the best results. +2. Ask coding questions, edit code or run commands. +3. Be specific for the best results. cwd: /Users/jbd/gemini-code ╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
