mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Update contextFileName to support an optional list of strings (#1001)
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user