From 095163bbed1de2ee14933a2d70929259bb5d832a Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Wed, 23 Apr 2025 15:17:23 -0700 Subject: 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__ --- packages/cli/src/ui/components/Tips.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'packages/cli/src/ui/components/Tips.tsx') diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index 21d95966..581ba128 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -19,15 +19,8 @@ export const Tips: React.FC = () => ( for more information. - 2.{' '} - - /init - {' '} - to create a GEMINI.md for instructions & context. - - - 3. Ask coding questions, edit code or run commands. + 2. Ask coding questions, edit code or run commands. - 4. Be specific for the best results. + 3. Be specific for the best results. ); -- cgit v1.2.3