From b557570081149352e4efbef8046935650f6ecea1 Mon Sep 17 00:00:00 2001 From: Davor Racic Date: Sat, 28 Jun 2025 01:26:28 +0200 Subject: [PATCH] feat: add GEMINI.md to agent context files (#272) thanks Davor --- tools/installer/lib/ide-setup.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/installer/lib/ide-setup.js b/tools/installer/lib/ide-setup.js index 09065886..5ae2481d 100644 --- a/tools/installer/lib/ide-setup.js +++ b/tools/installer/lib/ide-setup.js @@ -447,6 +447,9 @@ class IdeSetup { console.log(chalk.green(`\n✓ Created individual agent context files in ${agentsContextDir}`)); + // Add GEMINI.md to the context files array + agentContextFiles.push("GEMINI.md"); + // Create or update settings.json const settingsPath = path.join(geminiDir, "settings.json"); let settings = {};