summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/configuration.md4
1 files changed, 2 insertions, 2 deletions
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"`