From 2a1ad1f5d961b9f9593a6016eea7dd398bdeed0b Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Fri, 13 Jun 2025 09:19:08 -0700 Subject: Update contextFileName to support an optional list of strings (#1001) --- docs/cli/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/cli') diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 4eacc6fd..1b880e0f 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -38,9 +38,9 @@ When you create a `.gemini/settings.json` file for project-specific settings, or ### Available Settings in `settings.json`: -- **`contextFileName`** (string, optional): +- **`contextFileName`** (string or array of strings, optional): - - **Description:** Specifies the filename for context files (e.g., `GEMINI.md`, `AGENTS.md`). + - **Description:** Specifies the filename for context files (e.g., `GEMINI.md`, `AGENTS.md`). May be a single filename or a list of accepted filenames. - **Default:** `GEMINI.md` - **Example:** `"contextFileName": "AGENTS.md"` -- cgit v1.2.3