diff options
| author | Billy Biggs <[email protected]> | 2025-06-13 09:19:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-13 09:19:08 -0700 |
| commit | 2a1ad1f5d961b9f9593a6016eea7dd398bdeed0b (patch) | |
| tree | 9e83f9421ef9b01f30454c5af3db90540381d1e3 /docs/cli | |
| parent | 34e0d9c0b65b91b12df4f205d9835e05913992b9 (diff) | |
Update contextFileName to support an optional list of strings (#1001)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 4 |
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"` |
