We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbb251 commit b557570Copy full SHA for b557570
tools/installer/lib/ide-setup.js
@@ -447,6 +447,9 @@ class IdeSetup {
447
448
console.log(chalk.green(`\n✓ Created individual agent context files in ${agentsContextDir}`));
449
450
+ // Add GEMINI.md to the context files array
451
+ agentContextFiles.push("GEMINI.md");
452
+
453
// Create or update settings.json
454
const settingsPath = path.join(geminiDir, "settings.json");
455
let settings = {};
0 commit comments