Skip to content

Commit b557570

Browse files
authored
feat: add GEMINI.md to agent context files (#272)
thanks Davor
1 parent 4bbb251 commit b557570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/installer/lib/ide-setup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ class IdeSetup {
447447

448448
console.log(chalk.green(`\n✓ Created individual agent context files in ${agentsContextDir}`));
449449

450+
// Add GEMINI.md to the context files array
451+
agentContextFiles.push("GEMINI.md");
452+
450453
// Create or update settings.json
451454
const settingsPath = path.join(geminiDir, "settings.json");
452455
let settings = {};

0 commit comments

Comments
 (0)